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

Search results

  1. Itutorial

    New: What song are you listening to thread

    You need jesus in your life.
  2. Itutorial

    TFS A* Algorithm :D

    Yeah, I found this same problem while doing some testing. I haven't posted the fix for it yet because I am still testing. You should be able to change this to fix it: map.cpp // We are at the target and don't need to walk away. No need to update path. if (!fpp.keepDistance &&...
  3. Itutorial

    Monster type files

    Calm down lmao. Not that serious.
  4. Itutorial

    TFS 1.X+ TFS crash

    This is a rough one. So I used TFS 1.4.2 and added any commits that would work for tibia 10.98 from the 1.5+ TFS commits. After I added everything I was able to start the server and I was working on figuring out a problem with the map being drawn correctly in the client. I woke up this morning...
  5. Itutorial

    Monster type files

    They used to be separated in additional folders. All the monsters weren't in one place. I will say it probably makes creating code that reads monsters a lot easier to write for a website or w/e but IMO having them structured would be better. Mainly because we can use tibia wiki for monsters and...
  6. Itutorial

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

    It was probably this part if secondaryDamage > 0 then secondaryDamage = 0 end You were setting it to 0 even if secondaryType wasn't set which could cause a problem. Im not completely sure but I figured it was something like that. So just added a check to see if its even...
  7. Itutorial

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

    I don't really see a problem. Try using this.. function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if not attacker or not creature then return primaryDamage, primaryType, secondaryDamage, secondaryType end if...
  8. Itutorial

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

    Check for any codes with healthChange also... function onManaChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if (not attacker or not creature) then return primaryDamage, primaryType, secondaryDamage, secondaryType end if...
  9. 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...
  10. 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?
  11. 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)
  12. Itutorial

    Found this recently hope you enjoy :) OTCv8 + Sources

    I don't think anyone is debating rights.
  13. 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.
  14. 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.
  15. 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...
  16. 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...
  17. 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
  18. 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.
  19. Itutorial

    Monster type files

    I suppose. My scroll wheel doesn't like it though.
  20. 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.
Back
Top