Log in

View Full Version : Trap exori problem



Janas4
09-21-2010, 19:04
hi gentlemen, I have a problem, when I'm surrounded by (Trap) I would use exori to kill monster. Or whether, as surrounds me four foes use exori ,How do it??

Plice help me :)
Thanks :) Gl

Janas4
09-26-2010, 15:20
hello i have another problem, in the top post, it was just to kill the exori slim. Now, when you done the script does not work for me to collect gp and others. What is wrong?

Vengoth for 100+ knight=

setChaoticMovesON
onGMpause
setFriendly
setMeleeKill slime
setMeleeKill tarantula
setMeleeKill haunted treeling
setMeleeKill scorpion
setMeleeKill demon skeleton
setLootOn
stackItems
#Gold
setLoot D7 0B
#Small Emerald
setLoot D8 0B
#Dwarven ring
setLoot 19 0C
#Guardian shield
setLoot 57 0D
#Time ring
setLoot ED 0B
#Tarantula Egg
setLoot 29 28
#Steel Helmet
setLoot 17 0D
#Plate Armor
setLoot 26 0D
#Demonic Skeletal Hand
setLoot AF 25
#Mana Potion
setLoot EE 00
#Scorpion Tail
setLoot B3 25
#White Mushroom
setLoot 8B 0E
#Health Potion
setLoot EF 00
#Haunted Piece of Wood
setLoot D3 25
#Strong Health Potion
setLoot EC 00
#Bullseye Potion
setLoot 13 1D
#Orange Mushroom
setLoot 8E 0E
#Red Mushroom
setLoot 8C 0E
move 32880,31542,7
move 32881,31529,7
move 32894,31519,7
move 32890,31506,7
move 32899,31496,7
move 32902,31482,7
move 32919,31479,7
move 32927,31461,7
move 32926,31478,7
move 32928,31495,7
move 32934,31508,7
move 32936,31519,7
move 32932,31534,7
move 32927,31543,7
move 32920,31547,7
move 32906,31547,7
move 32897,31544,7
move 32906,31538,7
move 32908,31527,7
move 32914,31520,7
move 32921,31513,7
move 32922,31505,7
move 32927,31515,7
move 32918,31533,7
gotoScriptLine 0

Hurriel
09-26-2010, 18:42
I cannot see what is wrong with that script right now.
Well about cast exori if trapped i'm afraid there is no way for Blackdtools to detect how many monsters are around you. At least back on my time such action was impossible. However you can attack monsters using exori using SetSpellKill or something.

Janas4
09-26-2010, 20:10
To me it seems everything ok, but I have a problem that my bot does not collect such items from the zombies and haunted treeling. For example, the dragon is all about the bot collects everything I have in setloot in this case, the bot kills monsters await opens all and nothing take, I do not know what to do, HELP:)

Hurriel
09-27-2010, 01:41
Ohhh. I've just send you some private messages about your case but after reading this and looking at your script i remembered that there is something missing there.
Now, you have 2 looting methods: you can loot after melee kill or loot after all dead. By default, the bot is set to loot after every monsters have been killed, so at the beginning of your script you must insert a code line that is setBot OldLootMode= x . Use it and if you want the script to loot after kill put a 1 if you and to loot after all dead put a 0 or just erase the line.


setBot OldLootMode=1 <<<loot after kill
setBot OldLootMode=0 <<<loot after all dead

Report after that.