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

Search results

  1. Karain

    Who is online

    check your database for a character named zizo and see if he has any symbols or characters
  2. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    No filthy slaves here :D, just attached the link in the first post.
  3. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    Forgot to add a line of code in login.lua
  4. Karain

    [Idea] Hunger Games mini-game

    https://otland.net/threads/tfs-1-2-hunger-games-event-with-maps.234811 Ladies and gents. here u have it.
  5. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    If you have any bugs, optimizations, possible features, please let me know. Known Bugs: None so far... Future Features: - a small timer after being teleported into the event with players frozen in place then released after the game starts Changelog: 1.0.0 23rd of july 2015 : Released...
  6. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    talkactions/talkactions.xml <talkaction words="!join" separator=" " script="join.lua"/> <talkaction words="!ragequit" separator=" " script="leave.lua"/> talkactions/scripts/join.lua local gamename = { "hunger games" } queue = {} function onSay(player, words, param) local id = 0...
  7. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    creaturescripts/creaturescripts.xml <event type="logout" name="eventlogout" script="eventlogout.lua"/> <event type="death" name="hunger" script="hunger.lua"/> creaturescripts/scripts/login.lua add this before "return true" player:registerEvent("hunger")...
  8. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    Good morning/evening/afternoon ladies and gentlemen, Today you will witness my first contribution to this wonderful community (finally graduating from being a lurker.. ahem). I present to you: HUNGER GAMES EVENT Inspired from the minecraft mini-game of the same name, i've created this event...
  9. Karain

    [Idea] Hunger Games mini-game

    it should do. i've seen no big changes in how the code works, just mostly changing from functions to metatables and metamethods.
  10. Karain

    [Idea] Hunger Games mini-game

    i am almost done with converting my old hunger games system from 0.3 to TFS 1.2 ... looking back at my early coding makes me facepalm so bad, so more time for optimizing, cleaning up, adding configs and comments. it will be done soon tho!
  11. Karain

    [Idea] Hunger Games mini-game

    Keep in mind that i am talking with TFS 1.2 capabilities in mind :P just saying.
  12. Karain

    [Idea] Hunger Games mini-game

    even tho a database table would be nice, i personally favor to do most (if not all) of the work in scripts for easy future management :P who knows when tfs 2.0 will come out and have a completely new database scheme. i also just had a new idea that will add onto my previous one: - if the...
  13. Karain

    [Idea] Hunger Games mini-game

    It's better to use depot for a couple of reasons: 1. a virtual table will be lost if the server restarts for any reason (crash, scheduled restart, etc) or even a reload (a reload of the script will nullify all variables) 2. a server may have custom items stats like custom names, attack, def...
  14. Karain

    [Idea] Hunger Games mini-game

    alright, i'll decide on that. could take some time to clean up the code and release it tho :P meanwhile u can write down your ideas in details in case you have more features to add and stuff
  15. Karain

    [Idea] Hunger Games mini-game

    Hello, i have already created this event (inspired from the minecraft style of hunger games) into a mini-game experimental server before, i am not sure whether i should publish it tho.
  16. Karain

    Solved GM / GOD - question

    np :D glad to be of help
  17. Karain

    Solved GM / GOD - question

    make sure your account group is 3 and your player type is 5.
  18. Karain

    Lua SumDecayTime - Reward System

    I believe the warning is there because there is no decay duration assigned to the item in items.xml
  19. Karain

    Lua SumDecayTime - Reward System

    please show us the code in reward_chest.lua
  20. Karain

    (Question) setCreatureStorage in TFS 1.1

    @lokolokio it shouldn't lag, it's a simple array table... the worst case is having more ram consumed. mind if you can show the entire script? maybe it needs some optimizing.
Back
Top