(MACRO) Shoot GFB if trapped by stalkers (they are invisible) - 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) Shoot GFB if trapped by stalkers (they are invisible) (/thread-17069.html) |
(MACRO) Shoot GFB if trapped by stalkers (they are invisible) - Toni Ballador - 01-06-2015 I've done a very nice script in drefia using gfb, UE, changes the wand against different creatures, .. but when the char goes to depot he sometimes get trapped by invisible stalkers and sometimes they are 10 minutes in a row invisible so the char can die.. Could someone help me with the action "shoot gfb on myself"? I cant find any code for this action.. RE: (MACRO) Shoot GFB if trapped by stalkers (they are invisible) - wedel92 - 01-06-2015 Maybe map.use? Will be work? RE: (MACRO) Shoot GFB if trapped by stalkers (they are invisible) - damiansnk - 01-06-2015 do macro misc stand time >=30 self.say (exori flam) self.turn.S wait 2 sec self.say (exori flam) self turn E wait 2 sec self.say (exori flam) and every way or shoot ue RE: (MACRO) Shoot GFB if trapped by stalkers (they are invisible) - Bbotone - 01-06-2015 or you can set a hotkey to use gfb on yourself and use macro command tibia.sendkey(keycode) thats what i do sometimes RE: (MACRO) Shoot GFB if trapped by stalkers (they are invisible) - Toni Ballador - 01-06-2015 Wedel - Map.use does not work Damiansnk - I have tried it before but misc.stand time does not work because the bot tries to walk infinites times everywhere so he does not think he is stuck... Bbotone - i was looking for something like that! What should i write for ctrl+f9? |