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

    item stackable until caps end

    how would this be applied in a script?
  2. flaviiojr

    item stackable until caps end

    What is a function or calculation that works as follows: pull stackable items to the limit of the cap ... Ex. Player has 100 cap, and stackable has 100 items, each stackable item weighs 2.00oz ... By pulling the items to bp, it will only be moved to BP 50 items (100.0oz), which is the cap...
  3. flaviiojr

    NPC [TFS 1.x] Dicer/Gambler NPC

    |PLAYERNAME|
  4. flaviiojr

    Container x container

    f5
  5. flaviiojr

    Container x container

    thanks man, but it's not exactly that
  6. flaviiojr

    Container x container

    TFS 1.3 the following situation would be possible: parcel is inside the store inbox, and it is possible to move items into the parcel, is it possible to block it? Note: You can not move any item into the store inbox.
  7. flaviiojr

    Acess Monthly floor

    Globalevents
  8. flaviiojr

    Feature Auto Loot [TFS 1.3]

    files: luascript.cpp and luascript.h
  9. flaviiojr

    Feature Auto Loot [TFS 1.3]

    man, you wrong! The files area luascript.cpp and h o_O
  10. flaviiojr

    Feature Auto Loot [TFS 1.3]

    Post luascript.cpp and luascript.h in pastebin.com and paste link here...
  11. flaviiojr

    NPC [TFS 1.x] Dicer/Gambler NPC

    Good script! :eek:
  12. flaviiojr

    Feature Auto Loot [TFS 1.3]

    both
  13. flaviiojr

    Feature Auto Loot [TFS 1.3]

    Omg, i don't see this! haha You're right! thanks for observation ! :oops:
  14. flaviiojr

    Feature Auto Loot [TFS 1.3]

    check it out, man, something you did wrong ...
  15. flaviiojr

    Feature Auto Loot [TFS 1.3]

    I don't know, but should be main backpack
  16. flaviiojr

    Feature Auto Loot [TFS 1.3]

    In luascript.cpp, above: registerMethod("Player", "getIdleTime", LuaScriptInterface::luaPlayerGetIdleTime); Add: registerMethod("Player", "AddAutoLootItem", LuaScriptInterface::luaPlayerAddAutoLootItem); registerMethod("Player", "RemoveAutoLootItem"...
  17. flaviiojr

    Questlog Format

    Moving Questlog to Lua I found this pr in the TFS repository, and what would be the example of this questlog in this new format? I didnt understand well :confused:
  18. flaviiojr

    Questlog Format

    So, is this the only way? there is no way to do this through xml?
  19. flaviiojr

    Questlog Format

    Example of questlog How do I create this structure in the questlog? The Lion's Strength updates with x storage The Lion's Beauty updates with y storage The Lion's Tears updates with z storage I do not understand this questlog system well, if someone can show me a way and show me how to add...
Back
Top