![]() |
NEED MACRO 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: NEED MACRO HELP ! (/thread-12731.html) |
NEED MACRO HELP ! - Noowy - 11-18-2013 Hello ![]() I need macro for use mana potion for second character. I wanna make magic level on tibia MC and i wanna use Great Mana potion for second character. Thanks[/align] RE: NEED MACRO HELP ! - kamill - 11-18-2013 You can use "Friend healer". RE: NEED MACRO HELP ! - Thiaguin- - 11-18-2013 (11-18-2013, 07:56 PM)kamill Wrote: You can use "Friend healer". "Friend Healer" doesn't have MANA potions .. =( RE: NEED MACRO HELP ! - kamill - 11-18-2013 True. Maybe try to add your second character to killer and manage attack sequence: Use id of mana potion, wait xxxx ms. RE: NEED MACRO HELP ! - Thiaguin- - 11-19-2013 (11-18-2013, 08:35 PM)kamill Wrote: True. Maybe try to add your second character to killer and manage attack sequence: Use id of mana potion, wait xxxx ms. yeah, he can try it ![]() RE: NEED MACRO HELP ! - Noowy - 11-19-2013 (11-19-2013, 12:06 AM)Thiaguin- Wrote:(11-18-2013, 08:35 PM)kamill Wrote: True. Maybe try to add your second character to killer and manage attack sequence: Use id of mana potion, wait xxxx ms. where i must write ID of mana potioin ? RE: NEED MACRO HELP ! - Dexter - 11-19-2013 You want to use mana potion in your second character, is it? Try this macro: [macro]1000 {shootManaPotion} char_name:=xxxx Ammo:=yyyy Delay:=1000 ID_char:=Creature.ByName(!char_name!) Creature.ShootOn(!ID_char!, !Ammo!) Macro.Wait(!Delay!)[/macro] Change the xxxx and yyyy by char name and Id of mana potion. |