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

    Otclient Classic UI

    g_game.enableFeature(GameForceAllowItemHotkeys)
  2. Rawesh

    [Download] Tibianic DLL Sources (Client Injection)

    Anyone else having problems with this client crashing whenever you press "Manual" or "FAQ" button in the help menu? If anyone has fixed it, I would appreciate sharing your knowledge :P
  3. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Are you perhaps using gm/god account? Check with an account that has type 1 (in database under accounts) 1666040039 This downgrade from celohere already has a loot channel implemented. Check his github. You just need to add loot channel to chatchannel.xml and add this script: Loot.lua Don't...
  4. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Increasing maxcount in modules should work fine. Post the npc lua file so we can take a look at it. Just generally to let you guys know: Rule violation function (ctrl + R) is not in the sources it needs to be added for it to work properly. This type of rule violation method is no longer a thing...
  5. Rawesh

    [8.0] - TFS 1.2

    In mailbox.cpp bool bool Mailbox::getReceiver(Item* item, std::string& name) const Put trimString(name); above: trimString(strTown); Town* town = g_game.map.towns.getTown(strTown); if (town) { depotId = town->getID(); return true; } return false; } and...
  6. Rawesh

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    What would you say is missing to be equal to Tibiantis? I'm genuinely just curious since they are both very good servers :D
  7. Rawesh

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    And what exactly was this simple thing that was forgotten? Maybe report to Panther so he can take a look and add/fix whatever is missing instead of judging the whole server based on "one simple thing" lol If you're gonna critize atleast tell him whats missing/is wrong so he can adress it...
  8. Rawesh

    Help With Running theforgottenserver.exe

    https://otland.net/threads/from-windows-10-to-ots-development-machine-for-dummies-part-2.268632/
  9. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Nekiros 8.0 downgrade
  10. Rawesh

    Bye

    Sad to see you go. You are always so extremely helpful and kind. A huge loss for this community. Wish you the best!
  11. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Are you using original 8.0 tibia client with ipchanger or are you using Otclient?
  12. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Did the tibia CLIENT debug? I believe @Shiris undrin is testing everything with OTclient and not original 8.0 client. Grizzly Adams and achievements was not a thing in 8.0. Anyway you can probably still use the npc just remove addAchievement lines on line 261.
  13. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Give us more info. What does it output in distro?
  14. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    I see thanks. I'm only asking cause I am working on a custom map based on this and I cannot take the map from github as I have made edits to original one :) I need to fix map stuff manually thats why this information is key :D
  15. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    If you don't mind can you let us know which part of maps/respawns you have fixed? Screenshots would be nice too :) Nice work. Keep those updates coming :D
  16. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Depends on the npc. OP has gone two directions with trading when it comes to npcs: Some of the npc have shop_buyable/sellable function in their xml file which have spacing that needs to be erased for it to work properly and some npc have their buy/sell shopmodule in their lua script (like you...
  17. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    No, deletion of script should be enough. Judging by that screenshot it seems like you were online on a GM/GOD char which does not get affected by that script anyhow. That script only affected regular characters up to lvl 20 (on original 8.0 cip game client not an issue on OTclient) Are you doing...
  18. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Yes, I was telling people to delete it... I was just asking which parts of the "cheat" you deleted etc. Some people may already have configured this datapack and fixed some stuff themselves and would be nice for them to just swap out the scripts/codes and things you changed instead of...
  19. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    I'm not sure if it's an issue with the source. However if you use a flag calculator instead of manually enabling each flag it will all work correctly. Monsters will ignore gms. Flagcalculator This folder you removed which one was it and what did it contain? P.S. you should point out known bugs...
  20. Rawesh

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Answer to that question regarding original client crash upon new character/non gm char login has already been answered/solved in this very thread. Anyway I'll save you the time: remove adventureblessings.lua in creaturescripts. Adventurer's blessing wasn't a thing in 8.0.
Back
Top