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

    Monsters dont drop loot

    both :( what would that be in? monster.cpp? just looked in monster.cpp and i see this: void Monster::pushCreatures(Tile* tile) { CreatureVector* creatures = tile->getCreatures(); if(!creatures) return; bool effect = false; Monster* monster = NULL; for(uint32_t i =...
  2. UpInSmoke

    Monsters dont drop loot

    Hey just wondering why my monsters arent dropping any loot? Premium support takes forever half the time... im using rev 3777 so if anyone knows a fix let me know ASAP please
  3. UpInSmoke

    [USA] BlazedOT 8.6 REAL MAP

    Come play an amazing 8.6 real map, thais has been edited to look even better then before! All cities, quests and NPCs are working. Gengia and Pyro are here too! ip: blazedot.servegame.com protocol: 8.6 make account on website! Stages: 1 - 50 = x800 51 - 100 = x550 101 - 150 = x335 151 - 200 =...
  4. UpInSmoke

    About houses with new doors

    In house palette select the house, click the little select exit button under the big list of houses and then put it outside the houses door
  5. UpInSmoke

    Common solutions to server crashes

    Alright so server crashes are one of the most common issues in the support board. Ill list the most common solutions that I know of. 1. So if your server starts to now crash, or even if its your first time try this: right click the servers.exe file -> properties -> compatibility -> run in...
  6. UpInSmoke

    Compiling Problem Compile

    give mine a try: http://otland.net/threads/compiling-tfs-simple-tutorial-for-beginners.197474/
  7. UpInSmoke

    Linux Linux Dev - Team Viewer Help Needed

    yes how would i fix that corpse bug?
  8. UpInSmoke

    Solved Ring not healing

    my hero <3
  9. UpInSmoke

    Solved Ring not healing

    Okay so i want to make my own healing ring ;) So i chose the crystal ring. now i changed it in items.xml and figured it would work but clearly it doesnt... <item id="2124" article="a" name="crystal ring"> <attribute key="weight" value="90" /> <attribute key="slotType"...
  10. UpInSmoke

    Linux Linux Dev - Team Viewer Help Needed

    As in they have to be right beside them to push them? yes. I thought all servers had that, unless its the god moving the person ofcourse. I know in 3777 you just have to be above the protection level to push someone, not sure about 3884 never tested in it
  11. UpInSmoke

    Linux Linux Dev - Team Viewer Help Needed

    I mean makes sense that youre switching because of that but doesnt make sense that it doesnt work lol damn servers... have you given rev 3777 a try? i find it more stable then 3884
  12. UpInSmoke

    Solved Changing IP in config causes server crash

    try this. right click the tfs.exe -> properties -> compatibility -> run in compatibility mode for (put whatever windows you are on), then also checkmark run as administrator. Not sure if that will help but it does seem to solve alot of problems. Another thing you can try is using laatido on the...
  13. UpInSmoke

    Running TFS and having an error

    got teamviewer?
  14. UpInSmoke

    Linux Linux Dev - Team Viewer Help Needed

    i dont use linux so i cant help with Ubuntu but if you know what needs to be added to the sources ill compile it into a 0.4 for you. since you already have 0.4 its not a big deal
  15. UpInSmoke

    [Help] Hide all players level on look

    well on deaths there is, like blahblah was killed at level X by blahblah or by monster
  16. UpInSmoke

    Tibia Crashes When Opening Some Dead Bodies!

    what distro are you using? did you compile it yourself?
  17. UpInSmoke

    Running TFS and having an error

    definitely the wrong dll pack. if you compiled with dev use this dll pack: http://www.speedy*****malware.localhost/yhPr5/dll-files.zip if you compiled using MSVC 2012 id use this dll pack: http://otland.net/threads/opentibia-dll-pack-v2-0.155310/ remember to download the proper dll packs depending as to...
  18. UpInSmoke

    Compiling TFS simple tutorial for beginners

    Im really not sure what that is.. ive only compiled 8.6 and 9.8 does the server work fine? i know another way to compile which i like even better now, if you want ill compile it through teamviewer for you.
  19. UpInSmoke

    Linux Segmentation fault (core dumped) - Map Loading

    my apologizes, it is able to load them for me :/ wish the damn SVN wasnt down, only other 8.6 ones i got is premium sorry man
  20. UpInSmoke

    [Help] Hide all players level on look

    havent tried but in protocolgame.cpp find this: if(speaker && type != SPEAK_RVR_ANSWER && !speaker->isAccountManager() && !speaker->hasCustomFlag(PlayerCustomFlag_HideLevel)) msg->put<uint16_t>(speaker->getPlayerInfo(PLAYERINFO_LEVEL)); else...
Back
Top