![]() |
Need help with script! - 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 help with script! (/thread-11304.html) |
Need help with script! - xlesiu - 08-13-2013 Hello dear users. I start write my own scirpt, i make wpts to resp, banker, m shop. Everytnig is fine, killer looter, cavebot works good, but, when he start a round, and come back, he still have strong mana potions, and cap but he go to refill. My full check : FullCheck (32161 31126 1:Full DEPO Else EXP Code cap<100;273<50) My exp label : Label (32161 31126 1:EXP) My refill label : Label (32161 31126 1 ![]() WPT PART WITH FULLCHECK : Point (32156 31136 1) Point (32158 31132 1) Point (32160 31128 1) Fixed (32161 31126 1) FullCheck (32161 31126 1:Full DEPO Else EXP Code cap<100;273<100) Label (32161 31126 1 ![]() Point (32164 31126 1) Fixed (32165 31126 1) Say (32165 31126 1:exani hur down) Point (32166 31126 2) Fixed (32166 31126 2) Point (32169 31123 2) Point (32168 31118 2) Another ask is, i have a macro for hud text and want to change color of thext to sign my script because i throw it on forum in few hours.. I want it be RED COLOR, CENTER BOTTOM Smile 5000 {ABC} HUD.Display(MY SCRIPT) I give reputs for help, thanks ![]() RE: Need help with script! - macio_g5 - 08-13-2013 It goes back to dp because Strong Mana Potion ID is 237, not 273, that's a typo mate, just change it and everything gonna be okay :) --Kropek ;) RE: Need help with script! - voonart - 08-13-2013 2. HUD.Print(2, 3, 255, 0, 0 ,100, VoonArt RLZ!!!!!) RE: Need help with script! - xlesiu - 08-13-2013 Thanks macio, reput is yours.( Your reputation rating has successfully been added for this user.) I make its at night... this is result. But now i make 3 scripts : Edron Elemental Spheres for rp, crystal spiders svar for ms, and edron earth elementals for ed ![]() Voonart u macro dont work fine for my, i make ss and show u what i want to do ![]() 1 : http://i42.tinypic.com/2ia32bk.png 2 : http://i40.tinypic.com/4vnx1j.png 3 : http://i43.tinypic.com/2cz1vdc.jpg ------------------------------------------------- 1: It looks when you macro auto on 2: macro 3: I want to be only 1 line of text, there where red box now RE: Need help with script! - voonart - 08-13-2013 2300 {show} HUD.Setup(2, 3, 255, 0, 0) HUD.Display(Voonart RLZ) Macro.Wait(1000) HUD.Display() or just flashing 2300 {flash} HUD.Setup(2, 3, 255, 0, 0) HUD.Display(Voonart RLZ) Macro.Wait(800) Ok so far I noticed that text dont have specifed time to show on screen. It have to be replaced by other text. Cant do better for view it all the time. (08-13-2013, 02:45 PM)xlesiu Wrote: Thanks macio, reput is yours.( Your reputation rating has successfully been added for this user.) RE: Need help with script! - xlesiu - 08-13-2013 Okey, flash its very good for me, but it still center down , no center up if u know what i mean RE: Need help with script! - voonart - 08-13-2013 (08-13-2013, 03:22 PM)xlesiu Wrote: Okey, flash its very good for me, but it still center down , no center up if u know what i mean 1→Left, 2→Center or 3→Right), Ypos of the text (1→Top, 2→Middle or 3→Bottom), Change 3 on 1 RE: Need help with script! - xlesiu - 08-13-2013 Now its great ![]() ![]() |