BBot - The best bot of the world
DropItems if player say MAGIC WORD - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: DropItems if player say MAGIC WORD (/thread-10978.html)



DropItems if player say MAGIC WORD - Seeken - 07-19-2013

Hello,

I'm looking for script witch one droping items from inventory on the floor when player say magic word.

I need it because, i'm makin cash at klientless, wich means i can't see whats going on at this client - it just work in windows proceses, client is "killed". Mine cashmakers is stucking from time to time and i want to include macro wich one is droping cash for example.

Can any1 make this macro for me?
Big REP for those who can!


RE: DropItems if player say MAGIC WORD - Seeken - 07-21-2013

BUMB! I really need it!


RE: DropItems if player say MAGIC WORD - Grue - 07-23-2013

I think is impossible ;


RE: DropItems if player say MAGIC WORD - voonart - 07-23-2013

Well it impossible for getiing message that some1 send you.
But its possible to drop cash when specifed char is logged in.

ie:

Ur cashmaker (CM) is botting hmm Dworcs, and you want to drop cash on specifed moment.
U login on ur char (Lets say his name is Oklahoma Rider), can be 1 lv. CM see ohhh! This guy is online, Im starting to drop cash!

100 {DropCash}
Vip.Online(Oklahoma Rider)==1
X:=Self.X() Y:=Self.Y() Z:=Self.Z()
Map.Thrown(3031, 100, !X!, !Y!, !Z!)


Not tested just wrote it from head.

NOTE: IT WILL DROP ONLY FROM OPENED BACKPACK PILES 100 GP


RE: DropItems if player say MAGIC WORD - Seeken - 07-25-2013

It's not working ;c

Can you make working one please?