PLEASE BBMEGA FIX IT - 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: PLEASE BBMEGA FIX IT (/thread-9935.html) |
PLEASE BBMEGA FIX IT - jayko7 - 05-31-2013 Dear bbmega, Could you fix the problems with trainers skills in party with other character? and, could you fix the maptool? Maptool doenst works when needs to open a hidde hole in the dessert , only try to open 1 times, if not opened at first time, bbot inst try again . RE: PLEASE BBMEGA FIX IT - Kimoszin - 05-31-2013 Trainer What is the problem? MapTool Use more than one MapTool for this. RE: PLEASE BBMEGA FIX IT - jayko7 - 06-01-2013 (05-31-2013, 02:32 PM)Kimoszin Wrote: Trainer Doenst work the 'Hp Training' when is skilling with 2 characters in party. RE: PLEASE BBMEGA FIX IT - Kimoszin - 06-01-2013 How you configure it? RE: PLEASE BBMEGA FIX IT - jayko7 - 06-02-2013 (06-01-2013, 02:32 PM)Kimoszin Wrote: How you configure it? All possible's ways xd RE: PLEASE BBMEGA FIX IT - Kimoszin - 06-02-2013 [macro]1000 {Trainer} target:=Creature.ByName(NAME HERE) heatlhStop:=50 healthBack:=100 target>0 Creature.Health(!target!)<=!heatlhStop! [attack] Self.Stop() Exit() {attack} Creature.Attack(!target!)[/macro] RE: PLEASE BBMEGA FIX IT - jayko7 - 06-04-2013 (06-02-2013, 03:15 PM)Kimoszin Wrote: [macro]1000 {Trainer} target:=Creature.ByName(NAME HERE) heatlhStop:=50 healthBack:=100 target>0 Creature.Health(!target!)<=!heatlhStop! [attack] Self.Stop() Exit() {attack} Creature.Attack(!target!)[/macro] Bro, thanks for all, but this macro doenst work :S :/ RE: PLEASE BBMEGA FIX IT - Apausfo - 06-06-2013 (06-04-2013, 09:44 AM)jayko7 Wrote:(06-02-2013, 03:15 PM)Kimoszin Wrote: [macro]1000 {Trainer} target:=Creature.ByName(NAME HERE) heatlhStop:=50 healthBack:=100 target>0 Creature.Health(!target!)<=!heatlhStop! [attack] Self.Stop() Exit() {attack} Creature.Attack(!target!)[/macro] ~heatlhStop:=50 healthBack:=100~ Now you know why?! RE: PLEASE BBMEGA FIX IT - Kimoszin - 06-06-2013 Name of variavel not is important. Try: [macro]1000 {Trainer} target:=Creature.ByName(KIMOSZIN) healthStop:=90 healthBack:=100 jp:=Creature.Health(!target!) HUD.Display(!jp!) Creature.Health(!target!)<=!healthStop! [else] Self.Stop() Exit() {else} Creature.Health(!target!)>=!healthBack! Creature.Attack(!target!)[/macro] |