Advertisement
yojimbos_law

a CLI command for printing all effects from NPC potions

May 15th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ash string effid; foreach i in $items[]{ if(i.usable && i.string_modifier("effect") != "" && i.is_npc_item()){ effid = visit_url("desc_item.php?whichitem="+i.descid).group_string("whicheffect\\=(\\w+)\"")[0][1]; print(i+" gives "+effid.desc_to_effect()+" ("+effid.desc_to_effect().string_modifier("modifiers")+")"); } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement