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: #5
RE: NPCs acting like their are in a guild...
seems like im having trouble with a text tag... if i use numbers it works

Code:
[EVENTS e_army_wei]
ON=@NPCSEENEWPLAYER
//ON=@click
IF (<src.tag.army>=04000)
TAG.NAME.HUE 03f
Say Hail Friend!
RETURN 0
ELSEIF (<src.tag.army>=04001) || (<src.tag.army>=04002) || (<src.tag.army>=04003) || (<src.tag.army>=04004) || (<src.tag.army>=04005) || (<src.tag.army>=04006)
TAG.NAME.HUE 090
Say Attack the soldier of <SRC.MEMORYFINDTYPE.0400.NAME>!
ATTACK
RETURN 0
ELSEIF (<src.kills>>3) //(<src.iscriminal>=1) ||
Say Beat it criminal!
ATTACK
RETURN 0
ELSEIF (<SRC.MEMORYFINDTYPE.0400.LINK>>040004010)//every players guild
Say Attack the soldier of <SRC.MEMORYFINDTYPE.0400.NAME>!
ATTACK
RETURN 0
ENDIF
RETURN 1

Dragons of Time 2000-2020
http://dragonsoftime.com
01-06-2015 03:13 PM
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-06-2015 03:13 PM

Forum Jump:


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