• 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

    TFS 1.X+ strange problem with houses

    The doors are probably missing Door ID. In RME > Right click on the house doors > Properties > Assign each door of the house a unique door ID if they're set to 0
  2. Rawesh

    [UK][7.4] Tibiara | PVP Enforced | Smooth Client

    I can vouche for @Danger II and confirm that Tibiara did have these mechanics correct but it was changed because players complained and wanted a more smooth gameplay. Otherwise this was 100% achieved in the first edition of Tibiara
  3. Rawesh

    Script and tutorial to automate install of "Leaked" 7.70 server

    This is proof that alot of players are polluted by garbage OTserv behaviour. This is literally cipsoft files of original tibia 7.7, it does not get more real than this... The amount of times I've had to whip out a TibiCam recording to prove True 7.x behaviour is insane, and sometimes people...
  4. Rawesh

    Lua Looking for Boreth, Lersatio, Marziel and Arthei (Blood Brothers Quest)

    Not sure how accurate these are or if they even are compatible at all but here you go all 4 blood brother bosses :)
  5. Rawesh

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    I've attached the compiled .exe and .dlls with the fix for that issue for the 8.0 version.
  6. Rawesh

    Holy ****

    They always come back :cool:
  7. Rawesh

    [ENGLAND] [7.4] - Delvine - (17th march, 2023)

    That is exactly what you tried to do and also failed miserably, which is why I don't understand why you are in this thread picking on other people when you shared their similair fate. You copied almost every post about Tibiantis and other 7.4 reverse engineered mechanics and tried to make it...
  8. Rawesh

    [ENGLAND] [7.4] - Delvine - (17th march, 2023)

    Aren't you the guy who copy + pasted other peoples posts and photos to show off features you had in your so called reverse engineered tibia server and expected to be taken seriously? What happened to your threads and server? Why are you here flaming other people?
  9. Rawesh

    TFS 1.X+ Tfs 1.4 and Otc v8 Cant pick up items

    You could also check your eventcallback lua scripts to see if anything is messing with onMoveItem function Here or Here Have you also tried to use a different client to rule out client side issues? (or check otcv8 terminal to see if there is any errors)
  10. Rawesh

    Error in The Console - Pleease Help Me

    Have you tried this?
  11. Rawesh

    C++ +9 players in some stack debug

    Yes, the line I linked is different cause it should be the fix for the issue you're having lol. replace ++count; with if (++count == 10) { return; }
  12. Rawesh

    C++ +9 players in some stack debug

    The fix is in THIS line.
  13. Rawesh

    Asking for financial assistance

    Begging for money or selling code you were never supposed to resell won't help you at all longterm in life or do you any good in this community. For once in your life go do the right thing and get a JOB like the rest of the world. Even if it's a shitty job it's somewhere to start and much...
  14. Rawesh

    Nekiro 8.0 Downgrade House Issue

    Have you given the houses an "exit"? Should be a splash of water infront of every house main door The only other thing I can think of is if the house door doesn't have a proper Door ID. It should have a value higher than 0 to work as a house door. (right click on the house door > properties >...
  15. Rawesh

    OTClient Tibia 8.0 .dat & .spr

    If I remember correctly 8.0 and 8.1 has always shown a false positive warning. Anyway you can get almost all versions exe/dat/spr from here
  16. Rawesh

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    You're gonna have to compile to get the .exe. Here is a full guide on how to do so and also some more useful information (note that this tutorial is 2 part)
  17. Rawesh

    [USA][7.4] Memoria - a Cerebra Online project | Global Host

    Very nice! Best of luck guys!
  18. Rawesh

    Local 7.x server setup

    Look for nostalrius 7.7 in the download section (best 7.x distro publicly available imo) Have you tried This guide? (There is 2 parts to this tutorial) Follow these steps and you should be good 😊
  19. Rawesh

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    Run this sql query: ALTER TABLE `znote_players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL...
  20. Rawesh

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    Replace This line with query << "`sex` = " << static_cast<uint16_t>(player->sex) << ',';
Back
Top