The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Armor disappearing timer
Author Message
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #8
RE: Armor disappearing timer
you can add
Code:
ON=@CREATE
SRC.TAG0.RobeLive= <EVAL <SERV.TIME>+(10*60*60*24*7)>

and checking every time when regen work
Code:
ON=@TIMER
IF (<CONT.MANA> < <CONT.INT>)
CONT.MANA +=10
ENDIF
IF (<CONT.STAM> < <CONT.DEX>)
CONT.STAM +=10
ENDIF
IF (<CONT.HITS> < <CONT.STR>)
CONT.HITS +=10
ENDIF

IF <SRC.TAG0.RobeLive> < <SERV.TIME>
REMOVE
ENDIF
RETURN 1
05-15-2012 06:01 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Armor disappearing timer - Q23A - 05-14-2012, 10:30 PM
RE: Armor disappearing timer - Q23A - 05-14-2012, 10:47 PM
RE: Armor disappearing timer - Q23A - 05-14-2012, 11:35 PM
RE: Armor disappearing timer - Q23A - 05-15-2012, 12:36 AM
RE: Armor disappearing timer - WRWR - 05-15-2012 06:01 AM
RE: Armor disappearing timer - Q23A - 05-15-2012, 08:46 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)