![]() |
follow playername if i press hotkey - 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: follow playername if i press hotkey (/thread-17217.html) |
follow playername if i press hotkey - Freshdrup - 01-19-2015 when i press Insert i want to follow a player named frekis. possible? can pay for macro RE: follow playername if i press hotkey - mr. Kris - 01-19-2015 Nope. RE: follow playername if i press hotkey - damiansnk - 01-19-2015 I think it's possible but for status like haste magic shield recovery or something but I'm not sure RE: follow playername if i press hotkey - MegaNo0body - 01-19-2015 [macro]100 {Follow Hotkey} VK_INSERT:=45 Tibia.IsKeyDown(!VK_INSERT!)==1 FriendID:=Creature.ByName(YOUR_FRIEND_NAME_HERE) Creature.Follow(!FriendID!)[/macro] RE: follow playername if i press hotkey - mr. Kris - 01-19-2015 Holy sh#t! :O My life now is easier! RE: follow playername if i press hotkey - damiansnk - 01-20-2015 ohh ye ! Mega where we can find numbers to virtual codes ? I had seen it once but don't remember where RE: follow playername if i press hotkey - MegaNo0body - 01-20-2015 http://delphi.about.com/od/objectpascalide/l/blvkc.htm BBot only supports DECIMAL format. RE: follow playername if i press hotkey - damiansnk - 01-20-2015 ok thx ![]() RE: follow playername if i press hotkey - mr. Kris - 01-20-2015 Maby I doing something wrong or maby it's not working on OTS :/ I tried automaticion and manual, auto - don't using hotkey always follow, manual - don't working RE: follow playername if i press hotkey - Freshdrup - 01-20-2015 yes it works u retard, but yes its kinda buggy cuz u need to hold hotkey in 100 ms BUT BETTER would be this command: 1000 {follow} Self.Attacking()==0 ekID:=Creature.ByName(nick of your ek) Creature.Follow(!ekID!) if someone could edit this so that u could make the command stop working when u press a hotkey and activate it again if u press hotkey if someone could make this i would love u forever |