I am almost done with a castle wars script, but i am facing a few problems.
1. My antiban won't compile for some reason, it says the GameTab is undefiable, not sure why.
Code:procedure Antiban1; begin case random(250) of 0: begin StatsGuise('Antiban') GameTab(tab_Stats) HoverSKill('Magic', False) GameTab(28) end; 1: begin StatsGuise('Antiban') SleepAndMoveMouse(7000 + Random(500)); end; 2: begin StatsGuise('Antiban') GameTab(tab_Inv) ExamineInv; GameTab(28); end; 3: begin StatsGuise('Antiban') GameTab(Tab_Stats); Wait(3000 + Random(500)); GameTab(28); end; 4: begin StatsGuise('Antiban') GameTab(tab_Stats HoverSkill('Random', False); GameTab(28); end; end; end;
2. Can you add scripts to the Msi-Run tab, and if you can, how, and how should it go into the loop.
3. Isn't there a bunch of functions that should go into almost all the scripts also?
I am a bit new to this kind of scripting, i do have a little bit of knowledge in javascripting but the differences is a bit confusing.


Reply With Quote




