• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Guard NPCs?

Muzzy

New Member
Joined
Jul 8, 2008
Messages
125
Reaction score
1
Hey!

How do I make this? I've tried copying the Thais ones, Tibianus' guards, and it worked but they were moving about.

So I set their walk interval to 0, but now they're all staring blankly to the north. How do I choose to either make them look west/east/north/south(since they stand at different spots, only one direction wouldn't do.)

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Highguard Alexandra" script="data/npc/scripts/default.lua" walkinterval="0" floorchange="0">
    <health now="100" max="100"/>
    <look type="269" head="38" body="57" legs="38" feet="2" addons="3"/>
    <parameters>
        <parameter key="message_greet" value="My loyalty to the king stays until I die."/>
        <parameter key="message_farewell" value="Hail Auberon!."/>

        <parameter key="module_shop" value="1"/>
        <parameter key="shop_sellable" value="" />
        <parameter key="shop_buyable" value="" />
    </parameters>
</npc>

Thanks!
 
Back
Top