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

    Ot item editor

    hey, I need an item editor for 10.41 or higher
  2. HappyFeet

    New OTItemEditor

    can you make it ready for 10.50? :D
  3. HappyFeet

    Custom Client [8.6 - 10.XX]

    It doesn't work for me. I use a 17 and 19 letter domain and replaced the right numbers but I can't connect.
  4. HappyFeet

    [Gesior AAC] Most Creature Killers! [update! fixed with 1 query]

    already fixed it. wrong creaturescript
  5. HappyFeet

    Working LMS for TFS 1.0

    Sharing the script would be nice :D
  6. HappyFeet

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    can you make a talkaction to start whenever you want?
  7. HappyFeet

    [Gesior AAC] Most Creature Killers! [update! fixed with 1 query]

    I get this on my page.. I am using gesior 2012 for tfs 1.0
  8. HappyFeet

    Creature event type

    hey, what creature event type do I have to use instead of "Target" for tfs 1.0=
  9. HappyFeet

    The best VIP system ever! [Action/Movevent/Globalevent]

    are you serious -,- already fixed the prob & 3alola1 its not the sql table..
  10. HappyFeet

    Solved VIP problems

    thankyou but getPlayerAccountId(cid) does not exists in tfs 1.0.. do you know what it should be now?
  11. HappyFeet

    Solved VIP problems

    can someone help me to make this to tfs 1.0? function getPlayerVipDays(cid) local Info = db.storeQuery("SELECT `vipdays` FROM `accounts` WHERE `id` = " .. getPlayerAccountId(cid) .. " LIMIT 1") if Info:getID() ~= LUA_ERROR then local days= Info:getDataInt("vipdays") Info:free() return days end...
  12. HappyFeet

    The best VIP system ever! [Action/Movevent/Globalevent]

    can someone rewrite this to tfs 1.0? function getPlayerVipDays(cid) local Info = db.storeQuery("SELECT `vipdays` FROM `accounts` WHERE `id` = " .. getPlayerAccountId(cid) .. " LIMIT 1") if Info:getID() ~= LUA_ERROR then local days= Info:getDataInt("vipdays") Info:free() return days end return...
  13. HappyFeet

    Ot item editor 10.32+

    bump
  14. HappyFeet

    Ot item editor 10.32+

    it keep saying: plug-ins were not found. please reinstall the program
  15. HappyFeet

    Ot item editor 10.32+

    thank you :)
  16. HappyFeet

    Ot item editor 10.32+

    I am using the 10.37 version
  17. HappyFeet

    Ot item editor 10.32+

    does anyone have the itemeditor for 10.32+ for me? cant find it :(
  18. HappyFeet

    Monster counter for tfs 1.0

    thank you. everything works :D
  19. HappyFeet

    Monster counter for tfs 1.0

    hey, I want a monster counter for some quests so if you active the quest (storage xxxx) it will count the monsters you killed and say after every kill like : doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, 'You have killed ' .. getCreatureStorage(cid, monster) .. ' ' .. name ...
Back
Top