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
Timer
Author Message
Van Glan Bloom
Journeyman
*

Posts: 104
Likes Given: 2
Likes Received: 3 in 3 posts
Joined: Jun 2013
Reputation: 0



Post: #2
RE: Timer
You can make something like this :

Code:
[FUNCTION Home]
IF <src.restest 1 home_timer>
SRC.SYSMESSAGE  @09c1 You need wait a X minutes.
RETURN 1
elseif (<SRC.FLAGS> & statf_dead)
src.sysmessage  @09c1 You will be teleporter in 45 secounds ...
elseif !<src.restest 1 home_memory>
src.newitem home_memory
src.act.equip
elseif !<src.restest 1 home_timer>
src.newitem home_timer
src.act.equip
endif

[ITEMDEF home_memory]
ID=i_memory
TYPE=t_eq_script
NAME=home Memory

on=@create
attr=04

ON=@equip
timer=1

on=@timer
cont.go 6116,1234,1  // define your area
cont.flags=<cont.tag.flags>
cont.tag.flags=
remove
return 1

[ITEMDEF home_timer]
ID=i_memory
TYPE=t_eq_script
NAME=home Timer

on=@create
attr=04
TIMER=84600

ON=@equip
timer=1

on=@timer
IF (<MORE>>0)
more=<more>-1
TIMER=1
ELSE
REMOVE
ENDIF
RETURN 1
05-06-2015 07:10 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Van Glan Bloom's post
Post Reply 


Messages In This Thread
Timer - mrkarlo - 05-06-2015, 03:08 AM
RE: Timer - Van Glan Bloom - 05-06-2015 07:10 AM
RE: Timer - XuN - 05-06-2015, 04:21 PM
RE: Timer - mrkarlo - 05-07-2015, 03:00 AM
RE: Timer - mrkarlo - 05-08-2015, 01:59 AM
RE: Timer - Extreme - 05-08-2015, 09:16 AM
RE: Timer - mrkarlo - 05-12-2015, 01:19 AM
RE: Timer - XuN - 05-12-2015, 02:37 AM

Forum Jump:


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