Log in

View Full Version : Make bot walk on RSPS?



bas
04-06-2012, 09:52 AM
Hello, i just made a bot for BattleScape, a RuneScape private server.

Can anyone help me with walking to bank?

I tried MoveMouse(x,y) and ClickMouse.
But it seems to missclick the bank area.

Im a noob at scripting so no hard stuff please :P

Many thanks!

Sir Ducksworthy
04-06-2012, 09:59 AM
You should really read some scripting guides in the Tutorial Island Section my friend, you'll learn their how to use DTM's and how to Walk with Color's using different method's, That's your best bet to be able to get it walking to the bank. Also I'd recommend a DTM Symbol Finder for the bank their it would work the best ;)

Edit:
Also I believe DTM's are the only things inside a P server that Don't change dramatically in color.

bas
04-06-2012, 10:01 AM
You should really read some scripting guides in the Tutorial Island Section my friend, you'll learn their how to use DTM's and how to Walk with Color's using different method's, That's your best bet to be able to get it walking to the bank. Also I'd recommend a DTM Symbol Finder for the bank their it would work the best ;)

I spended 3 days at searching and trying, but sadly enough without resulalt........ =/

Banking is the last part i need lol

bas
04-06-2012, 11:21 AM
Can anyone help? =/ Need to walk to bank, then teleport home (got that) and then walk to Teleporter...

Really cant fix it... :S i tried over 5 tutorials, tried Symbol Finder as leetsxc said, DTM, Walkpaths etc everything i found on google...:S

Edit:

Also tried this:
But it keep missclicking

//Walking to Bank
MoveMouse(706,88);
Wait(randomrange(800,900));
ClickMouse(706,88,mouse_Left);
Wait(randomrange(7500,7600));

MoveMouse(708,86);
Wait(randomrange(800,900));
ClickMouse(708,86,mouse_Left);
Wait(randomrange(8000,8200));

MoveMouse(694,93);
Wait(randomrange(800,900));
ClickMouse(694,93,mouse_Left);
Wait(randomrange(8000,8200));


MoveMouse(653,115);
Wait(randomrange(800,900));
ClickMouse(653,115,mouse_Left);
Wait(randomrange(8000,8200));