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

    Lua NPC Talkdelay doesn't work.

    Try to change the distro then, from TFS V8 to that 0.3.5pl, I've had so many problems with TFS V8 it's not even funny.
  2. Greypaw

    Windows Script System help

    Try this c: local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid...
  3. Greypaw

    Windows Script System help

    I use to run Centera back a while ago (Had 100-150 players online average). I ran it on TFS 0.3.6 V8. I found that to be more stable and have less errors than Rev 3777. But on another note, can you please try this login.lua instead of the one that one bro gave you? local config = {...
  4. Greypaw

    Solved CLOSE!

    Is there any console errors? What server version are you using? Please give more information before asking a question.
  5. Greypaw

    XenoFluid Layout

    I don't know if you guys noticed, but they do have a darker layout, it looks terrible, however. You can access it through Menu > Preferences > XenoFluid or something.
  6. Greypaw

    Server Log doesn't show all Manas!

    Try this brother. local config = { removeOnUse = "no", splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse = getBooleanFromString(config.removeOnUse)...
  7. Greypaw

    Lua talkaction not working anymore

    Try this c: function getPlayerNameByGUID2(n) local c = db.getResult("SELECT `name` FROM `players` WHERE `id` = "..n..";") if c:getID() == -1 then return "MYSQL_ERROR["..n.."]" end return c:getDataString("name") end function onSay(cid, words, param) local max = 10 local letters_to_next = 20 local...
  8. Greypaw

    Windows What Does that mean?

    I'm not sure what exactly you're asking here?
  9. Greypaw

    I need Help all with web

    I don't think you do. The site URL shouldn't have to change if its running off of Localhost, it'll just redirect to your website.
  10. Greypaw

    Recover default player skills [Gesior]

    Well, obviously something is wrong with the database, either that or you downloaded the wrong Gesior for your client version.
  11. Greypaw

    Recover default player skills [Gesior]

    Then delete the database and re-create it.
  12. Greypaw

    Walking the npc to a pos

    Like Gesior said.. It's a lot more complicated than you think it is.. That's why you never see it.
  13. Greypaw

    Recover default player skills [Gesior]

    Do you just want to reset all of the player's skills/levels?
  14. Greypaw

    Lua Dream Challenge Quest Pillow Riddle error (By Teckman)

    What's the server's name?
  15. Greypaw

    Walking the npc to a pos

    How many SQM is it suppose to move??
  16. Greypaw

    acc maker unexpected ,

    Try replacing it with this: return $this->data['premdays'] - (date("z", time()) + (365 * (date("Y", time()) - date("Y", $this->data['lastday']))) - date("z", $this->data['lastday']));\ Or the whole code. public function getPremDays() { if( !isset($this->data['premdays']) ||...
  17. Greypaw

    magdefense in vocations.xml

    What spells are you using to test it? What vocations are you using?
  18. Greypaw

    servidor 8.54

    This distribution is my favorite 8.54 distro. It is The Forgotten Server 0.3.6pl c:
  19. Greypaw

    Unpack client

    I thought there was, something about viruses and such?
  20. Greypaw

    Walking the npc to a pos

    I know you can make NPCs teleport.. But I don't know of a function that would make it move from 2 different (X,Y,Z) locations.
Back
Top