From 0a098ee62a58a1339c133e918004978e8dea665e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Mar 2018 22:46:27 -0300 Subject: I will be on travel, leave a reminder to finish Silvia. Commented code at 003-13 so later with luck I finish that. Maybe. --- npc/003-1/silvia.txt | 1 + npc/003-13/arnea.txt | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) (limited to 'npc') 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; + +*/ -- cgit v1.2.3-60-g2f50