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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Set timer of any item
Author Message
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #1
Set timer of any item
Hello!

I create GM sphere, this gm sphere can set time of live any item:
Code:
[ITEMDEF I_GM_ITEM_TIMER_SPHERE]
NAME=Set timer on item sphere
ID=I_CRYSTAL_BALL

ON=@CREATE
COLOR=0BAE
ATTR=ATTR_NEWBIE

ON=@DCLICK
TARGET
RETURN 1

ON=@TARGON_ITEM
SRC.DIALOGCLOSE D_GM_SET_TIMER
SRC.DIALOG D_GM_SET_TIMER
RETURN 1

[DIALOG D_GM_SET_TIMER]
...

[DIALOG D_GM_SET_TIMER BUTTON]
...

ONBUTTON=1
SRC.TARG.TIMER=<ARGTXT[0]>
SRC.TARG.TIMERF=<ARGTXT[0]>
SRC.TARG.ATTR=ATTR_CAN_DECAY
SRC.DIALOGCLOSE D_GM_SET_TIMER
SRC.SYSMESSAGE @0486,,1 Seconds left: <SRC.TARG.TIMER>
RETURN 1
But after time left, the items not removed and i got error:
[Image: ztd8jc.jpg]
11-18-2014 04:57 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Set timer of any item - Russian - 11-18-2014 04:57 AM
RE: Set timer of any item - darksun84 - 11-18-2014, 05:20 AM
RE: Set timer of any item - Russian - 11-18-2014, 03:54 PM
RE: Set timer of any item - Feeh - 11-18-2014, 07:19 AM
RE: Set timer of any item - Extreme - 11-18-2014, 11:13 PM
RE: Set timer of any item - Russian - 11-19-2014, 03:51 PM

Forum Jump:


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