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

    Lua Help to configure demon oak

    bump
  2. tocold

    Lua Help to configure demon oak

    bump
  3. tocold

    Lua Help to configure demon oak

    Kick position is to remove players from demonoak quest? But how? When? What are u mean "the position of where the monster demonOak is."
  4. tocold

    Compiling Game.createItem using 100+ as count

    Dont need edit client to make +100?
  5. tocold

    Lua Help to configure demon oak

    https://otland.net/threads/working-demon-oak-quest.40244/ I want put this /\ DemonOak system in my server... But i have some questions In 102-demonOak.lua What is this 2 values? kick = {x = 110, y = 75, z = 7}, -- wtf? demonOak = {x = 105, y = 82, z = 7} -- wtf? --PLEASE SPECIFY HERE...
  6. tocold

    Lua Demon Oak Few Questions

    Sure... U told me: DISTRO_VERSION = 040
  7. tocold

    Lua Demon Oak Few Questions

    with: if string.lower(m_name) == string.lower(name) then [17:37:03.002] [Error - Action Interface] [17:37:03.002] data/actions/scripts/demonOak.lua:onUse [17:37:03.002] Description: [17:37:03.002] data/lib/102-demonOak.lua:244: bad argument #1 to 'lower' (string expected, got table)...
  8. tocold

    Lua Demon Oak Few Questions

    bump
  9. tocold

    Lua Demon Oak Few Questions

    tfs 0.4 3777 clean
  10. tocold

    Lua Demon Oak Few Questions

    [19:0:08.306] [Error - Action Interface] [19:0:08.306] data/actions/scripts/demonOak.lua:onUse [19:0:08.306] Description: [19:0:08.306] data/lib/102-demonOak.lua:244: bad argument #1 to 'lower' (string expected, got table) [19:0:08.306] stack traceback: [19:0:08.306] [C]: in function 'lower'...
  11. tocold

    Lua Demon Oak Few Questions

    it isnt monsters name? where should i define?
  12. tocold

    Lua Demon Oak Few Questions

    if m_name:lower() == name:lower() then It? What is worng?
  13. tocold

    Lua Demon Oak Few Questions

    102-demonOak.lua http://hastebin.com/icusofepet.lua
  14. tocold

    Lua Demon Oak Few Questions

  15. tocold

    Lua Demon Oak Few Questions

    Yeah i was found the item id like i told before... Ty to grave thing... :) Someone know to fix the errors?
  16. tocold

    Lua How block to cant transfer gold to rookers?

    I've fix by myserlf... if other member want to use its here elseif Topic[cid] == 7 and msgcontains(msg, 'yes') then if getPlayerBalance(cid) >= count[cid] then local v = getPlayerByName(transfer[cid]) if(getPlayerTown(cid) ~= 7) then if(getPlayerTown(v) == 7) then...
  17. tocold

    Lua How block to cant transfer gold to rookers?

    I'm sorry to didn't post I was tried to vocations, but u guys tell me town mode, i think its better I tried town mode, but its not work if(getPlayerTown(cid) ~= 7) then if(getPlayerTown(v) == 7) then npcHandler:say('You cant transfer money to players from Rookgaard.', cid)...
  18. tocold

    Lua Demon Oak Few Questions

    ty... its 1970 if someone want =) -- someone know how to fix my errors?
  19. tocold

    Lua Demon Oak Few Questions

    bump
Back
Top