• 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!

Search results

  1. Godely

    NPC Banker NPC (transfer!, deposit, withdraw, balance)

    Transfer its not working... Both of the scripts have an error. In the first script, there's an error that if you transfer money to yourself, you will lose it from your bank account. In the second script, transfer is not getting the name of anyone you say.
  2. Godely

    Necroman

    Thank you, Empty, but the NPC does not answer to the word "key". What should I do?
  3. Godely

    Necroman

    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...
  4. Godely

    Bug fix in a NPC

    Thanks. i will try this way you showed me when I reach home. See ya.
  5. Godely

    Bug fix in a NPC

    Hello. I made a NPC who gives an obsidian knife if you give him a dragon shield and 15k: local crystalCoins = getPlayerItemCount(cid,2160) local platinumCoins = getPlayerItemCount(cid,2152) local goldCoins = getPlayerItemCount(cid,2148) money = crystalCoins * 10000 + platinumCoins * 100 +...
  6. Godely

    REPORT ALL 0.2 BUGS HERE (latest 0.2 svn)!

    Imagine yourself being on a serious server. You are level 240, knight, with sword and shield 100/100. When you kill a monster that just attack with meele, it's all ok, they respect your shielding. But, when you go kill a minotaur archer, an elf scoult, a lizard sentinel, they hit you just like a...
  7. Godely

    Important! TFS Bug.

    Well, I think you can't, because I told that to Taratulen and he said that it's a SVN bug.
  8. Godely

    Important! TFS Bug.

    Imagine yourself being on a serious server. You are level 240, knight, with sword and shield 100/100. When you kill a monster that just attack with meele, it's all ok, they respect your shielding. But, when you go kill a minotaur archer, an elf scoult, a lizard sentinel, they hit you just like a...
  9. Godely

    Lets Count To A Million!

    863 gogogo
  10. Godely

    Lets Count To A Million!

    286 :P Haha
  11. Godely

    Action Pick using actionIDs

    very nice script. btw, "elseif item2.itemid == 7200 then doTransformItem(item2.uid,7236)" this item 7236 will return to normal? Cause I didn't get it =p
  12. Godely

    I got kicked and died by that

    Snel pUppie is right, you can't expect that
  13. Godely

    TFS download links

    What if you put a new feature, that works like this: When people open the TFS.exe, it would open a internet explorer or mozilla with the site of otland. It would be REALLY a good advertise.
  14. Godely

    TheForgottenServer v0.2rc7 (Moon Princess)

    thank you taratulen, I was waiting for this see ya ^^
  15. Godely

    TFS - Spells...

    Open the script Press ctrl + h In the first line, you write: learnspell="1" in the second line, you write: learnspell="0" Press "Replace all" Just it xP
  16. Godely

    TFS - Spells...

    On the spells.xml, there is a option needlearn="1" in each spells. You must change it to 0 :)
  17. Godely

    TheForgottenServer v0.2rc5

    thanks, taratulen, but as cherife said: when you die, it doens't show the new msg of death. i think its bugged ;S anyway, fix that bugs please :D ty, and bye
  18. Godely

    Site poblem

    i will ask my friend to help you
  19. Godely

    How To Use TeamSpeak

    yeah, you help me a lot
  20. Godely

    On what server do you play?

    i played until level 123, then I got hacked
Back
Top