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
Q23A
Apprentice
*

Posts: 30
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #5
RE: Armor disappearing timer
Still something is not working. My regeneration is working, but robe is not disappearing.

[ITEMDEF i_king_robe]
NAME=King Robe
ID=0204e

REQSTR=100
WEIGHT=6.0
TYPE=t_armor
ARMOR=300

RESOURCES=
SKILLMAKE=TAILORING 600.0

On=@Create
HITPOINTS=99999
color=0a34
ATTR=attr_newbie
tag0.timer=60

On=@Equip
Src.str=<src.str>+20
timer=<tag0.timer>


ON=@UNEQUIP
Src.str=<src.str>-20
tag0.timer=<timer>


ON=@Timer
IF (<dtag0.timer> == 0)
remove
ELSE
IF (<CONT.MANA> < <CONT.INT>)
CONT.MANA=<CONT.MANA> +10
ENDIF
IF (<CONT.STAM> < <CONT.DEX>)
CONT.STAM=<CONT.STAM> +10
ENDIF
IF (<CONT.HITS> < <CONT.STR>)
CONT.HITS=<CONT.HITS> +10
ENDIF
tag0.timer =-2
timer=2
ENDIF
RETURN 1
05-14-2012 11:35 PM
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)