BBot - The best bot of the world
Help! - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Help! (/thread-5090.html)



Help! - kingpin - 10-24-2012

I would need some help with this! I want some kind of code/macro to put in that uses knife when 2 monsters around and another weapon when more than 2. and if its possible to make it check constantly if there are more than 2 monsters, to be safe.

Thanks, says the kingpin.


RE: Help! - kingpin - 10-25-2012

Anyone?


RE: Help! - spiff26 - 10-25-2012

Code:
1000 {change weapon} knife:=ID_Knife sword:=ID_Sword Self.Attacking()==1 Creatures.Beside()>=3 [equip knife] Self.Equip.LeftHand(!sword!) Exit() {equip knife} Self.Equip.LeftHand(!knife!) Exit()

Chage ID_Knife by the knife's ID and ID_Sword by the ID of the other weapon


RE: Help! - kingpin - 10-26-2012

Well where's the fucking item ids!? sry bout my language. Just getting tired of nothing being available for paying customers.


RE: Help! - nizlov - 10-26-2012

You did not read the documentation, what do you expect?
Your question has been answered on the forums multiple times.
You are just a lazy kid I guess.

ALT+F8
ID of the last clicked item will appear in the left upper corner


RE: Help! - kingpin - 11-08-2012

im not polish