• 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

    Feature WeaponType Fist TFS 1.0

    This is working for me on TFS 1.2, I just missed one part of the source editing.
  2. demon088

    Feature WeaponType Fist TFS 1.0

    I did exactly this on TFS 1.2 but I cannot wear Fist weapons at all...
  3. demon088

    TFS 1.2 speed attack

    Can I mix those codes to work on the same server?
  4. demon088

    Lua Spells with charges

    This is working exactly as I wanted to, thank you @Evil Puncker. Until 5 charges it inflicts more damage and it's showing not aggresive messages about the charges. Here's the script working (NOTE: I have updated the script, so it might be slightly different, but improved): local combat =...
  5. demon088

    Lua Spells with charges

    Yes, I tried also like this setPlayerStorageValue(cid,10076,+1) and setPlayerStorageValue(cid,10076, +1) Nice try, however thanks!
  6. demon088

    Lua Spells with charges

    Hello again OtLand! I need some assistance making a new series of spells for my OTS, and if someone would like to use it, I'm glad to explain how it works or help to insert or edit the spell. My team had the idea to make a spell which could get one charge each time you use it. So, if you have...
  7. demon088

    Add fist vocation TFS 1.2 (COMPILING)

    This post is currently working on TFS 1.2: weapon type (https://otland.net/threads/weapon-type.253253/#post-2457185)
  8. demon088

    TFS 1.X+ Spell IDs cause exhaust on wrong spells

    I solved this using spell ids from different vocations spells, so if I wanted to use a new cd for Sorcerer, then I chose one from Knight I made this list manually (Spell names are based on my own OTS): 1 = light healing 2 = Intense Heal 3 = Ult Heal 13 = Energy Wave 19 = Fire Wave, Dragon Wave...
  9. demon088

    Add fist vocation TFS 1.2 (COMPILING)

    I used to have a vocation using fist in my previous TFS version, now I wanted to add it again but it is causing bugs while casting Fist based spells. I remember that I had to compile my own TFS with SKILL_FIST on game.ccp and other source files, but when I try to compile: How can I add Fist...
  10. demon088

    [Autoinstaller] Compiles TFS + LAMP Stack + Dummy MySQL Database+User for Ubuntu (tested with 18.04 LTS 64bit)

    I finally completed the installation. Thank you for sharing this post. It worked on Ubuntu 18.04, using TFS 1.2 and Znote Acc!
  11. demon088

    [Autoinstaller] Compiles TFS + LAMP Stack + Dummy MySQL Database+User for Ubuntu (tested with 18.04 LTS 64bit)

    Thank you @Damon, is it needed to edit any text or link it to the ots?
  12. demon088

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    I´m using Ubuntu 18.04. Tried with command from original post and...
  13. demon088

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    Im getting this error while runing the last ansible command.
  14. demon088

    Problems running ot server

    I use Putty.exe to run this. My server is uploaded to a VPS, so I must do it by SSH. I'm still with the same problem.
  15. demon088

    Problems running ot server

    Hello again OtLand! I have recently compiled my TFS and I didn't get any error compiling. I tried to run my tfs but while loading the map, the process is just killed without prompting errors. I thougt it was my customized map, but I also tried with a blank map and it's still the same problem. Do...
  16. demon088

    Znote AAC cURL is not enabled

    Thank you very much! I tried this before but tried diferent packages like "php7-curl" and didn't work. Now I have installed php7.0-curl and php-curl and my website is now working.
  17. demon088

    Znote AAC cURL is not enabled

    How can I do such thing when prompt calls this (Ubuntu 16.04): E: Unable to locate package php5-curl I have php 7 and I can't solve this problem by uncommenting extension=curl_php.dll
  18. demon088

    Paypal Php uniserver help

    Why I cant see this post?
  19. demon088

    Action Daily Quest (different reward every day)

    Works perfectly for me. TFS 1.2
Back
Top