![]() |
ERROR:Timer expired without DECAY flag - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: ERROR:Timer expired without DECAY flag (/Thread-ERROR-Timer-expired-without-DECAY-flag) |
ERROR:Timer expired without DECAY flag - VeTaL - 05-31-2012 07:18 PM I created a stone, set flags to to 'attr 08010'=1 (Never Moveable + Static). And i got that error: ERROR:Timer expired without DECAY flag 'Stone of Stats' (UID=0400955a1)? What is the right way of avoiding it? RE: ERROR:Timer expired without DECAY flag - darksun84 - 05-31-2012 08:58 PM add return 1 in the @timer trigger RE: ERROR:Timer expired without DECAY flag - RanXerox - 06-01-2012 02:25 PM or after you create the stone in game, set the timer=-1 Its not really an error... its a warning that the timer on an item decayed, but the item was not destroyed so that you could go fix it. RE: ERROR:Timer expired without DECAY flag - VeTaL - 06-01-2012 08:00 PM Thanks, guys, both methods works fine. I also thought that it should be warning. |