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
Online Reward
Author Message
Trofan
Apprentice
*

Posts: 5
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jan 2013
Reputation: 0



Post: #5
RE: Online Reward
yes i'm fix it
look the script its true ?

Code:
[itemdef i_safepoint]
name point timer
id i_memory
type t_eq_script
weight 0

on=@create
attr attr_invis | attr_decay

on=@equip
timer 300

on=@unequip
if !(strmatch('<region.name>', 'Safe Region'))
else
newitem i_gold,1000
new.bounce

on=@timer
attr attr_decay
remove


[itemdef i_pvppoint]
name point timer
id i_memory
type t_eq_script
weight 0

on=@create
attr attr_invis | attr_decay

on=@equip
timer 300

on=@unequip
if !(strmatch('<region.group>', 'Serpent's Hold')) && !(strmatch('<region.group>', 'Cove'))
else
newitem i_gold,5000
new.bounce

on=@timer
attr attr_decay
remove
(This post was last modified: 01-07-2013 09:07 PM by Trofan.)
01-07-2013 09:05 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Online Reward - Trofan - 01-07-2013, 01:54 PM
RE: Online Reward - Onirim - 01-07-2013, 05:35 PM
RE: Online Reward - Trofan - 01-07-2013, 07:59 PM
RE: Online Reward - Sharlenwar - 01-07-2013, 08:40 PM
RE: Online Reward - Trofan - 01-07-2013 09:05 PM
RE: Online Reward - Mordaunt - 01-08-2013, 02:39 AM
RE: Online Reward - Trofan - 01-08-2013, 12:31 PM

Forum Jump:


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