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

    TalkAction Own Loot Backpack - Tfs 1.x

    I'm running TFS 1.2 and the script will not process the mathematics in (playerID + 100) or in (item.actionid -100) so anyone can open the bag with no error in the server. Any ideas?
  2. L

    Feature WeaponType Fist TFS 1.0

    You forgot the changes necessary for Fist to work with offline training. Old game.cpp section Game::Game() { offlineTrainingWindow.choices.emplace_back("Sword Fighting and Shielding", SKILL_SWORD); offlineTrainingWindow.choices.emplace_back("Axe Fighting and Shielding", SKILL_AXE)...
  3. L

    Lua [talkaction] Lootbag System param issue

    Sadly when I try to use player:sendTextMessage the script doesn't send any messages. I am running the TFS 1.2 SVN. For the issue of the command not working it seems now that they only work sequentially, IE: you have to say !lootbag, then lootbag reset, etc. I'm not sure why the script isn't...
  4. L

    Lua [talkaction] Lootbag System param issue

    As to the hasLootbag variable, I was unsure of how to declare a global integer variable in lua. I'll resolve the "o:variable" issue as I forgot to update those when I removed the old function calls for them. I still however, cannot seem to get the reset or clean params to even register. I ran...
  5. L

    Lua [talkaction] Lootbag System param issue

    Yes, I do. It generates nothing when !lootbag create and said and an index error when !lootbag reset is said. That index error is: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/lootbag.lua:onSay data/talkactions/scripts/lootbag.lua:18: attempt to index global 'o' (a nil...
  6. L

    Lua [talkaction] Lootbag System param issue

    Hi all, I'm attempting to create a lootbag system where the player can only have 1 bag in existence as a time, which can be created by saying "!lootbag create" and if the player ever loses the bag, they can say "!lootbag reset" to remove the existing flag. I can't get either command to...
  7. L

    TalkAction Bank System via TalkActions

    Anyone able to get this working in TFS 1.x? Look like getbooleanfromstring and hascondition don't work.
Back
Top