Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if $wptsection == 'Hunt' then
  2. setsetting('Targeting/Creatures/category m/Setting1/OnlyIfTrapped', 'no')
  3. setsetting('Looting/Enabled', 'yes')
  4. else
  5. if $wptsection == 'Refill' or $wptsection =='GoHunt' then
  6. setsetting('Targeting/Creatures/category m/Setting1/OnlyIfTrapped', 'no')
  7. setsetting('Looting/Enabled', 'yes')
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement