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

Rosha NPCs

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
Does anyone have full working roshamuul NPCs? I got the map/monsters but not the NPCs :p

I got an error when I load my map that all the Rosha NPCs are missing and I think it is because I miss the .xml files.
 
Last edited:
If i don't say the place he always post here and dont receive what he want.
 
You can Create NPCS..-.- is easy so need enter tibiawikia
http://tibia.wikia.com/wiki/Roshamuul_NPCs
and see Looktypes and edit one script simple for Items Npc sell ,etc.
Example:
Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Asnarus" script="default.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="104" head="0" body="0" legs="0" feet="0" addons="0" />
<parameters>
        <parameter key="module_shop" value="1"/>
        <parameter key="shop_buyable" value="Animate Dead Rune, 2316, 375; Arrow, 2544, 3;Bolt, 2543, 4;bow, 2456, 400;Crossbow , 2455, 500;Crystalline Arrow ,18304,200;Desintegrate rune,2310,26;Drill Bolt,18436,12;Earth arrow,7850,5;Energy Bomb Rune ,2262,162;Envenomed arrow,18437,12;Fireball rune,2302,12;Flaming Arrow,7840,5;Flash Arrow,7838,5;Great Health Potion,7591,190;Great Mana Potion,7590,190;Great Spirit Potion,8472,190;Health Potion,7618,45;Holy Missile Rune,2295,16;Icicle Rune,2271,30;Magic Wall Rune,2293,116;Mana Potion ,7589,50;Onyx Arrow,7365,7;Paralyze Rune,2278,700;Piercing Bolt,7363,5;Poison Bomb Rune,2286,30;Power Bolt,2547,7;Prismatic Bolt,18435,20;Royal Spear,7378,15;Shiver Arrow,7839,5;Soulfire Rune,2308,46;Stone Shower Rune,2288,37;Strong Health Potion,7588,100;Strong Mana Potion,7589,80;Tarsal Arrow,15648,6;Thuderstorm Rune,2315,37;Ultimate Health Potion,8473,310;Vortex Bolt,15649,6"/>
                <parameter key="shop_sellable" value="" />
    </parameters>
</npc>

Asnarus for me :)
and:

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Captain Chelop" script="Captain namescriptship.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="2" body="67" legs="39" feet="76" addons="1" />
</npc>

or Npc bank - Roshamuul ,edit script Other npc bank and changed Looktypes.:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Auron" script="Benjamin.lua" walkinterval="2000" floorchange="0">
    <health now="100" max="100"/>
    <look type="508"/>
    <parameters>
        <parameter key="message_greet" value="Hello. How may I help you |PLAYERNAME|? Ask me for a {trade} if you want to buy something. I can also explain the {mail} system."/>
        <parameter key="message_farewell" value="It was a pleasure to help you, |PLAYERNAME|."/>
        <parameter key="module_keywords" value="1" />
        <parameter key="keywords" value="mail;letters;explain;depot;parcel;explain;" />
        <parameter key="keyword_reply1" value="With our mail system you can send {letters} and {parcels} to other Tibians. I can either explain how {letters} and {parcels} work or sell them to you if you ask me for a {trade}." />
        <parameter key="keyword_reply2" value="If you want to buy a letter, ask me for a {trade}. Or do you want me to {explain} how letters work?" />
        <parameter key="keyword_reply3" value="With a letter you can send a message to another Tibian's {depot}. If you want to send it to 'Ben' in 'Thais', use the letter - so that a form opens - and write 'Ben' in the first line and 'Thais' in the second line. Write your message below that. ..." />
        <parameter key="keyword_reply4" value="Each major city has at least one depot. Just step in front of one of the lockers and you can store items inside. Your mail will also arrive there. Each city has its own storage, don't forget where you store items!" />
        <parameter key="keyword_reply5" value="If you want to buy a parcel, ask me for a {trade}. Or do you want me to {explain} how parcels work?" />
        <parameter key="keyword_reply6" value="In a parcel you can send items to another Tibian's {depot}. Put your items into the parcel and also place a completed {label} with the name and the {city} of the {receiver} inside. Then drag your parcel on one of the blue {mailboxes} here to send it." />

        <parameter key="module_shop" value="1"/>
        <parameter key="shop_buyable" value="parcel,2595,15;letter,2597,8;label,2599,1;ferumbras doll,11390,2000000;" />
        <parameter key="shop_sellable" value="" />
    </parameters>
</npc>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Dream Butterfly" script="default.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="10" />
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Mortis" script="Mortis.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="38" body="19" legs="21" feet="20" addons="2" />
</npc>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Siestaar" script="bank.lua" walkinterval="1000" floorchange="0">
<health now="100" max="100"/>
<look type="288" head="67" body="133" legs="76" feet="123" addons="3"/>

</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Sandomo" script="Sandomo.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="38" body="113" legs="2" feet="20" addons="1" />
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Gederas" script="Gederas.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="40" body="57" legs="21" feet="20" addons="3" />
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Eruaran" script="Eruaran.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="63" head="0" body="0" legs="0" feet="0" addons="0" />
  <voices>
    <voice text="Bring your essences." interval2="120" margin="1" yell="no" />
    <voice text="Transformations! Bring your bad dreams." interval2="120" margin="1" yell="no" />
  </voices>
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Zedrulon the Fallen" script="Zedrulon the Fallen.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="2" body="114" legs="75" feet="97" addons="0" />
</npc>

I create all npcs ,so is easy just find Looktypes and edit one script :p
and make scripts ,have same functions other just only use same and edit what say ,etc
 
