Log in

View Full Version : Paladin Script [Help]



BoogerKid
04-22-2012, 23:57
I would like to know how to do this:

Loot and use spears (using trainer, yes i already know how to do this), BUUUUT once i run out of spears, instead of running around killing monsters with my fist, switch to serpent sword.

I can't do this manually since im trying to AFK a lot.

Please help! :'(

Davulo
06-18-2012, 08:47
bumps..
someone should really make a good tutorial... The latest tutorials I have read on how to use cavebot and trainer are from 2008 and have not been updated.. plus blackd proxy is newer and the tutorials are for the old program.

Vinnie
06-18-2012, 10:47
Configuration, Can be edited to buy royal spear's, put it at the start:
Code:


#ID, price and weight of spear
fastExiva _spearid = CD 0C
fastExiva _spearprice = 20
fastExiva _spearweight = 20

Withdraw money from bank:
Code:


sayMessage hi
waitX 1
sayInTrade deposit all
sayInTrade yes
waitX 1
sayInTrade withdraw $numericalexp:{$numericalexp:{$numericalexp:{$myca p$}/{$_spearweight$00}$}-1$}*{$_spearprice$}$
sayInTrade yes

Buy the spears:
Code:


sayMessage hi
waitX 1
sayInTrade trade
waitX 1
fastExiva buy:$_spearid$:$numericalexp:{$numericalexp:{$myca p$}/{$_spearweight$00}$}-1$

Put this in your waypoint's:


IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:spears$

I think it would be better to add a spear refiller

BoogerKid
07-30-2012, 01:47
where would i place this in my script so that the bot knows when to refill spears? like, for example, once my capacity is at 10 for example, or my spears are all gone? im kind of confused hehe, sorry.