x77x
Master
Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4
|
RE: NPCs in a Guild? *updated*
im trying to accomplish 2 things...
#1 have summoned or spawned NPCs belong to a real guild and guildstone
#2 let players be able to add a purchased NPC to their personal guild
problem #1
if i could get the memory item to stop dissapearing when the npc is created... itll work (hopefully)
problem #2
i though when the player dclicks the icon to summon the npc, the dclick trigger could create the memory item...
OR
maybe a tool for players to target a pet npc to add them to their guild.... but it WONT change his MEMORYFINDTYPE.0400.LINK number =/
Code:
[7939]
ID=0e2d
NAME=NPC Guild Recruitment Tool
COLOR=901
TYPE=13
BUYVALUE=14000-16000
SELLVALUE=7000-8000
WEIGHT=3
ONTRIGGER=TARGON_CHAR
IF (<SRC.TARG.MEMORYFINDTYPE.0400.LINK>=0) && (<SRC.TARG.BODY>=0190) && (<SRC.TARG.FLAGS>&08000000)
SRC.TARG.MEMORYFINDTYPE.0400.LINK=<SRC.MEMORYFINDTYPE.0400.LINK>
SRC.SYSMESSAGE=<SRC.TARG.NAME> is now in <SRC.MEMORYFINDTYPE.0400.NAME>!
RETURN 1
ELSE
SRC.SYSMESSAGE=That is not your Soldier or they are already in a guild!
RETURN 1
ENDIF
CATEGORY=DRAGONS OF TIME ITEMS
SUBSECTION=TEST
DESCRIPTION=NPC Guild Recruitment Tool
if i could just get the memory item to stop disappearing i could solve one of the problems...
Dragons of Time 2000-2020
http://dragonsoftime.com
|
|
11-29-2013 10:10 AM |
|
|