View Full Version : I give up....
After two weeks of testing and asking help in forum i finally created my own script with depositer and mana refiler. I even bought skype credits for skype alert to my cell phone (not working properly). But now i give up.. I can say that i don't understand blackdt cave bot at all. It's work properly buy manas etc but after some time script starts doing bugs. He don't buy manas or something other problems apear.... Looks everything ok i have open bp's have money with me (like others times before) but still he commes to shop and buy 2 mana potions instead 300 (more or less). Looks like after long time of boting he gets tired....... I starts hate tibia when after so many woking wasted and still everything wrong.
man that shit happens. i think its cause of tibia updates or somethin. just have to send msgs and ask for help. sadly im like the only one here who checks every possible thread. but i dont kno how to help some people. or try redoing the scripts or try making new ones. the more u make the better u will get
what is wrong with this part? It was working for a few h and now started doing everything wrong...
#Depositing gold
sayMessage hi
waitX 2
sayInTrade deposit all
waitX 2
sayInTrade yes
waitX 2
fastExiva _manas = 500
fastExiva _idcost = 50
fastExiva _mana = $numericalexp:{$_manas$}-{$countitems:{$_manapotionid$}$}$
fastExiva _manacost = $numericalexp:{$_mana$}*{$_idcost$}$
sayInTrade withdraw $_manacost$
waitX 2
sayInTrade yes
waitX 2
sayInTrade withdraw 100
waitX 1
sayInTrade yes
waitX 1
sayInTrade Bye
##########################################
##########################################
#WAYPOINTS FROM BANK TO MAGIC SHOP
move 32832,31243,7
move 32829,31234,7
move 32820,31233,7
move 32809,31233,7
move 32799,31233,7
move 32790,31232,7
move 32790,31237,7
move 32790,31238,6
move 32789,31238,5
##########################################
##########################################
#MAGIC SHOP
sayMessage hi
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 2
sayInTrade trade
waitX 2
fastExiva > 07 00 7A 0C 01 00 $numbertohex2:{$_mana$}$ 00
##########################################
##########################################
################################################## #######
###WAYPOINTS FROM MAGIC SHOP TO DP
move 32789,31238,5
move 32789,31240,6
move 32790,31240,7
move 32776,31233,7
move 32773,31237,7
move 32773,31244,7
move 32777,31244,7
#################################################
putlootondepot
RaPoZaUm
03-20-2011, 01:13
For this, we all miss Malmis.
#Depositing gold
sayMessage hi
waitX 2
sayInTrade deposit all
waitX 2
sayInTrade yes
waitX 2
fastExiva _manapotionid = 0C 01 (put mana potions id , OC 01 - normal potion)
fastExiva _manas = 500
fastExiva _idcost = 50
fastExiva _mana = $numericalexp:{$_manas$}-{$countitems:{$_manapotionid$}$}$
fastExiva _manacost = $numericalexp:{$_mana$}*{$_idcost$}$
sayInTrade withdraw $_manacost$
waitX 2
sayInTrade yes
##########################################
##########################################
#WAYPOINTS FROM BANK TO MAGIC SHOP
move 32832,31243,7
move 32829,31234,7
move 32820,31233,7
move 32809,31233,7
move 32799,31233,7
move 32790,31232,7
move 32790,31237,7
move 32790,31238,6
move 32789,31238,5
##########################################
##########################################
#MAGIC SHOP
sayMessage hi
waitX 2
sayInTrade trade
waitX 2
fastExiva > 07 00 7A 0C 01 00 $numbertohex2:{$_mana$}$ 00
waitX 2
fastExiva > 07 00 7A 0C 01 00 $numbertohex2:{$_mana$}$ 00
waitX 2
fastExiva > 07 00 7A 0C 01 00 $numbertohex2:{$_mana$}$ 00
##########################################
##########################################
################################################## #######
###WAYPOINTS FROM MAGIC SHOP TO DP
move 32789,31238,5
move 32789,31240,6
move 32790,31240,7
move 32776,31233,7
move 32773,31237,7
move 32773,31244,7
move 32777,31244,7
#################################################
putlootondepot
BlackD is easy :D
I didn't look the rest of the script, but...
fastExiva > 07 00 7A 0C 01 00 $numbertohex2:{$_mana$}$ 00
...is wrong. you should not include the packet length in my commands.
fastExiva > 7A 0C 01 00 $numbertohex2:{$_mana$}$ 00
*might* be ok (I didn't really tested it)
Anyways I consider it dangerous. If you only want to buy/sell things in npc there are safe blackd proxy commands that already do that:
exiva sell:XX XX:N (sell N items with ID XX XX)
exiva buy:XX XX:N (buy N items with ID XX XX)
What happens if I do put the packet length?
I presume you've set the right ID for $_manapotionid$ earlier in the script, else it won't work.
Why "deposit all" at the magic stop? (might be something new, haven't played in 2 years now).
And as BlackD says, don't use the 4 first letters/numbers in the string.
Powered by vBulletin® Version 4.2.5 Copyright © 2021 vBulletin Solutions Inc. All rights reserved.