• 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!

Recent content by ots49

  1. O

    Lua TFS 1.2 8.0 Distro problem with vials

    Seems like a nice fix for a moment but this completely breaks selling items to npc. Even when applying what Hayvosh. Only thing I am able to sell is vials now. Anyone know alternative fix for this? Appreciated.
  2. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    Dude... amazing thank you so much! I appreciate it alot!!! When you say ugly fix is that because there can be exploits or side effects? :P
  3. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    DepotChest* Player::getDepotChest(uint32_t depotId, bool autoCreate) { auto it = depotChests.find(depotId); if (it != depotChests.end()) { return it->second; } if (!autoCreate) { return nullptr; } DepotChest* depotChest = new DepotChest(ITEM_DEPOT)...
  4. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    After getting a tip I tried commiting this. Only difference now is that after 7 days of not paying rent you lose the house and items are not in deleted but they stay in the house with no owner (before it cleared house and deleted item) also still no rent warning letters edit: Also it completely...
  5. O

    Programmer [paid] Adding a few features to tfs 1.2 8.0 downgrade

    Hello, I unfortunatly do not have any coding skills whatsoever. I'm hoping to learn some basics atleast but for now nothing! What is this based on which version of tfs and what protocol? :)
  6. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    Thank you, I appreciate your help :)
  7. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    Looks like this in mine: ReturnValue Game::internalAddItem(Cylinder* toCylinder, Item* item, int32_t index /*= INDEX_WHEREEVER*/, uint32_t flags/* = 0*/, bool test/* = false*/) { uint32_t remainderCount = 0; return internalAddItem(toCylinder, item...
  8. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    I am working on moving over but it's taking sometime unfortunatly. Just thought I'd get this fixed until I complete the move over =D So I followed ur code and got this in the distro: Attempting to add rent warning letter to player depot. But no letter. I checked in database as well and I have...
  9. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    Hello thanks for taking your time to help me. I have looked at town and depot id and have found nothing wrong. Every towns dp is linked correctly and even houses are in correct townID I have even tried my datapack with a different distro (with nekiros 1.5 8.0 downgrade) and on that distro...
  10. O

    Programmer [paid] Adding a few features to tfs 1.2 8.0 downgrade

    Anyone? I'm mostly interested in getting the house rent issue fixed. BUMP
  11. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    I am willing to pay to have this issue fixed!
  12. O

    Programmer Hire me on weekly basis

    is this perhaps something you might be interested in? :)
  13. O

    Programmer [paid] Adding a few features to tfs 1.2 8.0 downgrade

    Hello people! I've been looking through nostalrius source files and Nekiros 1.5 8.0 downgrade and found a few features I would like to add to my server. I currently use this source tfs 1.2 8.0 downgrade. First being on nostalrius there seems to be a "rooking" option where players get sent back...
Back
Top