Timer - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Timer (/Thread-Timer--5272) |
Timer - Van Glan Bloom - 03-27-2017 10:31 AM Long time ago i dont script and now a problem occured in one script i try make. In my script I try to make a particular mob stand stone. And that after a period of time the stone is automatically removed. However I am not able to create the script Code: ..... Code: [Events e_stone_free] RE: Timer - Coruja - 03-27-2017 11:00 AM if you just want make the char get stoned for some few seconds, you can replace e_stone_free / i_stone_free with just 2 simple functions Code: SRC.TARG.STONE 1 RE: Timer - Van Glan Bloom - 03-28-2017 07:47 AM Thx you Coruja. You helped me a lot. However, an error occurred in my console, regarding the timer, Code: 22:44:ERROR:Timer expired without DECAY flag 'Val Targeter' (UID=040000ce1)? RE: Timer - Leonidas - 03-30-2017 01:51 AM On the "Val Targeter" timer add "Return 1" and it should fix that error. |