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

    OTClient Map draw problem

    ERROR: ProtocolGame parse message exception (2979 bytes, 2059 unread, last opcode is 0x64 (100), prev opcode is 0x0f (15)): invalid thing id (0) Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1098) OTCv8 and I added these changes...
  2. Itutorial

    TFS 1.X+ Magic Shield (Utamo Vita) - Double DMG?

    Check your creaturescripts for any onManaChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) Did you add anything using this?
  3. Itutorial

    TFS 1.2 Wave event LUA SCRIPT ERROR and other issues

    addEvent(spawnBosses, WAVE.waitTimeBoss * 1000, WAVE) addEvent(MW_spawnBosses, WAVE.waitTimeBoss * 1000, WAVE)
  4. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    I don't think anyone is debating rights.
  5. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    That's exactly right. Its all relative. Now you are understanding. You are no different from them. Nice I got it compiled.
  6. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    Mark, Elf, all the OG guys should be really pissed then. You are a leecher in their eyes.
  7. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    It's good you proved exactly what I was saying. This is a typical thing that capitalists, or people wanting to exploit will do. They will demonize the people they are exploiting to try and justify themselves. As I said there is nothing wrong with selling work. Read what I said again and try to...
  8. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    Usually it from forcing people to pay 5k USD. Some people, and this may be a hard concept for some people. Are really poor and try to make a living off OTS. One of the greatest things about otland and the open tibia community was that if people could make something and make some money they could...
  9. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    You do know about being able to restrict what code is added or not right? Someone post the compile tutorial
  10. Itutorial

    Guide How to open port, 7171, 7172 , 80

    I thought I was high. I think he doesn't know there are 1000000 different types of routers, set ups, all types of stuff. That's before you look at the actual text lmao.
  11. Itutorial

    Monster type files

    I suppose. My scroll wheel doesn't like it though.
  12. Itutorial

    Monster type files

    It doesn't have to be 25 files lmao calm down. I don't think its better so I was just asking why.
  13. Itutorial

    Moneyless (barter) server concept

    The only real question is if this idea will make the game fun to play for the people that play these types of games. It could be a great system but if people don't like the game it doesn't matter. Generally, I think this system is better but every RPG has moved to not doing it this way and...
  14. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    change player:setStorageValue(reward.rewards, 1) to player:setStorageValue(rewards[i].storage, 1)
  15. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    I am just going to assume your pfp is a rl image of you. Good luck too you kid. Also, don't blame the translator for you being an idiot. 1663410612 Try this. Im not testing so it could have an error. local rewards = { [35] = {storage = 39002, [1] = {{2187, 1}, {8900, 1}}, -- WOI /...
  16. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    My monster AI? I didn't make any monster AI you inbred ass hat. 1663407325 It should print 1 + 3 always if its not in the reward level config.... Level 35 it should give items so try this code and tell me what it prints when you hit level 35 local rewards = { [35] = {storage = 39002...
  17. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    Check your player storage make sure its not set already.
  18. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    sorry change local reward = rewards[skill] to local reward = rewards[newlevel]
  19. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    Here boss, study it. local rewards = { [35] = {storage = 39002, [1] = {{2187, 1}, {8900, 1}}, -- WOI / Spellbook of enlightment [2] = {{2183, 1}, {8900, 1}}, -- Hailstorm / Spellbook of enlightment [3] = {{7367, 1}, {2528, 1}}, -- Enchanted Spear / Tower Shield...
  20. Itutorial

    TFS 1.X+ Vocation Level Up Item Reward

    if skill ~= SKILL_LEVEL then print("2") return true end
Back
Top