So update to 17388 done.
Have changed the script but a error came when clicking the npc.
The map name is 1@rent and added to mapcache/mapindex/maps_athena.conf.
My Script:
payon,150,155,1 script House NPC 723,{
instance_create ("House");
if (instance_create("House") < 0) // Check for a failure in creating instance
{
mes "Failed to create the instance!";
close;
}
instance_enter("House");
}
error:
[Debug]: mapindex_name2id: Map "houes1" not found in index list!
[Error]: instance_addmap: No maps added to instance 1.
[Info]: [Instance] Created: House.
Instance_db:
// Instance Database
//
// Structure of Database:
// ID,Name,LimitTime,EnterMap,EnterX,EnterY,Map1,Map2,Map3,Map4,Map5,Map6,Map7,Map8
//
0,Endless Tower,14400,1@tower,50,355,1@tower,2@tower,3@tower,4@tower,5@tower,6@tower
1,Sealed Catacomb,7200,1@cata,100,224,1@cata,2@cata
2,Orc's Memory,3600,1@orcs,179,15,1@orcs,2@orcs
3,Nidhoggur's Nest,14400,1@nyd,32,36,1@nyd,2@nyd
4,House,7200,1@rent,20,20,houes1,houes2,houes3,houes4,houes5,houes6,houes7,houes8,houes9