sematarius
Page 1 of 1
sematarius
npc template :
- Code:
<npc_template npc_id="730291" level="3" name="sematariux's entrance" name_id="371557" npc_type="PORTAL" height="0.5" rank="NORMAL" tribe="FIELD_OBJECT_ALL" hpgauge="3"> <stats maxHp="127" maxXp="100" block="100" 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"/> </npc_template> <npc_template npc_id="730292" level="3" name="sematariux's hideout entrance" name_id="371558" npc_type="PORTAL" height="0.5" rank="NORMAL" tribe="FIELD_OBJECT_ALL" hpgauge="3"> <stats maxHp="132" maxXp="105" block="100" 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"/> </npc_template>
- Code:
<!-- Sematariux entrance cave --> <portal npcid="730291" instance="false" minlevel="50" maxlevel="55" group="false"> <entrypoint mapid="210050000" x="136.9814" y="2006.6646" z="434.29237"/> <exitpoint mapid="210050000" x="142.5754" y="2063.49154" z="438.43626"/> </portal> <!-- Sematariux hideout entrance cave --> <portal npcid="730292" instance="false" minlevel="50" maxlevel="55" group="false"> <entrypoint mapid="210050000" x="144.2154" y="2061.28154" z="438.14926" /> <exitpoint mapid="210050000" x="136.9814" y="2006.6646" z="434.29237" /> </portal>
- Code:
<!-- Sematariux --> <spawn map="210050000" npcid="216520" pool="1" interval="295"> <object x="151.10522" y="2137.38600" z="440.19415" h="82"/> </spawn>
- Code:
<!-- Sematariux entrance cave --> <spawn map="210050000" npcid="730291" pool="1" interval="295"> <object x="136.9814" y="2006.6646" z="434.29237" h="92"/> </spawn> <!-- Sematariux hideout entrance cave --> <spawn map="210050000" npcid="730292" pool="1" interval="295"> <object x="144.2154" y="2061.28154" z="438.14926" h="35"/> </spawn>
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum