I'm having trouble add new npcs
it opens more usually does not appear any items in store
could someone help me?
I add as shown below
######################################################################################
Cabal.enc
<world id="2" name="world2" type="0" map_file="world_02.mcl" terrain_mesh="" icon="J_icn_map2" m_code="1" t_max_x="1" t_max_z="1" gpsorder="2" allowedwar="0" warcontrol="0" >
<world_npc id="78" npc_name="npc02-0078" x="64" y="241" is_obj="0" />
<world id="3" name="world3" type="0" map_file="world_03.mcl" terrain_mesh="" icon="J_icn_map3" m_code="1" t_max_x="1" t_max_z="1" gpsorder="3" allowedwar="0" warcontrol="0" >
<world_npc id="78" npc_name="npc03-0078" x="192" y="49" is_obj="0" />
######################################################################################
Cabal_Msg.enc
<msg id="npc02-0078" cont="Oficial Rasya Despachado" />
<msg id="npc03-0078" cont="Oficial Ahyidereun Despachado" />
######################################################################################
Extra_Obj.enc
<extra_object world_id="2" >
</extra_stuff>
<extra_stuff ID="9" filename="character\w2pro_wexp.ebm" min="-170.873,-25.3112,-244.727" max="215.379,650,172.775" >
<extra_entity type="1" pos="6410,0,24221" rotate="0,300,0" scale="1,1,1" disable_cell_radius="1" stuff_id="9" name="extra_npc_110" npc_id="78" npc_tag="0" npc_type="1" />
</extra_stuff>
<extra_object world_id="3" >
</extra_stuff>
<extra_stuff ID="12" filename="character\w3cap_wexp.ebm" min="-170.873,-25.3112,-244.727" max="215.379,100,172.775" >
<extra_entity type="1" pos="19300,0,4980" rotate="0,270,0" scale="1,1,1" disable_cell_radius="1" stuff_id="12" name="extra_npc_111" npc_id="78" npc_tag="0" npc_type="1" />
</extra_stuff>
######################################################################################
Extra_Obj_Msg.enc
<msg id="extra_npc_0110" cont="Oficial Rasya Despachado" />
<msg id="extra_npc_0111" cont="Oficial Ahyidereun Despachado" />
######################################################################################
world2-npc.scp
[NpcPos] Flags Index PosX PosY Type IsRangeCheck
49 0 78 64 241 1 1
######################################################################################
world3-npc.scp
[NpcPos] Flags Index PosX PosY Type IsRangeCheck
47 0 78 192 49 1 1
######################################################################################
NPCShop.scp
[Server] Server_Index Shop_ID
1 1 1
[NPC] Shop_ID World_ID Order NPC_ID Pool_ID1 Pool_ID2
33 1 2 4 78 33 2
34 1 3 4 78 34 2
[Shop] Pool_ID SlotID ItemKind ItemOpt DurationIdx MinLevel MaxLevel Reputation OnlyPremium OnlyWin AlzPrice WExpPrice DPPrice CashPrice Renew ChracterBuyLimit SellLimit Marker MaxReputation
1249 33 0 1300 0 0 0 0 -19 0 0 100000 0 0 0 0 0 0 0 20
1250 34 0 1300 0 0 0 0 -19 0 0 100000 0 0 0 0 0 0 0 20
######################################################################################


Reply With Quote


