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

How to edit a Npc?

vincent1

New Member
Joined
Aug 19, 2013
Messages
44
Reaction score
2
Hi im trying to insert this new npc bank system in a Npc in Carlin..

So can somebody explain how i do this?

lets say i want to put this script into the bank man in carlin, Npc Eva.

should i copy this script and paste it in npc/scripts/eva.lua ?

Please if you know how to fix this problem... let me know.
 
For example:
Put the script in data/npc/scripts/eva.lua

Then in data/npc/eva.xml:
XML:
<npc name="Eva" script="data/npc/scripts/eva.lua" access="3" lookdir="2" walkinterval="1500" talkRadius ="4" >
 
Back
Top