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
Help!
Author Message
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #1
Thumbs Up Help!
Hi Bye
Can you help me to make one script ...
So, if in one location for more than two players, in world has been written: <REGION.NAME> is attacked by players!
05-31-2016 03:06 AM
Find all posts by this user Like Post Quote this message in a reply
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #2
RE: Help!
Guys, any idea ?
06-02-2016 03:26 AM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #3
RE: Help!
region area
on enter
region.tag.players += 1

on exit
region.tag.players -= 1

a timer with

if region.tag.players > 1
blablalba..

if i don't explain well or need more help, just tell me

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
(This post was last modified: 06-02-2016 03:55 AM by Criminal.)
06-02-2016 03:54 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Criminal's post
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #4
RE: Help!
PHP Code:
[REGIONTYPE r_region_attack]
On=@Enter
 
IF (<SRC.IsPlayer>)
  IF !(<
REGION.TAG0.players>)
   
REGION.TAG.players 1
  
ELSE
   
REGION.TAG.players += 1
  
ENDIF
ENDIF

On=@Exit
    IF (<
SRC.IsPlayer>)
        
REGION.TAG.players -= 1
    
ENDIF 

REGION.TAGLIST is empty ... why don't add TAG to region ? Confused
06-03-2016 03:29 PM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #5
RE: Help!
which sphere version are you using?

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
06-03-2016 03:44 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #6
RE: Help!
(06-03-2016 03:44 PM)Criminal Wrote:  which sphere version are you using?
Sphere 56b - 2011, internal build #1506 Rolleyes
06-03-2016 06:43 PM
Find all posts by this user Like Post Quote this message in a reply
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #7
RE: Help!
Any idea ?
06-07-2016 12:41 AM
Find all posts by this user Like Post Quote this message in a reply
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #8
RE: Help!
Up! Up! Up!
06-13-2016 03:54 AM
Find all posts by this user Like Post Quote this message in a reply
Mad Gunther
Apprentice
*

Posts: 45
Likes Given: 11
Likes Received: 5 in 5 posts
Joined: Oct 2015
Reputation: 1



Post: #9
RE: Help!
Use tag0 instead of tag in all lines, maybe it helps.
06-14-2016 03:26 AM
Find all posts by this user Like Post Quote this message in a reply
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #10
RE: Help!
(06-14-2016 03:26 AM)Mad Gunther Wrote:  Use tag0 instead of tag in all lines, maybe it helps.
No Sad
(This post was last modified: 06-14-2016 06:09 AM by an0n!m0use.)
06-14-2016 06:09 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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