Log in

View Full Version : 18. Kazordoon dwarves 100% afk - by Snowman



blackd
02-18-2011, 21:01
The script will hunt for a while inside Kazz dwarfs caves, then when your cap is lower then 100 or when you have less then 5 mana potions inside your backpacks It will go to depot. (If you have battle axes or dwarven shields inside your backpack It will sell them for you). Then It will check your mana potions again to see if you realy need to buy them, So it goes to the bank, checks for it and if you realy need the mps it will deposit the gold that you have gather on the hunt and then it will withdraw the cash you need to reestock your manas.
Then when everything is OK again, it will go back to hunt.
Oh and It runs away in case of a pk attack you. (it will say "stop right now")
Place where it should be started: exiva plot 32665,31942,13




# MP = 0C 01, SMP = ED 00, GMP = EE 00
fastExiva _manapotionid = 0C 01
# How many manas do you have?
fastExiva _manas = 40
# How much does 1 potion cost? MP = 50, SMP = 80, GMP = 120
fastExiva _idcost = 50
#
fastExiva _dwarvenshield = 0
fastExiva _battleaxe = 0
fastExiva _xbow = 0
fastExiva _gold = 0
fastExiva _mushroom = 0
fastExiva _ore = 0
fastExiva _ring = 0
#
:hunt
onGMpause
setFriendly
#white mushroom
setLoot 8B 0E
#gold
setLoot D7 0B
#plats
setLoot DB 0B
#x-bow 160
setLoot 15 0D
#battle axe 80
setLoot C2 0C
#axe ring
setLoot 14 0C
#dwarven shield 100
setLoot 61 0D
#iron ore
setLoot F8 16
setPriority dwarf guard:+1
setMeleeKill bat
setMeleeKill rotworm
setMeleeKill rat
setMeleeKill dwarf
setMeleeKill spider
setMeleeKill dwarf soldier
setMeleeKill slime
setMeleeKill poison spider
setMeleeKill dwarf guard
setHmmKill dwarf guard
onDangerGoto $nlineoflabel:playerkilling!$
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:dp$
IfFewItemsGoto 0c 01,5,$nlineoflabel:dp$
move 32665,31942,13
move 32664,31960,13
move 32663,31979,13
move 32650,31994,13
move 32650,31985,13
move 32664,31970,13
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:dp$
IfFewItemsGoto 0c 01,5,$nlineoflabel:dp$
move 32664,31929,13
move 32663,31926,13
move 32659,31938,13
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:dp$
IfFewItemsGoto 0c 01,5,$nlineoflabel:dps$
move 32643,31949,13
move 32628,31940,13
move 32619,31919,13
move 32602,31907,13
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:dp$
IfFewItemsGoto 0c 01,5,$nlineoflabel:dp$
move 32607,31874,13
move 32625,31874,13
move 32597,31888,13
move 32584,31901,13
move 32583,31879,13
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:dp$
IfFewItemsGoto 0c 01,5,$nlineoflabel:dps$
move 32564,31878,13
move 32576,31912,13
move 32560,31903,13
move 32554,31921,13
move 32591,31907,13
move 32613,31920,13
move 32647,31937,13
move 32667,31942,13
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:dp$
IfFewItemsGoto 0c 01,5,$nlineoflabel:dp$
gotoScriptLine $nlineoflabel:hunt$
:dp
move 32664,31940,13
move 32667,31940,13
move 32667,31940,12
move 32668,31941,11
move 32667,31940,10
move 32658,31938,10
move 32643,31938,10
move 32633,31934,10
move 32629,31937,10
move 32628,31937,11
move 32622,31938,11
move 32620,31939,10
move 32597,31939,10
move 32619,31949,10
move 32623,31952,10
move 32624,31950,9
move 32648,31936,9
fastExiva _dwarvenshield = $numericalexp:{$countitems:61 0D$}+{$_dwarvenshield$}$
fastExiva _battleaxe = $numericalexp:{$countitems:C2 0C$}+{$_battleaxe$}$
IfTrue ($countitems:61 0D$#number=#0) Goto $nlineoflabel:sba$
:sds
move 32653,31887,9
waitX 1
move 32653,31887,9
sayMessage hi
waitX 2
sayInTrade trade
waitX 2
fastExiva > 06 00 7B 61 0D 00 $numbertohex2:100$ 01
waitX 1
sayInTrade bye
stackItems
:sba
IfTrue ($countitems:C2 0C$#number=#0) Goto $nlineoflabel:bank$
move 32661,31894,9
sayMessage hi
waitX 2
sayInTrade trade
waitX 2
fastExiva > 06 00 7B C2 0C 00 $numbertohex2:100$ 01
waitX 1
sayInTrade bye
fastExiva _gold = $numericalexp:{$numericalexp:{$countitems:DB 0B$00}+{$countitems:D7 0B$}$}+{$_gold$}$
stackItems
:bank
move 32654,31923,9
waitX 1
move 32654,31923,9
waitX 1
IfFewItemsGoto 0c 01,5,$nlineoflabel:bankmanas$
saymessage hi
waitX 2
fastExiva > 96 04 $hex-tibiastr:deposit all$
waitX 1
fastExiva > 96 04 $hex-tibiastr:yes$
fastExiva _battleaxe = $numericalexp:{$countitems:C2 0C$}+{$_battleaxe$}$
fastExiva _xbow = $numericalexp:{$countitems:15 0D$}+{$_xbow$}$
fastExiva _mushroom = $numericalexp:{$countitems:8B 0E$}+{$_mushroom$}$
fastExiva _ore = $numericalexp:{$countitems:F8 16$}+{$_ore$}$
fastExiva _ring = $numericalexp:{$countitems:14 0C$}+{$_ring$}$
:bankmanas
fastExiva _calcmanas = $numericalexp:{$_manas$}-{$countitems:0C 01$}$
fastExiva _manacost = $numericalexp:{$_calcmanas$}*{$_idcost$}$
saymessage hi
waitX 2
fastExiva > 96 04 $hex-tibiastr:deposit all$
waitX 1
fastExiva > 96 04 $hex-tibiastr:yes$
waitx 1
sayInTrade withdraw $_manacost$
waitX 1
fastExiva > 96 04 $hex-tibiastr:yes$
waitX 1
move 32648,31903,9
move 32610,31902,9
move 32610,31921,9
move 32612,31922,8
move 32624,31922,8
move 32625,31921,7
move 32625,31920,6
move 32609,31925,6
move 32613,31929,5
:manabuy
sayMessage exiva > 05 00 A2 67 00 00 40
waitX 5
sayInTrade hi
waitX 1
sayInTrade flask
waitX 1
sayInTrade yes
waitX 1
fastExiva > 96 04 $hex-tibiastr:trade$
waitx 2
fastExiva buy:0C 01:{$_calcmanas$}
IfEnoughItemsGoto 0c 01,$_manas$,$nlineoflabel:deposit loot$
IfFewItemsGoto 0c 01,5,$nlineoflabel:manabuy$
:deposit loot
move 32613,31929,5
move 32609,31925,6
move 32625,31920,6
move 32625,31921,7
move 32624,31922,8
move 32612,31922,8
move 32610,31921,9
move 32610,31902,9
move 32648,31903,9
move 32645,31909,9
move 32646,31908,8
putLootOnDepot
waitX 1
fastExiva < B4 12 $hex-tibiastr:Played for: {$played$}, looted {$_gold$} pure cash (sold {$_dwarvenshield$} shield and {$_battleaxe$} axes), {$_mushroom$} White mushrooms, {$_ore$} Iron ores, {$_ring$} Axe rings and loot worth {$numericalexp:{$_xbow$}*160$}$} gold.$
move 32608,31925,5
move 32607,31926,6
move 32625,31920,6
move 32625,31920,7
move 32623,31921,8
move 32612,31922,8
move 32612,31921,9
move 32605,31921,9
move 32604,31921,10
move 32596,31938,10
move 32620,31937,10
move 32621,31938,11
move 32628,31938,11
move 32629,31935,10
move 32643,31937,10
move 32666,31939,10
move 32668,31940,11
move 32668,31939,12
move 32667,31940,13
gotoScriptLine $nlineoflabel:hunt$
:playerkilling
waitX 2
sayMessage STOP RIGHT NOW!
move 32667,31939,13
move 32667,31940,12
move 32666,31939,11
move 32666,31940,10
move 32665,31934,10
move 32640,31937,10
move 32629,31933,10
move 32628,31938,11
move 32621,31939,11
move 32621,31938,10
move 32598,31939,10
move 32605,31921,10
move 32606,31921,9
move 32611,31921,9
move 32612,31922,8
move 32631,31921,8
move 32650,31916,8
waitX 60
fastExiva close

Falkens
02-18-2011, 22:07
What monsters it atack? Guards too?
Exp/h~?

blackd
02-18-2011, 22:14
My fault, I only copy/pasted half of the script. Now the post display the whole script.

Snowman
02-19-2011, 10:12
hope u guys like it !!!

@blackd

just finished sending some more scripts, check 'em out !

DanielChau
02-19-2011, 22:08
old script? http://www.blackdtools.net/showthread.php?35150-Kazz-100-AFK-Dwarfs-IT-DOES-EVERYTHING.

saracene
02-19-2011, 22:41
What the... it's the exact same script. i wonder if he did get 50k for it. :mad:

Wiotki
02-19-2011, 22:51
fail ... lol

ban for this guy please

Shadow1
02-19-2011, 22:56
I think a ban seems alil harsh but then again, it seems to fit perfectly for lieing and taking 50k u didnt earn and taking credit for scripts u didnt create.

Perdition
01-12-2013, 00:34
this script works great except for the fact that it doesnt kill drawf guards, doesnt even go any further than the first floor in the main cave. you had said earlier that you only copy/pasted half the script, is it still incomplete? i would really like to bot in the guards since this is about the highest xp rate free account script i can find.

Perdition
01-12-2013, 03:05
trust me i would if i could make with a depositor and repotioner. but i dont know how to go down holes or use ropes in the bot. lol, when it comes to cars i can tear one down and rebuild from the naked frame to show room finish in under a week solo, but this scripting stuff just doesnt make any sence to me...hell it took almost a week to figure out how to use the scripts i can download from this site and thats with the tutorials....lolol

Lithium
01-12-2013, 04:23
Four key concepts ; Notepad , Exiva POS , Copy & Paste , Time.

Take a look at others scripts, you dont need all that fancy fastExiva shite, bare bones, setMeleeKill xxxxx, setLoot xx xx, move xxxxx,xxxxx,x ( probably 50-100 times ) at the end, sayinTrade hi,deposit all,yes, and putLootonDepot. Simple as that figure it out its much easier than building and re-building a car, just takes a second to wrap your head around it friend.

-Lith