Log in

View Full Version : Venore Rotworms 8-~ Auto Depositer



Saints
08-04-2015, 04:52
This script covers all of the mobs from venore including feverish citizens. Currently it is set to return to the venore bank to deposit at 250 gold. and it is only set to loot gold. if you are looking to get other items such as the lumps of dirt from the rots, then you will have to add it to the script. Be sure to have your auto eating on, and take a few mana potions, and utilize your autohealer to stay alive. being attacked by 5 rots at once can be disastrous. I autopot at 10% mana, and use exura to heal when im damaged to 65%.
During the lower levels 8-10, keep an eye on your character to ensure you dont get gang banged by the enemy. I will eventually modify it to add an auto repot. Leave a comment if you like!
(note: dont forget to keep your backpack open with a shovel and rope...)

Start this script in the first big room of the rotworm cave northwest of venore, or at the venore bank with less than 3 gold on hand.
Remove the comment from the first line if you want to play a little safer. This will make you stand in place and force the rots to come to you, allowing you to get a few more hits before they touch you.




#setNoFollow
setMeleeKill cave rat
setMeleeKill snake
setMeleeKill spider
setMeleeKill poison spider
setMeleeKill feverish citizen
setMeleeKill rotworm
setLoot D7 0B
useItem 32699,32018,7
IfEnoughItemsGoto D7 0B,250,$nlineoflabel:depo$
IfFewItemsGoto D7 0B,3,$nlineoflabel:return$
move 32700,32012,9
move 32700,32006,9
move 32703,32002,9
move 32709,32002,9
move 32711,32006,9
move 32717,32006,9
move 32723,32001,9
move 32720,31998,9
move 32720,31998,10
move 32716,31997,10
move 32714,31992,10
move 32715,31992,9
useItem 32707,31991,9
move 32705,31992,8
move 32701,31993,8
move 32702,32001,8
move 32702,32003,9
gotoScriptLine 0
:depo
move 32699,32007,9
useItem 32700,32013,9
move 32699,32017,8
move 32699,32020,7
move 32729,32061,7
move 32762,32080,7
move 32806,32093,7
move 32837,32116,7
move 32861,32126,7
move 32863,32125,6
move 32898,32126,6
move 32927,32096,6
move 32954,32088,6
move 32988,32073,6
move 33019,32053,6
sayMessage hi
waitX 2
sayInTrade deposit all
waitX 2
sayInTrade yes
waitX 2
sayInTrade balance
waitX 2
:return
move 33013,32053,6
move 33006,32063,6
move 32997,32080,6
move 32995,32108,6
move 32958,32119,6
move 32921,32126,6
move 32863,32126,6
move 32861,32127,7
move 32829,32113,7
move 32803,32092,7
move 32768,32081,7
move 32728,32061,7
move 32697,32020,7
move 32699,32019,7
move 32699,32018,8
gotoScriptLine 0

Saints
08-04-2015, 05:19
Placeholder