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

    Lua [SOLVED] Nobody can login into my server :C

    login code: local events = { 'InquisitionBosses', 'KillingInTheNameOfKills', 'PlayerDeath', 'AdvanceSave', 'DropLoot' } function onLogin(player) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <=...
  2. demon088

    Lua [SOLVED] Nobody can login into my server :C

    Hello Otland! I moved a few things in creaturescripts but caused error... then I moved all creaturescripts to the working scripts but this is happening. When someone tries to login, it justs logout in the same time... I don't know what to do... :C If someone can help me I would be thankfull.
  3. demon088

    Lua Change Target Spell (TFS 1.2)

    Hello again! I need a spell that forces monsters or players to change the target to another one. But if there is no target it just won't work. That script is not working at all, but thanks for the help. doChallengeCreature(creature, newRandomTarget) -- this is from 0.4, idk how this...
  4. demon088

    Action TFS 1.x Potions System : Percents and Summons!

    This system is so hot dude. Thanks @Codinablack!
  5. demon088

    Lua Change Target Spell (TFS 1.2)

    Thanks guys I'll be testing this script soon. Thanks for the help I hope it works. :P I didn't know how to use that on a spell script... local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) function onTargetCreature(creature, target) return local list =...
  6. demon088

    Lua Monster mystery box action script [SOLVED]

    Yeah, I know someone will look for this kind of script and I thank the posters when they leave a clear solution to their problem. That will improve the community of OtLand! :) This worked so good, your mathrand with names is an easier way to add creatures to the script. Thanks @Xeraphus!
  7. demon088

    Lua Monster mystery box action script [SOLVED]

    Hello OtLanders! I need your help with this action script: local config = { monsterName = 'Demon', } function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) if(fromPosition.x ~= CONTAINER_POSITION) and item.itemid == 10503 then spawnEffect...
  8. demon088

    tfs 1.2 how enable mounts in pz ?

    It's not recommended to change the access, because players will have the access benefits like gm or GOD. If you need to compile, use the link @Xeraphus gave you and follow the guide based on your OS.
  9. demon088

    Linux Keep server online without putty.exe [SOLVED]

    Thank you, now I understand what @Milice meant. Thanks everyone for the help, now it works correctly. Now its my turn learning how to use those commands correctly. I tested every method you mentioned and all works by a little different way. Thank you all again! OtLand rocks because of you guys!
  10. demon088

    Linux Keep server online without putty.exe [SOLVED]

    The first closes Putty.exe and the second ends the running of the OTS. While the OTS is running first doesn't work. Maybe I'm doing something wrong... Thanks for your help anyway! ;)
  11. demon088

    Linux Keep server online without putty.exe [SOLVED]

    I don't run ./tfs with quotes ''. That's not my problem. The problem is keeping online the ots without leaving Putty.exe always runing in my pc.
  12. demon088

    Automatic LAMP+phpMyAdmin+Latest TFS compile+ZnoteAAC Script!

    I solved this by locating my server folder on SSH user's folder and linking phpmyadmin with the OTS. Then I compiled my own OTS source, I had the issue that I had my already compiled executable from another Ubuntu distro, so I compiled it again in the distro I'm using. Maybe this info could...
  13. demon088

    Linux Keep server online without putty.exe [SOLVED]

    Hello again OtLand! I need some help with something I ignore completely... I want to keep my server online without using the Putty.exe prompt window because I don't want to keep my pc turned on when I have a VPS. When I run my server with the command './tfs' I need to keep the Putty.exe opened...
  14. demon088

    Automatic LAMP+phpMyAdmin+Latest TFS compile+ZnoteAAC Script!

    My hoster only provides 15.04 or less... :(
  15. demon088

    Automatic LAMP+phpMyAdmin+Latest TFS compile+ZnoteAAC Script!

    Not working: ./tfs: error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory I can't find missing libraries, so I can't run my server.
  16. demon088

    Automatic LAMP+phpMyAdmin+Latest TFS compile+ZnoteAAC Script!

    I'm using Ubuntu 15.04, so I can't follow your updated tutorial. The hoster have not an updated dist of Ubuntu... :( Could you tell me where I should locate my forgottenserver folder? I put it on '/root/forgottenserver/' and when I run './tfs' it prompts: "bash: ./tfs: Permission denied". I...
  17. demon088

    Automatic LAMP+phpMyAdmin+Latest TFS compile+ZnoteAAC Script!

    Excellent! I will give a try, thanks a lot for the help!
  18. demon088

    Automatic LAMP+phpMyAdmin+Latest TFS compile+ZnoteAAC Script!

    Same as @clouf, I think TFS is not being installed by this way. I don't know where to locate my tfs folder, can you give me a clue? Anyway great work with this script! You helped me a lot!
  19. demon088

    Lua Change Target Spell (TFS 1.2)

    Interesting... but don't fit my needs xS Thanks anyway! :D Sorry for making this... but BUMP! I really want to know if there is a spell working this way :C I need it...
Back
Top