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
NPCs acting like their are in a guild...
Author Message
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #8
RE: NPCs acting like their are in a guild...
getting closer....

Code:
[EVENTS e_army_wei]
//ON=@NPCSEENEWPLAYER
ON=@click
IF (STRCMPI("<src.tag.army>","Wei")==0)
TAG.NAME.HUE 03f
Say Hail Friend!
RETURN 0
ELSE
IF (STRCMPI("<src.tag.army>","Wu")==0)  || (STRCMPI("<src.tag.army>","Shu")==0)  || (STRCMPI("<src.tag.army>","YS")==0)  || (STRCMPI("<src.tag.army>","LB")==0)  || (STRCMPI("<src.tag.army>","YT")==0)  || (STRCMPI("<src.tag.army>","MH")==0)  
TAG.NAME.HUE 090
Say Attack the soldier of <SRC.TAG.ARMY>!
ATTACK
RETURN 0
ELSE
IF (<src.kills>>3) || (<src.criminal>==1)//(<flags>&statf_criminal)LINE15
Say Beat it criminal!
ATTACK
RETURN 0
ELSE
IF (<SRC.MEMORYFINDTYPE.0400.LINK>>040004010)//every players guild
Say Attack the soldier of <SRC.MEMORYFINDTYPE.0400.NAME>!
ATTACK
RETURN 0
ELSE
IF (<src.tag.army>==0)//LINE25
RETURN 0
ENDIF
RETURN 1


20:47:ERROR:(SPHERE_ARMY_WEI.scp,15)Can't resolve <src.criminal>
20:47:ERROR:(SPHERE_ARMY_WEI.scp,15)Undefined symbol ''
20:47:ERROR:(SPHERE_ARMY_WEI.scp,25)Undefined symbol ''


whats wrong with line 15 and 25?

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 01-24-2015 11:52 AM by x77x.)
01-24-2015 11:51 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
RE: NPCs acting like their are in a guild... - x77x - 01-24-2015 11:51 AM

Forum Jump:


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