• 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!

Solved [TFS 1.0] NPC Bank

Use this script file.
http://pastebin.com/pZAtXvn4
and put this to a xml file.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Bankman" script="bankman.lua" walkinterval="2000" floorchange="0">
    <health now="100" max="100"/>
    <look type="132" head="17" body="54" legs="114" feet="0" addons="3"/>
    <parameters>
        <parameter key="message_greet" value="Hello |PLAYERNAME|. I will be your host this fine day. How may i help you?"/>
    </parameters>
</npc>
 
Back
Top