diff options
-rw-r--r-- | npc/003-1/silvia.txt | 1 | ||||
-rw-r--r-- | npc/003-13/arnea.txt | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index 113519f21..666427a7b 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -39,6 +39,7 @@ L_Lifestone: next; mesn; mesq l("I can make you a @@, and for that I will want a @@ and 500 GP.", getitemlink(LifestonePendant), getitemlink(Lifestone)); + mes col("And I also need Jesusalva to authorize the usage of regenerative items.",1); close; L_Unallowed: diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index 92fda2805..9b2329a4e 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -90,3 +90,25 @@ OnInstanceInit: end; } + + +/* + .@ID=getcharid(0); + .@MUNDANE_INSTID = instance_create("001-3-0@a"+(.@ID), 0, IOT_NONE); + //debugmes "You are "+str(.@ID); + + //if (.@MUNDANE_INSTID < 0) debugmes "Error: No instance ID"; + //debugmes "new instance id: " + str(.@MUNDANE_INSTID); + + .@instanceMapName$ = instance_attachmap("001-3-0", .@MUNDANE_INSTID, 0, str(.@ID)); + + //if (.@instanceMapName$ == "") debugmes "Error: Map 001-3-0 X failed"; + //debugmes "Created map: "+ str(.@instanceMapName$); + + instance_set_timeout(300000, 300000, .@MUNDANE_INSTID); + instance_init(.@MUNDANE_INSTID); + + warp str(.@ID), 161,59; + close; + +*/ |