Darknesiu
09-09-2013, 07:37
Well i've read the forums looking for a guide on advanced scripting so i can make my scripts full AFK (with depositer and potion refiller) but atm i can only make them loop around the cave hunting and looting the things i want... i still dont make it to the depositer nor the refiller. So i downloaded a few scripts with depositer and made this:
fastExiva _myvariable = 1
IfTrue ($mycap$#number<=#280) Goto $nlineoflabel:deposit$
gotoScriptLine 0
:deposit
move 32499,31973,10
move 32499,31973,10
move 32497,31981,9
move 32481,31971,9
move 32496,31983,9
move 32488,31990,9
waitX 1
sayMessage hi
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 1
sayInTrade balance
waitX 1
gotoScriptLine 0
I put that after my hunting waypoints but its not working (i put the 280 cap so it will take my character who had 277 cap atm) any1 can help me? :D
PD: If someone has or knows a link to a good scripting guide i would love it :D i just wanna learn the depositer and potion buyer/refiller
fastExiva _myvariable = 1
IfTrue ($mycap$#number<=#280) Goto $nlineoflabel:deposit$
gotoScriptLine 0
:deposit
move 32499,31973,10
move 32499,31973,10
move 32497,31981,9
move 32481,31971,9
move 32496,31983,9
move 32488,31990,9
waitX 1
sayMessage hi
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 1
sayInTrade balance
waitX 1
gotoScriptLine 0
I put that after my hunting waypoints but its not working (i put the 280 cap so it will take my character who had 277 cap atm) any1 can help me? :D
PD: If someone has or knows a link to a good scripting guide i would love it :D i just wanna learn the depositer and potion buyer/refiller