Attack doubt - 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: Attack doubt (/thread-19236.html) |
Attack doubt - Kaszma - 01-29-2016 Hey guys. I stopped use bbot a time ago, so i need some explication about attacks. When i tried to open a older script, happened a bug with attack. I used this kind of attack: {Vis Strike}$ 20 30 98 0 :Exori Vis; Which means, 20 is the number of MP; 30%hp until use spell ; 98% the spell starts with. That's too much great for me cuz i can numerate how much % it has according to my attack hit. It can be even possible to do now? There are monsters that I would like hit start with 100% health and stop 10%, or anothers i wanna to hit 98% and stop 16%. RE: Attack doubt - Catar - 01-29-2016 Advanced attack, bottom on menu RE: Attack doubt - Kaszma - 01-29-2016 (01-29-2016, 07:38 AM)Catar Wrote: Advanced attack, bottom on menu Thats not the point, bro! Or idk how to conf RE: Attack doubt - kaiquegabriel - 01-29-2016 Macro. Try: Code: 1100 {Strike} Creature.Target()==1 Self.Say(Exori Vis) RE: Attack doubt - damiansnk - 01-29-2016 in advanced attacker set exori gran vis in hp range save and add for monster what u wanna 2nd add exori vis also with hp range and add for monster what u wanna it's the best way otherwise try use that macro: [macro]1000 {spells caster by hp} ID:=Creature.Attacking() Creature.Health(!ID!)<=90 [jump] Self.Attacking()==01 Self.Say(exori frigo) Exit() {jump} Self.Attacking()==01 Self.Say(exori gran frigo) Exit()[/macro] I didn't tested so be carefull |