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

    Any way to "kill" elfbot speedhack for 8.6?

    So, I know latter versions of the game basically "killed" elfbot dash hack, was it a source edit or a lua script? How did they solve it? Is there anyway to change my sources to still have a 8.6 server but that it doesn't allow that to happen?
  2. filipus

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    There is a parameter that specifies the mapname but I don't know what it really is so I didn't touch it. Should I remove it?
  3. filipus

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Thanks, that seems to solve some problems. I was able to compile but when I try to run it it says "Failed to load symbols. forgotenserver.map file not found". That is totally weird, isn't the .EXE suppose to look into the config file for the map name? PS: Also, when you load the sources the...
  4. filipus

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    That was exactly the one I followed. Question, should I still change the parameters to exactly what he said or just add those that aren't there? Because when I try to compile this is comes with certain parameters that are not on the list. Also, there is no c++ include in the Dev-cpp I...
  5. filipus

    [Tutorial] How to Download Private SVN

    Sorry for the revive but... is this suppose to work? Because the SVN still seems private to me, it says "Not Allowed".
  6. filipus

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Since I can't edit I'll just tag myself. It seems to work If I delete the file, no idea what is happening haha (is that a file that is created everytime when I try to compile?). Also, it says now: "145 F:\OtserverOdD\COISASRANDOM\cryingdamson 0.3.6 (8.60) V8.2 Source\cryingdamson 0.3.6 (8.60)...
  7. filipus

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Sorry for the revive but.. how do you compile this? I'm following some tutorials but when I try to compile it it says "Cannot create file (...) theforgottenserver_private.h". Is this private in any way I'm not aware? I'm sorry if it is a stupid question, I'm kind of new to this. Tagging...
  8. filipus

    Any server that isn't defined by grinding.

    But tibia does have a feature that is excellent, and that is the PVP. I don't really think modern tibia PVP requires skills since they introduced item hotkeys but pre 7.7 it did. The main problem is that even the PVP is defined by how strong you are, and how strong you are is defined by the...
  9. filipus

    Any server that isn't defined by grinding.

    Yea, that is what I kind of found out. And the problem is that that genre is dying.
  10. filipus

    Any server that isn't defined by grinding.

    No Narutos/Pokémon or 100% War servers please. I was trying to make a otserver like 2 months ago and it actually going fine but... I realised that Tibia is a grinding game... And I personally hate those kinds of games nowadays. So I stopped. I was thinking, have you guys ever seen a good...
  11. filipus

    Compiling Unlimited HP/MP

    You are right, I didn't see that post. But we can't forget that assigning something has int64 in a 32x system will slow your program a lot when doing things like multipications and divisions. And since we are talking about health, I think you still do some of those in Tibia (much more adding and...
  12. filipus

    Object builder Riding char

    Yes yes, I was trying to complement what you said haha
  13. filipus

    Compiling Unlimited HP/MP

    Actually, int has a limit of 2147483647. If you want more you would need to use a double or a float, which isn't recommended at all but could work fine (would just need some tweeks)
  14. filipus

    Object builder Riding char

    Just one thing, you don't actually have to create a "sit mode" sprite for it to look good. If you just delete a leg it will normally look fine. I know its in Brazilian, but just to show people how simple it is.
  15. filipus

    Advanced training

    do a check in the area and if someone is in the area then teleport to next room. So create a local with all the places and then an array of those locals and go through each local and check, if someone there then move to next local. I'm sure you have no idea of what 90% of these things mean so I...
  16. filipus

    [Giveaway] Full rpg server, Inclouding map otc etc.

    I present to you guys... THE TIME MACHINE!
  17. filipus

    Otfans is back?

    Sorry, you don't have permission for that! [#10848] You have encountered an error. Please e-mail us at [email protected] with the URL you are visiting and the following error code: {ERROR:1001} Takes the fun out of it.
  18. filipus

    Lua onPrepareDeath and/or onDeath

    I believe so, check what is behind the killer parameters because that is the way they define it.
  19. filipus

    login.lua does'nt work 0.3.6

    Specify what is not working, and maybe post your creaturescript.xml if its a register problem.
  20. filipus

    Lua Way to make monster drop loot? TFS 0.1

    O, I got it! Something like doPlayerAddItem(cid,idnumber,1) Post your script dear fellow member, that way we all help each other :)
Back
Top