![]() |
|
Help complete Script - 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 complete Script (/thread-6537.html) |
Help complete Script - luisao94 - 01-11-2013 Hey I was trying to do my first 100% afk script to make money in Yalahar Djinns, but after creating the waypoints I noticed my character can“t cross the stairs before the closed door, AND it neither can oper the door. Can anybody help me modify it so it can do that (: and ofc open the door again and get through the stairs to get out of there. I leave you my script here v Please I really want this script working 100% to share it (: RE: Help complete Script - Dexter - 01-11-2013 About stairs, put a fixed point in front of stairs. After that, create a macro with the command Self.Move*(), where the "*" is the direction. Exemplo: Self.MoveW() > Move to West. About the door, take a look here: http://wiki.bmega.net/doku.php?id=samples#examples |