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

Recent content by celogds

  1. C

    Loot Drop Chance

    Hello guys, In a rat.xml for example, there's the item loot tags: <loot> <item id="2696" chance="39950" /> -- cheese <item id="2148" countmax="4" chance="64850" /> -- gold coin </loot> I was wondering how the chance="39950" works. How much percentage is that related to?
  2. C

    Lua NPC Multiline Chat

    This one was the best example. Worked perfectly for me.
  3. C

    Lua NPC Multiline Chat

    Thanks to everyone who took a minute to reply to my topic. Hopefully it will be helpfull to others as it was for me.
  4. C

    Lua NPC Multiline Chat

    Well, the selfSay() works, but he speaks too fast. Any other way to delay the messages?
  5. C

    Monster not facing it's target

    Hello guys, As the title says, the monsters ain't facing it's target. Can someone help me with that please?
  6. C

    Lua NPC Multiline Chat

    Also thank you Mummrik, the selfSay() works for me, but the Wait(100o) doesn't.
  7. C

    Lua NPC Multiline Chat

    Thanks very much andu, I'll try that!
  8. C

    Lua NPC Multiline Chat

    Hello everyone, I'm creating a spell teacher npc. When I say "spell" I want him to list all the spells I'm able to learn from him. For that, I need the NPC to say 2 lines of texts (as shown below). But it's not working. He only says the second line. Can anyone help please? Thanks...
  9. C

    [7.4] Better Real Map <Still not flawless>

    reup please
  10. C

    [Help] Can't Compile OtClient

    I've have followed https://github.com/edubart/otclient/wiki/Compiling-on-Windows tutorial, but i get the following error. Error 1 error C1083: Cannot open include file: 'boost/thread/future.hpp': No such file or directory (..\src\client\client.cpp)...
Back
Top