• 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

    CreatureEvent Killed monsters counter!

    can you make it for tfs 1.0 too?
  2. HappyFeet

    Daily missions (TFS 1.0)

    hey, I need a npc for daily mission based on your level (kill mobs for exp) for tfs 1.0 like this: local daily1 = { --1-30 {["name"] = "Wolf", ["storage"] = 5, ["count"] = 20, ["exp"] = 2000, ["item"] = 2152, ["icount"] = 10, ["chance"] = 75}, {["name"] = "Snake", ["storage"] = 6, ["count"] =...
  3. HappyFeet

    Bounty hunter for tfs 1.0

    bump
  4. HappyFeet

    Bounty hunter for tfs 1.0

    already fixed it. I forgot * FROM before SELECT new problem.. the talkaction part works but when I kill the player that is hunted I get this message in my console: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/others/playerdeath.lua:eek:nDeath...
  5. HappyFeet

    Bounty hunter for tfs 1.0

    I get this error.... [Error - mysql_real_query] Query: SELECT `bounty_hunters` WHERE `sp_id` = 10 AND `killed` = 0; Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `sp_id` = 10 AND `killed` =...
  6. HappyFeet

    Solved Gesior 2012 online status

    thank you
  7. HappyFeet

    Solved Gesior 2012 online status

    it has 531 lines but I think that you need these line: <?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_players'].'<br />Players Online'; else echo '<font color="red"><b>Server<br...
  8. HappyFeet

    tfs 0.4 to 1.0

    I dont get any errors in my console when im try to test it.. it is just not working..
  9. HappyFeet

    Solved Gesior 2012 online status

    still offline
  10. HappyFeet

    [GESIOR ACC] Report-BUG System (Advanced)

    when I type !report I get the Command param required. report so that works but when I say !report blabla, it will not doing anything
  11. HappyFeet

    Solved Gesior 2012 online status

    im using gesior for my tfs 1.0 server but the status is always "offline" how to fix it
  12. HappyFeet

    Bounty Hunter for tfs 1.0

    as the title says, Can I have the bounty hunter scripts for tfs 1.0?
  13. HappyFeet

    tfs 0.4 to 1.0

    @Evil Puncker
  14. HappyFeet

    tfs 0.4 to 1.0

    I dont use the onstatchange function btw xD
  15. HappyFeet

    tfs 0.4 to 1.0

    everything is done and recompiled but no results.. can you have a look in the bounty hunter script? maybe I f*cked it really hard xD talkaction: local player = Player(cid) function onSay(cid, words, param) if(param == "") then player:sendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE...
  16. HappyFeet

    tfs 0.4 to 1.0

    hehe I hope that you are the one who can tell me what to add/replace in the right file:oops:
  17. HappyFeet

    tfs 0.4 to 1.0

    how do I fix it? add in sources right?
  18. HappyFeet

    tfs 0.4 to 1.0

    the server log wil not show any errors :( I trying to get the bounty hunter system to 1.0 and the lms event but I am still trying...
Back
Top