Last edited:
You can Create NPCS..-.- is easy so need enter tibiawikia
http://tibia.wikia.com/wiki/Roshamuul_NPCs
and see Looktypes and edit one script simple for Items Npc sell ,etc.
Example:
Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Asnarus" script="default.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="104" head="0" body="0" legs="0" feet="0" addons="0" />
<parameters>
        <parameter key="module_shop" value="1"/>
        <parameter key="shop_buyable" value="Animate Dead Rune, 2316, 375; Arrow, 2544, 3;Bolt, 2543, 4;bow, 2456, 400;Crossbow , 2455, 500;Crystalline Arrow ,18304,200;Desintegrate rune,2310,26;Drill Bolt,18436,12;Earth arrow,7850,5;Energy Bomb Rune ,2262,162;Envenomed arrow,18437,12;Fireball rune,2302,12;Flaming Arrow,7840,5;Flash Arrow,7838,5;Great Health Potion,7591,190;Great Mana Potion,7590,190;Great Spirit Potion,8472,190;Health Potion,7618,45;Holy Missile Rune,2295,16;Icicle Rune,2271,30;Magic Wall Rune,2293,116;Mana Potion ,7589,50;Onyx Arrow,7365,7;Paralyze Rune,2278,700;Piercing Bolt,7363,5;Poison Bomb Rune,2286,30;Power Bolt,2547,7;Prismatic Bolt,18435,20;Royal Spear,7378,15;Shiver Arrow,7839,5;Soulfire Rune,2308,46;Stone Shower Rune,2288,37;Strong Health Potion,7588,100;Strong Mana Potion,7589,80;Tarsal Arrow,15648,6;Thuderstorm Rune,2315,37;Ultimate Health Potion,8473,310;Vortex Bolt,15649,6"/>
                <parameter key="shop_sellable" value="" />
    </parameters>
</npc>

Asnarus for me :)
and:

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Captain Chelop" script="Captain namescriptship.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="2" body="67" legs="39" feet="76" addons="1" />
</npc>

or Npc bank - Roshamuul ,edit script Other npc bank and changed Looktypes.:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Auron" script="Benjamin.lua" walkinterval="2000" floorchange="0">
    <health now="100" max="100"/>
    <look type="508"/>
    <parameters>
        <parameter key="message_greet" value="Hello. How may I help you |PLAYERNAME|? Ask me for a {trade} if you want to buy something. I can also explain the {mail} system."/>
        <parameter key="message_farewell" value="It was a pleasure to help you, |PLAYERNAME|."/>
        <parameter key="module_keywords" value="1" />
        <parameter key="keywords" value="mail;letters;explain;depot;parcel;explain;" />
        <parameter key="keyword_reply1" value="With our mail system you can send {letters} and {parcels} to other Tibians. I can either explain how {letters} and {parcels} work or sell them to you if you ask me for a {trade}." />
        <parameter key="keyword_reply2" value="If you want to buy a letter, ask me for a {trade}. Or do you want me to {explain} how letters work?" />
        <parameter key="keyword_reply3" value="With a letter you can send a message to another Tibian's {depot}. If you want to send it to 'Ben' in 'Thais', use the letter - so that a form opens - and write 'Ben' in the first line and 'Thais' in the second line. Write your message below that. ..." />
        <parameter key="keyword_reply4" value="Each major city has at least one depot. Just step in front of one of the lockers and you can store items inside. Your mail will also arrive there. Each city has its own storage, don't forget where you store items!" />
        <parameter key="keyword_reply5" value="If you want to buy a parcel, ask me for a {trade}. Or do you want me to {explain} how parcels work?" />
        <parameter key="keyword_reply6" value="In a parcel you can send items to another Tibian's {depot}. Put your items into the parcel and also place a completed {label} with the name and the {city} of the {receiver} inside. Then drag your parcel on one of the blue {mailboxes} here to send it." />

        <parameter key="module_shop" value="1"/>
        <parameter key="shop_buyable" value="parcel,2595,15;letter,2597,8;label,2599,1;ferumbras doll,11390,2000000;" />
        <parameter key="shop_sellable" value="" />
    </parameters>
</npc>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Dream Butterfly" script="default.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="10" />
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Mortis" script="Mortis.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="38" body="19" legs="21" feet="20" addons="2" />
</npc>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Siestaar" script="bank.lua" walkinterval="1000" floorchange="0">
<health now="100" max="100"/>
<look type="288" head="67" body="133" legs="76" feet="123" addons="3"/>

</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Sandomo" script="Sandomo.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="38" body="113" legs="2" feet="20" addons="1" />
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Gederas" script="Gederas.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="40" body="57" legs="21" feet="20" addons="3" />
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Eruaran" script="Eruaran.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="63" head="0" body="0" legs="0" feet="0" addons="0" />
  <voices>
    <voice text="Bring your essences." interval2="120" margin="1" yell="no" />
    <voice text="Transformations! Bring your bad dreams." interval2="120" margin="1" yell="no" />
  </voices>
</npc>

Code:
<?xml version="1.0" encoding="utf-8"?>
<npc name="Zedrulon the Fallen" script="Zedrulon the Fallen.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100" />
  <look type="289" head="2" body="114" legs="75" feet="97" addons="0" />
</npc>

I create all npcs ,so is easy just find Looktypes and edit one script :p
and make scripts ,have same functions other just only use same and edit what say ,etc
But I need the Eruaran.lua script fully working :D
 
Thread moved to Requests.

Btw, better give a description of what you are looking for with a conversation example, instead of letting people figure out what you probable want.

@down
Alot of people here don't play real tibia anymore or simply don't know all real tibia npcs and what they do and say exactly.
 
Last edited:
Thread moved to Requests.

Btw, better give a description of what you are looking for with a conversation example, instead of letting people figure that out what you probable want.
If anyone have played real Tibia or know anything about it or have a fully working Eruaran NPC they know what I am talking about.
 
Back
Top