diff options
Diffstat (limited to 'npc/015-8/config.txt')
-rw-r--r-- | npc/015-8/config.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/npc/015-8/config.txt b/npc/015-8/config.txt index 6076fc9da..986e4bc65 100644 --- a/npc/015-8/config.txt +++ b/npc/015-8/config.txt @@ -7,34 +7,6 @@ 015-8 mapflag zone MMO 015-8-1 mapflag zone MMO -// Check instances and rebuild if needed -// Returns map name -// SaggyInstCheck( {house=true} ) -function script SaggyInstCheck { - .@house=getarg(0, true); - - .@q2=getq2(HurnscaldQuest_Sagratha); - // Map name limit: 4 chars (sgt1) - .@mapn$="sgt1@"+getcharid(0); - .@map2$="sgt2@"+getcharid(0); - if (!(isinstance(.@q2) && .@q2 != 0)) { - .@inst = instance_create("Sagratha House "+getcharid(0), getcharid(3), IOT_CHAR); - instance_attachmap("014-5-1", .@inst, false, .@mapn$); - //instance_attachmap("015-8", .@inst, false, .@mapn$); - instance_attachmap("015-8-1", .@inst, false, .@map2$); - // 40 minutes (2400s) inside, or 5 minutes (300s) outside - instance_set_timeout(2400, 300, .@inst); - instance_init(.@inst); - setq2 HurnscaldQuest_Sagratha, .@inst; - } - - if (.@house) { - return .@mapn$; - } else { - return .@map2$ - } -} - 015-8,99,179,0 script #Exit0158 NPC_HIDDEN,0,0,{ end; |