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

    [9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

    i'm geting a debug crash everytime i talk to a npc, i replaced all scripts in changelog, i'm a bit confused now
  2. zerghel

    promotion again = no vocation

    ty so much that was the problem, and im sorry for posting so late u.u
  3. zerghel

    promotion again = no vocation

    i dunno npc allows players to buy it again i know he should say something like "you're already promoted" im using default scripts from tfs 0.2.10 -- Advanced NPC System (Created by Jiddo), -- Modified by Talaturen. -- Modified by Elf. if(Modules == nil) then -- default words for greeting and...
  4. zerghel

    MW TFS Support?

    ok sqlite runs fine but using 7173 & 7174 won't let remote players to log in -EDIT- Nevermind it was my antivirus xD srry
  5. zerghel

    [8.7] The Forgotten Server v0.2.10 (Mystic Spirit)

    Promotion NPC left you with no vocation if u buy promotion twice, Fix This plx, non promoted player of certain lvl(high exp) are freezzing server when attacking
  6. zerghel

    promotion again = no vocation

    here's my vocations.xml what should i look for? <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000"...
  7. zerghel

    save error

    For map store just open your s3db file with sqlite studio And change the name to the table tile_store to map_store it worked for me
  8. zerghel

    MW TFS Support?

    Well since no answer i'll try to run an sqlite database is the only way to open world 2 for me
  9. zerghel

    MW TFS Support?

    So in main server login port would be 7171 And game port 7172 And server two login port is 7173 And game port 7174? Then what's the bindOnlyGobalAddress for? I already set New database in mysql but server 2 cannot connect MySQL ERROR mysql_real_connect: Can't connect to MySQL server on...
  10. zerghel

    MW TFS Support?

    so i have to create another database, and set the database name name in config.lua of server 2? but how the ppl will connect to server using same ip for both servers? how i have to set the servers?
  11. zerghel

    MW TFS Support?

    there's no worldId on mystic spirit's config but there's a bindOnlyGlobalAddress thingy i know is related to multiworld support as talaturen said at release, besides i don't know the correct steps to set another server on same computer. bindOnlyGlobalAddress = "no" should be "yes" on both...
  12. zerghel

    MW TFS Support?

    hello! i been looking for a Multi world tutorial for my server since long time ago, but i couldn't find the right one, so i have to ask you guys the steps to create a multi world system for TFS Mystic spirit 0.2.10 or having 2 ip adresses on the same pc maybe. thx in advance
  13. zerghel

    Crash warning Windows 7 and ot restarter

    ty so much, maybe i've searched with the wrong words, my english is not so good
  14. zerghel

    Crash warning Windows 7 and ot restarter

    hello OtLanders i wanted to use a restarter 'cause my server is crashing often and i'm faaaar away from that PC but the crash warning from Windows 7 is not allowing the server to automatically restart itself until i press "close this program" button. i know this is possible 'cause in windows...
  15. zerghel

    npc Script problem

    bump
  16. zerghel

    npc Script problem

    OMFBump
  17. zerghel

    Remove Charges Problem

    i can't figure how to make a Spell rune that removes Magic Shield and charges when Remove charges from runes is OFF in config.lua
  18. zerghel

    npc Script problem

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  19. zerghel

    npc Script problem

    i wonder how can this be solved [27/03/2011 13:46:35] Lua Script Error: [Npc interface] [27/03/2011 13:46:35] data/npc/scripts/default.lua:onThink [27/03/2011 13:46:35] attempt to call a nil value [27/03/2011 13:46:35] stack traceback: [27/03/2011 13:46:35] [C]: ? [27/03/2011 13:46:35]...
  20. zerghel

    [8.7] The Forgotten Server v0.2.10 (Mystic Spirit)

    [27/03/2011 13:46:35] Lua Script Error: [Npc interface] [27/03/2011 13:46:35] data/npc/scripts/default.lua:onThink [27/03/2011 13:46:35] attempt to call a nil value [27/03/2011 13:46:35] stack traceback: [27/03/2011 13:46:35] [C]: ? [27/03/2011 13:46:35] Lua Script Error: [Npc interface]...
Back
Top