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

    set attribute item tfs 1.2

    I finally got this damn thing to read the attribute.
  2. chucky91

    set attribute item tfs 1.2

    I'm working on it, update the source later.
  3. chucky91

    set attribute item tfs 1.2

    What the hell prevents you from editing an item armor value? but is changing the weight allowed? void setIntAttr(itemAttrTypes type, int32_t value) { enum: enum itemAttrTypes : uint32_t { ITEM_ATTRIBUTE_WEIGHT = 1 << 9, ITEM_ATTRIBUTE_ARMOR = 1 << 12, }
  4. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    https://otland.net/threads/otclient-classic-ui.279994/
  5. 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.
  6. 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...
  7. 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.
  8. 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.
  9. 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.
  10. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

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

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    all npc post office
  12. 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!
  13. chucky91

    AAC help script load items monsters .php for znote

    remove encoding="UTF - 8" from xml and try again.
  14. 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...
  15. 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
  16. 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.
  17. 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.
  18. 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.
  19. 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...
Back
Top