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

    Lua Too much corpses, debug on clean.

    Hello, I created hunting arena and I have small problem with it. There are too much corpses on one tile and players get debug on clean when there are too much corpses. I am not sure how can I solve it, maybe quckier corpse decaying in selected area is possible?
  2. Hernest

    Solved Removing monsters from selected area

    I love you, thank you so much! //close
  3. Hernest

    Solved Removing monsters from selected area

    http://scr.hu/2kai/qq55u Doesn't work function onStepIn(cid, item, position, fromPosition) doCreatureSetStorage(cid, 156661, 1) doPlayerSendTextMessage(cid,20,'Available commands:\n 1. /arena1 monster name, example: /arena1 Demon\n 2. !s1 - spawning monster in arena No.1\n 3...
  4. Hernest

    Solved Removing monsters from selected area

    function onStepIn(cid, item, position, fromPosition) doCreatureSetStorage(cid, 156661, 1) doPlayerSendTextMessage(cid,20,'Available commands:\n 1. /arena1 monster name, example: /arena1 Demon\n 2. !s1 - spawning monster in arena No.1\n 3. !huntexit - if u want to leave hunting...
  5. Hernest

    Solved Removing monsters from selected area

    Hello, so i need to remove monsters from selected area, from x to y. I tried a lot of ur code but it doesn't work, for example: http://pastebin.com/tNxVNdPP I have just removed teleport. TFS 0.4 LINUX My code: http://pastebin.com/qB60vGd8 I tried this in a lot of cominations...
  6. Hernest

    [How-to] Using addEvent()

    Pretty cool guide, helped me a lot. +1
  7. Hernest

    Hernest's mapping thread #1

    reupload/bump
  8. Hernest

    Lua Small error. tfs 0.4

    [20:1:15.947] mysql_real_query(): SELECT COUNT(*) FROM `houses` WHERE `owner` = guid; - MYSQL ERROR: Unknown column 'guid' in 'where clause' (1054) [20:1:15.947] [Error - Action Interface] [20:1:15.947] data/actions/scripts/houseRune.lua:onUse [20:1:15.947] Description: [20:1:15.947]...
  9. Hernest

    Lua How much houses? | TFS 0.4

    Hello, i need function which will print number of owned houses by player, just function. It's possible with: getHouseByPlayerGUID? e.g /house Candy --> Candy got 4 houses. function onSay(cid, words, param) local pid = getPlayerGUID(cid) local hos = getHouseByPlayerGUID(pid)...
  10. Hernest

    Solved A PVP channel?

    player:sendChannelMessage(author, text, type, channelID) and event onDeath/onKill I am not sure how to block chatting but you can try with mute script.
  11. Hernest

    Lua Variable in quote?

    Hello everybody. I have got variable local mos = monsterarena and i want to got it in quote. So when monsterarena = demon print(mos) --> will return "Demon"
  12. Hernest

    Server crashes when player (Knight) gets mLVL more than 12..

    Hm, ur tfs version etc. ?
  13. Hernest

    Server crashes when player (Knight) gets mLVL more than 12..

    Any errors in console?
  14. Hernest

    Lua Globalevent, Castle event

    Post whole code. Anyway it's trying to use variable which is empty.
  15. Hernest

    Lua npc erro

    As i said 'sub' is not defined. Maybe tell me where did u get that script, u can try to define that 'sub', i am not sure what it is to
  16. Hernest

    Lua TFS 0.4 | Huntarena with choice

    [21:13:09.598] [Error - MoveEvents Interface] [21:13:09.598] domodlib('HuntAreaFunctions') [21:13:09.598] function onStepIn(cid, item, position, fromPosition) [21:13:09.598] local b = monsters[item.actionid] [21:13:09.598] if(isPlayer(cid) and exhaustion.check(cid, item.actionid)) then...
  17. Hernest

    Lua TFS 0.4 | Huntarena with choice

    @Limos plox
  18. Hernest

    Solved error create monster

    I think that u put wrong name in monsters.xml, copy here monsters code. (data/monsters)
  19. Hernest

    Lua npc erro

    Well 'sub' is not defined. doItemSetAttribute(uid, "poke", getItemAttribute(uid, "poke"):sub(1, find... it's nil value
Back
Top