Train Poisoning to 100 by psychotics88
Related: Poisoning
Description from the author:
# Stand next to your shelf
# Have 1 Kryss in your bag
# Set your resupply for 1 Regular, Greater, and Deadly Potion
# SeT your resupply for 5 Cures
# Set your resupply for 10 bandages
while not poisoned and hp = maxhp
if findtype "kryss" backpack as weapon
if skill "Poisoning" < 55
menu weapon 3
wait 1000
endif
if skill "Poisoning" < 80
menu weapon 2
wait 1000
endif
if skill "Poisoning" < 101
menu weapon 1
wait 1000
endif
if findtype "storage shelf" ground -1 -1 2 as shelf
overhead 'Shelf Restocking'
menu shelf 1
wait 200
endif
endif
wait 250
endwhile
while poisoned
if findtype "Orange Potion" self
dclicktype "Orange Potion"
sysmsg "Cure pot" 55
wait 400
endif
if not bandaging and findtype "clean bandage%s%" backpack as item
dclick item
wft 500
target self
wait 8000
endif
endwhile
replay
AFK poison skill gain








