Log in

View Full Version : LB Rot's for Paladin



Vinnie
03-16-2012, 20:29
#Created by Vinnie
setChaoticMovesOFF
setMeleeKill rat
setMeleeKill bug
setMeleeKill centipede
setMeleeKill rotworm
setMeleeKill carrion worm
setMeleeKill spider
setLoot D7 0B
move 32273,32750,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32268,32787,10
move 32249,32803,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32229,32817,10
move 32225,32832,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32208,32810,10
move 32187,32782,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32176,32754,10
move 32201,32722,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32245,32710,10
move 32257,32721,10
move 32261,32739,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32251,32751,10
move 32239,32732,10
move 32218,32732,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32206,32748,10
move 32208,32763,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32246,32775,10
move 32259,32750,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
move 32269,32738,10
move 32273,32749,10
IfTrue ($countitems:CD 0C$#number<=#6) Goto $nlineoflabel:depo$
gotoScriptLine 0
:depo
move 32273,32749,10
move 32273,32751,9
move 32255,32774,9
move 32255,32775,8
move 32233,32774,8
move 32233,32775,7
move 32240,32812,7
move 32252,32817,7
move 32266,32815,7
move 32289,32814,7
move 32339,32836,7
waitX 1
sayMessage hi
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 1
fastExiva _spearneed = $numericalexp:{$mycap$}/2000$
fastExiva _spearcount = $numericalexp:{$_spearneed$}-1$
fastExiva _spearcost = $numericalexp:{$_spearcount$}*9$
waitX 1
sayInTrade withdraw $_spearcost$
sayInTrade yes
move 32327,32836,7
move 32312,32835,7
move 32294,32820,7
waitX 1
sayMessage hi
waitX 1
sayInTrade trade
waitX 1
fastExiva > 07 00 7A CD 0C 00 $numbertohex2:{$_spearcount$}$ 00
waitX 1
move 32285,32815,7
move 32250,32817,7
move 32237,32794,7
move 32233,32781,7
move 32233,32775,7
move 32233,32774,8
move 32238,32762,8
move 32248,32770,8
move 32254,32774,8
move 32255,32774,9
move 32260,32769,9
move 32264,32761,9
move 32272,32756,9
move 32273,32751,9
gotoScriptLine 0

Made this script myself a few day's ago after a few week's of intense reading trying to figure out this damn bot....I think i just got the hang of it. Started using this on my paladin at level 25 65 Distance and P-Set. Please test/comment if i can get a bit of advice to improve it i'd be greatfull. Start on -3 Liberty Bay Rotworm's.

Vinnie xD

Malmis
03-17-2012, 01:54
Looks good, but maybe you want to loot more stuff from them than gold? :p

Also using this, to easier change to royal spears, or if they change weight or price (again) of regular spear:
http://www.blackdtools.net/showthread.php?57511-HOW-TO-Spear-Refiller
Maybe also adding "fastExiva _leavespears = 6" at the top and using "IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$", if you use the link provided.

Not that there's anything wrong at all with your script, I just figured making it a little more configurable would be nice. :p

Vinnie
03-17-2012, 03:04
If you could edit it for me please malmis i'd be greatfull, Especially the royal spear bit.

Malmis
03-17-2012, 11:41
Updated so you can change to royal spears easily, and change the amount of spears before leaving.


#Created by Vinnie, updated by Malmis
#
#Leave when spears less than
fastExiva _leavespears = 6
#ID, price and weight of spear
fastExiva _spearid = CD 0C
fastExiva _spearprice = 9
fastExiva _spearweight = 20
#
setChaoticMovesOFF
setMeleeKill rat
setMeleeKill bug
setMeleeKill centipede
setMeleeKill rotworm
setMeleeKill carrion worm
setMeleeKill spider
setLoot D7 0B
setLoot DC 25
setLoot 23 28
move 32273,32750,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32268,32787,10
move 32249,32803,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32229,32817,10
move 32225,32832,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32208,32810,10
move 32187,32782,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32176,32754,10
move 32201,32722,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32245,32710,10
move 32257,32721,10
move 32261,32739,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32251,32751,10
move 32239,32732,10
move 32218,32732,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32206,32748,10
move 32208,32763,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32246,32775,10
move 32259,32750,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
move 32269,32738,10
move 32273,32749,10
IfTrue ($countitems:{$_spearid$}$#number<=#$_leavespears$) Goto $nlineoflabel:depo$
gotoScriptLine 0
:depo
move 32273,32749,10
move 32273,32751,9
move 32255,32774,9
move 32255,32775,8
move 32233,32774,8
move 32233,32775,7
move 32240,32812,7
move 32252,32817,7
move 32266,32815,7
move 32289,32814,7
move 32339,32836,7
waitX 1
sayMessage hi
waitX 1
sayInTrade deposit all
sayInTrade yes
waitX 1
sayInTrade withdraw $numericalexp:{$numericalexp:{$numericalexp:{$myca p$}/{$_spearweight$00}$}-1$}*{$_spearprice$}$
sayInTrade yes
move 32327,32836,7
move 32312,32835,7
move 32294,32820,7
waitX 1
sayMessage hi
waitX 1
sayInTrade trade
waitX 1
fastExiva buy:$_spearid$:$numericalexp:{$numericalexp:{$myca p$}/{$_spearweight$00}$}-1$
move 32285,32815,7
move 32250,32817,7
move 32237,32794,7
move 32233,32781,7
move 32233,32775,7
move 32233,32774,8
move 32238,32762,8
move 32248,32770,8
move 32254,32774,8
move 32255,32774,9
move 32260,32769,9
move 32264,32761,9
move 32272,32756,9
move 32273,32751,9
gotoScriptLine 0

Vinnie
03-17-2012, 13:15
Thank's for the update i'l test it later when stamina build's back up a bit :P

MilkTown
03-23-2012, 23:19
Would it be possible for you to modify it so it doesn't buy spears? Would love to try this script on my knight and sorc

Vinnie
03-25-2012, 03:01
Sorry, Been waiting on stamina to top back up so botting has taken a back seat...I will make one for a knight tomorrow. No need for a potion refiller at this location but i'l add creature product's to the loot list and gold/loot depositer.

Vinnie
03-26-2012, 02:11
As promised...Edited version for a knight.


#Created by Vinnie
setChaoticMovesOFF
setMeleeKill rat
setMeleeKill bug
setMeleeKill centipede
setMeleeKill rotworm
setMeleeKill carrion worm
setMeleeKill spider
setLoot D7 0B
setLoot DC 25
setLoot 23 28
move 32273,32750,10
move 32268,32787,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32249,32803,10
move 32229,32817,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32225,32832,10
move 32208,32810,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32187,32782,10
move 32176,32754,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32201,32722,10
move 32245,32710,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32257,32721,10
move 32261,32739,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32251,32751,10
move 32239,32732,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32218,32732,10
move 32206,32748,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32208,32763,10
move 32246,32775,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32259,32750,10
move 32269,32738,10
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
move 32273,32749,10
gotoScriptLine 0
:depositer
move 32273,32749,10
move 32273,32751,9
move 32255,32774,9
move 32255,32775,8
move 32233,32774,8
move 32233,32775,7
move 32240,32812,7
move 32252,32817,7
move 32266,32815,7
move 32289,32814,7
move 32339,32836,7
waitX 1
sayMessage hi
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 1
move 32339,32845,7
putLootOnDepot
move 32304,32827,7
move 32286,32814,7
move 32267,32814,7
move 32242,32816,7
move 32237,32788,7
move 32233,32775,7
move 32233,32774,8
move 32238,32761,8
move 32255,32773,8
move 32255,32774,9
move 32273,32751,9
move 32273,32750,10
gotoScriptLine 0

MilkTown
03-28-2012, 15:59
Nice! I'll try it with my knight right away! :)

Vinnie
03-29-2012, 03:59
I havent tested it so let me know...

Zensas
06-12-2012, 14:48
The knight script works flawlessly :D have done about 8 complete runs completely afk.

Vinnie
06-12-2012, 17:49
Thank's for the feed back....I'm thinking about using the waypoints to make a moner making version that collects all loot and sell's it and a pk runner.

basku90
11-09-2012, 17:45
hey how many exp /hour dois it have?

tengy
11-10-2012, 23:02
hey how many exp /hour dois it have?
Around 10-15k/h

Dog Of XV
11-19-2012, 15:17
What skills, level, and equipment is needed? I'm interested in any vocation except druid.


-FACC

--------
LB is a premium place isn't it