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

Search results

  1. SunMage

    Problem with MPA and GL

    When you close a parameter you want to have it like this <parameter key="shop_sellable" value="magic plate armor,2472,60000;" /> instead of <parameter key="shop_sellable" value="magic plate armor,2472,60000;"/> It's just something i've heard and something I always do. And also since...
  2. SunMage

    Problem with MPA and GL

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Rashid" script="default.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150"/> <look type="131" head="78" body="19" legs="82" feet="132" addons="1" corpse="2212"/> <parameters> <parameter key="module_shop" value="1"/>...
  3. SunMage

    Windows Empty part help

    The picture has a bad pixel so I can not really see the text 2 Possible things. 1. Move the bottom border up. 2. Change the size of the "Outfit" thing. Did you make the webpage yourself or did you copy it from somewhere? I'm guessing you didn't make it because then you would know.
  4. SunMage

    Windows HELP,server crash after windows update

    It probably has something to do with your firewall/anti-virus program that have been updated. My best guess. Try to allow your server to be ran through your firewall/anti-virus program or just disable them for a second and run the server to check if that is the issue.
  5. SunMage

    [NPC] Problem with folders for NPCs

    I think you sir, misunderstood me, no problems though. What I want is folders for the NPCs (the .xml files) not for the .lua script files. - - - Updated - - - I'm testing this right now. In data/npc I created a file named "npcs.xml" (yes it is a .xml file and the name is just npcs i'm not...
  6. SunMage

    [NPC] Problem with folders for NPCs

    Hello. I have another problem I can't get rid of. Me and my friend are makeing a real map OTserver, and it's going to be ready for launch very soon. Our goal is to make it like the real tibia as close as possible (but with slightly higher exp/skill/etc). Now, nothing is really wrong with the...
  7. SunMage

    Optional Greeting Messages

    So I was right. Well it was just a guess. I haven't tested it yet but if you say it works, it probably works. Thanks.
  8. SunMage

    Optional Greeting Messages

    But if I do it like this function creatureSayCallback(cid, type, msg) if not npcHandler:isFocused(cid) then if msgcontains(msg, 'hail king') then npcHandler:addFocus(cid) selfSay('I greet thee, my loyal {subject}.', cid) talkState[talkUser] =...
  9. SunMage

    Optional Greeting Messages

    When I removed npcHandler:addModule(FocusModule:new()) You were right, the hi/bye functions didn't work and I put together this: function creatureSayCallback(cid, type, msg) if not npcHandler:isFocused(cid) then if msgcontains(msg, 'hail king') then npcHandler:addFocus(cid)...
  10. SunMage

    Optional Greeting Messages

    Well, this helped, now it works. Only problem is that I can not really set my foot on what I'm doing. I need to know exactly what i'm doing then i'd feel more comfy. I am semi-noob in .lua :/ Thanks anyway for your help <3 >> STILL LOOKING FOR MORE HELP ON THIS TOPIC!
  11. SunMage

    Optional Greeting Messages

    Jesus christ.. Oh alright. ^^ You don't have to make the whole script by the way. Just tell me what functions to use and i'll handle the rest. But if you feel like it, do it all man. Appreciated, thanks <3
  12. SunMage

    Help with npc

    Are you using the original map?
  13. SunMage

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    There are no real problems with the server.... Except that houses are bugged to oblivion. Renting house is okay, works fine. Placing down items is also okay, works fine. Everything is normal... Until you restart the server. Outcome? All items are upside down, or "flipped". To...
  14. SunMage

    Hey guys! Help please! I need a script of the Convince Creature rune!

    It's usually working by default, have you tried to spawn a rune and use it? /i 2290, 1 then /m rat And try to use the rune on the rat, does the rat become your summon (follows you etc)? What server are you using?
  15. SunMage

    Optional Greeting Messages

    http://otland.net/search.php?do=finduser&userid=2928&contenttype=vBForum_Post&showposts=1 This? Not really sure what i'm looking for here, would be 100x easier if you'd direct me where. thx <3 __________________________________________ EDIT: Possibly found what you were referring to, and...
  16. SunMage

    [9.80-9.86] Monsterpacks - The Hive & Deeplings & Warzones

    The damage of the creatures I was looking for was way off, but at least it got the right looktype and corpses so I can work from there! Saved me lots of time! Thanks a dozen<3 Has very few warzone creatures.
  17. SunMage

    Optional Greeting Messages

    So, to be more clear on what I'm wanting to do here is optional words for greeting a specific NPC, one that comes to mind is King Tibianus. You're supposed to say "Hail king", "Hail tibianus" or something in that direction to greet him (to be able to talk with him basically). Here is a...
  18. SunMage

    [9.80-9.86] Monsterpacks - The Hive & Deeplings & Warzones

    Is there one? Deeplings/Hive/Warzone monsters. Would be very appreciated and would save me lots of time. Thanks lots :* (I forgot all info to my old OtLands account -.- can't recover)
Back
Top