• 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. Evan

    [Request] Illusionist Vocation

    Image GIF: https://i.imgur.com/C8Ohisr.gifv Okay, so basically, my illusion is a copy of a hero with a masked name. Source-wise (inb4 @Dalkon laughing at me), all I did was create a new Creature field called maskName (std::string) and created getter/setter functions for it. I also gave...
  2. Evan

    [Request] Illusionist Vocation

    It's not as hard as you think, I've got it to work last night, just haven't had the chance to post it since I'm at work all day today. Backtrack-wise, you were on the right track, but eventually got lost. Look into AddCreature() in ProtocolGame. You can see that it's adding a string, which...
  3. Evan

    Keep one, drop one

    Stupid Monkey
  4. Evan

    Keep one, drop one

    White Widow
  5. Evan

    Keep one, drop one

    Tuna Spam
  6. Evan

    Keep one, drop one

    New Life
  7. Evan

    The Collapser Zulu Resurrection Project (ON HOLD)

    Your post was exactly what a bash post would be. You brought up unnecessary and possibly baseless information that provided nothing of value to the thread. In addition, this thread is about Collapser Zulu Resurrection Project, nothing else, not even anything in the past projects...
  8. Evan

    [10.77][TFS 1.2] ORTS, a real map project

    I am not a master of GitHub, although, there's something called syncing your fork to keep it updated with the master branch. You can check that out here: https://help.github.com/articles/syncing-a-fork/ (NOTE: Make sure you have backups before something screws up) I have not tried the above...
  9. Evan

    Solved isSorcerer(cid) not working correctly

    Oh, you're right. It's already in global.lua, I checked compat. And you're not wrong with the script, it's pretty lousy. @whitevo Can you explain exactly what you're trying to do so we can change up the script in its entirety?
  10. Evan

    Solved isSorcerer(cid) not working correctly

    I don't think there's such function similar to isSorcerer() provided by default in 1.0+. You can easily add them into compat.lua though. function isSorcerer(cid) return Player(cid):getVocation():getId() == 1 end Or something similar
  11. Evan

    The Collapser Zulu Resurrection Project (ON HOLD)

    I'm not here to pick sides, but who are you to tell how anyone should make/run a server?
  12. Evan

    Solved isSorcerer(cid) not working correctly

    http://otland.net/threads/possible-to-store-functions-in-an-array.227738/#post-2194065
  13. Evan

    [Request] Illusionist Vocation

    Probably requires source edit for the name, but everything else can be done in Lua.
  14. Evan

    SURVEY: For 8.6 players only!

    @EvilSkillz This thread isn't intended to be about server development. I'm looking for reasons why people PLAY 8.6 servers, not why people MAKE 8.6 servers.
  15. Evan

    SURVEY: For 8.6 players only!

    I believe you are correct with the idea of people making 8.6 servers because it's the most popular, but I'm just trying to get unbiased reasons on why it's so popular. I think it's ElfBot too, but who knows? Maybe there are other reasons and I'm hoping they'll be posted here. A pressing...
  16. Evan

    SURVEY: For 8.6 players only!

    That could be another debate that I'm willing to discuss with. I'm just trying to find why players prefer to play 8.6 servers over later versions. I think the reason why people make 8.6 servers is because there's a large amount of players playing 8.6 servers. From what I know, 0.4 can support...
  17. Evan

    SURVEY: For 8.6 players only!

    Common concerns about later clients: Cooldowns Cooldowns can be deactivated with ease by the developer of the server. Not all servers have cooldowns Mounts You don't have to ride a mount PVP System The latest PVP system has not been implemented in TFS 1.0+ and probably never will The PVP...
  18. Evan

    SURVEY: For 8.6 players only!

    I know there are theories out there on why people play 8.6 and some are more plausible than others. To get unbiased results, I ONLY want opinions from players who explicitly 8.6 servers. In addition to the poll votes, please answer the following questionnaire (you can copy, paste, and fill out):
  19. Evan

    Add some thing ;)

    With tabbing, you can find the error with ease: local config = { {pos = {x = 979, y = 975, z = 7}, itemid = 2001}, {pos = {x = 971, y = 975, z = 7}, itemid = 2002}, {pos = {x = 970, y = 981, z = 7}, itemid = 2003}, {pos = {x = 979, y = 981, z = 7}, itemid = 2004} } function...
  20. Evan

    please explain me how to

    You can use standard Tibia client, you just have to modify it and give the client to everyone in order for them to play on your server without crashing.
Back
Top