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

    Lua Bank NPC (Suzy) not working. Help!

    Alright I tried this: function getCount(msg) b, e = string.find(msg, "%d+") if b == nil or e == nil then count = 1 else count = tonumber(string.sub(msg, b, e)) end return count end I put that into the NPC script and the error went gone , but now when I...
  2. T

    Lua Bank NPC (Suzy) not working. Help!

    Ok but you cant help me with this error by making the function? Sorry I forgot mention but Im using OTHire Version 0.0.2
  3. T

    Lua Bank NPC (Suzy) not working. Help!

    Help please! :) How can I add the function, and where?
  4. T

    Lua Bank NPC (Suzy) not working. Help!

    This script is giving me this Error: Lua Script Error: [Npc interface] data/npc/scripts/Suzy.lua:onCreatureSay data/npc/scripts/Suzy.lua:24: attempt to call global 'getCount' <a nil value> stack traceback: data/npc/scripts/Suzy.lua:24: in function 'callback'...
  5. T

    Lua Bank NPC (Suzy) not working. Help!

    -- Transfer -- --------------- if(npcHandler.focus ~= cid) then return false end if msgcontains(msg, 'transfer') and getCount(msg) >= 1 or suzy_talk_state == 501 and getCount(msg) >= 1 then TRANSFERAMOUNT = getCount(msg) npcHandler:say('Who would you like to transfer the money to?', 1)...
  6. T

    Lua Bank NPC (Suzy) not working. Help!

    Im using OTHire Version 0.0.2 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end function...
  7. T

    [FRANCE][10.07.2015] Tibianus - most stable and amazing server 7.4 re-launch!

    Where will the Task NPC be located?
  8. T

    [FRANCE][10.07.2015] Tibianus - most stable and amazing server 7.4 re-launch!

    is there any way i can pay you with paysafecard for points on the server gm wille?
  9. T

    [Netherlands] [Highrate] Faloria 7.4 OPENS 4/7 18.00 GMT+2 [Custom client]

    Does Frost Trolls c0unt as Trolls when doing the task? :D
  10. T

    [Switzerland] Classicus 7.4 - SERVER ONLINE - EXTRA CONTENT ANNOUNCED!

    theres sunflower and a moon, if we put those together you get high.
  11. T

    search for tester

    i can test
  12. T

    [Sweden] OriginalTibia 7.1 | REALMAP | FIRST DAY 50% MORE EXP | ONLINE!!!

    You dont have to come here and comment something thats nonsense.
  13. T

    [Sweden] OriginalTibia 7.1 | REALMAP | FIRST DAY 50% MORE EXP | ONLINE!!!

    Very fun server to play on, you should try it out if you havent :)
  14. T

    [Sweden] OriginalTibia 7.1 | REALMAP | FIRST DAY 50% MORE EXP | ONLINE!!!

    1-2x lootrate I think would fit in very well to this server. With everything else mentioned it's just better Imo! :)
  15. T

    [Sweden] OriginalTibia 7.1 | REALMAP | FIRST DAY 50% MORE EXP | ONLINE!!!

    I think goblin task should be ad I think goblin task should be added, but it probably will :)
  16. T

    [Sweden] OriginalTibia 7.1 | REALMAP | FIRST DAY 50% MORE EXP | ONLINE!!!

    Soon launch time! im so excited :D
Back
Top