![]() |
Macro use item + another question :) - 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: Macro use item + another question :) (/thread-18376.html) |
Macro use item + another question :) - agustin01 - 08-13-2015 Hi Bboters! Im trying to make a script but Im with some troubles on macros... First problem: How do i make a macro to use a item on a bp? I need to use adventurers stone but i can find a macre that uses it, only use on, and it doesnt works... And the second trouble is that i need to know how to make a character logout afterdoin certain thing (lets say getting lvl 8), then log in another character (next in list) and restart the script. Thanks in advance, hope this stuff is possible doing since i couldnt do it for myself exploring bbot :/ Cya! RE: Macro use item + another question :) - kaiquegabriel - 08-13-2015 macro use item on yourself: Code: 0 {use stone} Hotkey.Use(STONE ID) i'ts manually macro, you can add on waypoints Point (0 0 0) Macro (0 0 0:use stone) Point (0 0 0) Good luck RE: Macro use item + another question :) - agustin01 - 08-14-2015 Thanks a lot! Going to test it and reply ![]() It worked ![]() Can you answer me another thing? I want to make a macro to transfer gold. The thing is that the gold is variable so i want to take the Info from balance and add it to a variable so i can use it as a macro. Is there a way to do that? Thanks again! |