• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Scripter Real Tibia 8.53 looking for a good NPC-scripter

frankfarmer

who'r ninja now
Premium User
Joined
Aug 5, 2008
Messages
1,644
Solutions
1
Reaction score
99
Hello mate!

Thanks for looking into this thread. If you like to bring RPG feelings to a server, then this is a job for you. It's rather easy but alot of people might think its rather boring.

Here is an example on what you're going to do.

Look here at the Alice.xml:

LUA:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Alice" script="default.lua" walkinterval="2000" floorchange="0">
	<health now="100" max="100"/>
	<look type="139" head="20" body="39" legs="45" feet="7" addons="0"/>
</npc>

I would say that's rather boring right? When a player will "hi" to her, she will respond "Hello |playername|, I have been expecting you".

That's not very cool right? Then your job is to make it much cooler like:

LUA:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Alice" script="default.lua" walkinterval="2000" floorchange="0">
	<health now="100" max="100"/>
	<look type="139" head="20" body="39" legs="45" feet="7" addons="0"/>
	<parameters>
		<parameter key="message_greet" value="Hello |PLAYERNAME|. Is it not a fine weather today?"/>
        <parameter key="message_farewell" value="Farewell |PLAYERNAME|, I hope to see you soon"/>

        <parameter key="module_keywords" value="1" />
        <parameter key="keywords" value="job;" />
        <parameter key="keyword_reply1" value="Im just a bummer in thais walking around doing nothing." />
         
   </parameters>
</npc>

So what do you think? Are you up for the job? If so, then send me a private message.

You'll be in a TEAM with;

GM Real - Thats me
GM Mohzus - Banhammer
GM Sentielo - Monsterscripter


and some tutors
 
Last edited:
Back
Top