lovecc0923 / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 2 forks source link

pandaemonium undeground arena #444

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
both portals have records in portal_templates.xml but in npc_templates.xml have 
type USEITEM
changes them to PORTAL and all works good

patch:

Index: ./GameServer/data/static_data/npcs/npc_templates.xml
===================================================================
--- ./GameServer/data/static_data/npcs/npc_templates.xml    (revision 0)
+++ ./GameServer/data/static_data/npcs/npc_templates.xml    (working copy)
@@ -179042,3 +179042,3 @@
   </npc_template>
-  <npc_template npc_id="700368" level="1" name="underground arena entrance" 
name_id="371066" npc_type="USEITEM" height="2.0" rank="NORMAL" 
tribe="FIELD_OBJECT_ALL" srange="20" hpgauge="3">
+  <npc_template npc_id="700368" level="1" name="underground arena entrance" 
name_id="371066" npc_type="PORTAL" height="2.0" rank="NORMAL" 
tribe="FIELD_OBJECT_ALL" srange="20" hpgauge="3">
     <stats maxMp="52" maxHp="172" maxXp="100" block="11" parry="11" mdef="11" pdef="11" crit="11" power="11" evasion="11" accuracy="11" magic_accuracy="11" walk_speed="0.0" run_speed="0.0" run_speed_fight="0.0" fly_speed="0.0" />
@@ -179045,3 +179045,3 @@
   </npc_template>
-  <npc_template npc_id="700369" level="1" name=" " name_id="371073" 
npc_type="USEITEM" height="2.0" rank="NORMAL" tribe="FIELD_OBJECT_ALL" 
srange="20" hpgauge="3">
+  <npc_template npc_id="700369" level="1" name=" " name_id="371073" 
npc_type="PORTAL" height="2.0" rank="NORMAL" tribe="FIELD_OBJECT_ALL" 
srange="20" hpgauge="3">
     <stats maxMp="52" maxHp="172" maxXp="100" block="11" parry="11" mdef="11" pdef="11" crit="11" power="11" evasion="11" accuracy="11" magic_accuracy="11" walk_speed="0.0" run_speed="0.0" run_speed_fight="0.0" fly_speed="0.0" />

Original issue reported on code.google.com by dar...@gmail.com on 11 Jun 2011 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by ZeroSign...@gmail.com on 15 Jun 2011 at 2:19