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

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I think add new function similar houses save, and add new table blob type. Only save tiles map without houses.
  2. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Poi is not the same as 8.1, i simply did it my way, imagining what it was like before it existed in that old way, everything is just pulling the levers to remove the stones, the floor of the vocations room is a lava that can be stepped on, so i placed it to cause damage, where it creates a...
  3. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    For battlelist? if yes, this version dont shoot rune on battlelist. Else ur client need edit target creatures script in modules.
  4. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    this checks the OS that the client is, i was doing a way to have a single client for the server. But i removed this if im not mistaken and its updated on GitHub. show errors from map edit.
  5. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Npcs you define where he will spawn in his own file at "Home = xyz" The houses you create on the map and must place in the database with the same id.
  6. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    https://github.com/RCP91/TibiaCore/blob/main/logs/players/TEST-2024-06-12.txt
  7. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    all npc post office
  8. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I found it to replace all the beaches and some tiles. But its there for anyone who wants to collaborate, i already done a lot on this server. Delete port hope and dark cathedral, dont from version 7.4 Original tibia is hard spawn!
  9. chucky91

    AAC help script load items monsters .php for znote

    remove encoding="UTF - 8" from xml and try again.
  10. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Any website works as long as it is according to database or update the table and column, otherwise create is some error on the website. And any database tool version mysql and php7.2 above. If you want to insert character, just do an insert through phpmyadmin. Work with spr & dat 7.72; but i...
  11. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Use spr e dat from client with map edit. Map edit for nostalrius. https://github.com/TwistedScorpio/Map-Editor
  12. chucky91

    [MyAAC][Plugin][Template] Old School layout

    In template Or open browser in mode developer with right click mouse on bg, u can see target path image.
  13. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    It's possible. create logic in the monster file with luascripts on src, a boolean logic, and finally use the function to create lua script.
  14. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I didn't define port for cast, maybe it is, i never tested this. maybe need to lighten the for current gameport.
  15. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    You have to see what type of void message or channel your server or client uses, try changing game features or ignoring some lines. I already had this problem for sabrehaven and it causes bugs regarding channels and addons when using the cast. It could be the byte limit of the opcode that causes...
  16. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    you must have done something different. it works on the host! I believe it is as ezzz left it. double Player::getLostPercent() const { int32_t blessingCount = std::bitset<5>(blessings).count(); int32_t deathLosePercent = g_config.getNumber(ConfigManager::DEATH_LOSE_PERCENT); if...
  17. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Normal. It's your module with a problem, something in the game features!
  18. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    https://otland.net/threads/otclient-classic-ui.279994/ I think i used this otclient that worked with nostalrius.
  19. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Try with tibria client? Or u otclient send type account in string. Account only int
Back
Top