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

    Lua onEquip keep doing effect (hearts)

    Can you answer my PM, please?
  2. Baneczek

    Lua onEquip keep doing effect (hearts)

    Seems like i won't be able to help you then, sorry. I'm not familiar with tfs 1.0 functions (have never used that distro before).
  3. Baneczek

    Lua onEquip keep doing effect (hearts)

    https://otland.net/threads/onequip-send-effect-on-character-til-taken-off-rep.175390/ You can just do it that way if it has to only send an effect. I'm pretty sure you'll edit that yourself.
  4. Baneczek

    I want learn <3

    OTS scripting is mostly about english knowdlege. 80% of the time you just use server's functions, the rest 20% is basic knowdlege of the language (let's say LUA, as it's mostly used in OTS scripting). Here is a website http://www.lua.org/pil/contents.html#P1 that will help you if you're just...
  5. Baneczek

    Remove a stone when you kill a monster

    You should add a script tag right after </flag> tag. <?xml version="1.0" encoding="UTF-8"?> <monster name="Souleater" nameDescription="a Souleater" race="venom" experience="900" speed="220" manacost="0"> <health now="455555" max="455555"/> <look type="355" corpse="8593"/> <targetchange...
  6. Baneczek

    Remove a stone when you kill a monster

    Post your monster file here please
  7. Baneczek

    Error when opening chest

    Sure they will. They will be different chests with different scripts connected to them.
  8. Baneczek

    Creating ots 7.6 - What do i need to do. (Learning purpose)

    I think i'll have to try 1.x out. As i said i've only seen source code of 1.x 2 times i think? I can't compare them until i try 1.x out. Seems like i've learned something too :D
  9. Baneczek

    Creating ots 7.6 - What do i need to do. (Learning purpose)

    Well, maybe you're right but i still work on a 8.54 (0.3.6pl1) project and am happy with what i have. I had plans on transfering my project to 1.x but i'm too busy do to it. I didn't work on 1.x for too long to recommend it to people. But if you say it's WAY better, maybe that's true.
  10. Baneczek

    Creating ots 7.6 - What do i need to do. (Learning purpose)

    Yeah it is really old but if he wants to learn, 0.3.6 is great to learn some functions etc. I recommended him 0.3.6 because that distro helped me mostly to understand functions and things.
  11. Baneczek

    Creating ots 7.6 - What do i need to do. (Learning purpose)

    I feel like there won't be much support for 7.6 servers anymore. There are a lot of deprecated functions and things. If you want to learn i would personally recommend you starting with 8.54 engines (TFS 0.3.6 maybe). You will find a lot more support for newer TFS versions than for 7.6. Those...
  12. Baneczek

    /cp, clone pokemon

    Well, i don't even know what that means. I don't know portugal at all. Won't be able to help you, sorry.
  13. Baneczek

    /cp, clone pokemon

    Is there any error in your console when u're using it?
  14. Baneczek

    Any one know why apache wont work on my vps?

    I tried also with the newest. Didn't work for me so i had to use Xampp
  15. Baneczek

    Any one know why apache wont work on my vps?

    I had the same problem on my Windows VPS (not sure why). I had to use Xampp instead to make it work.
  16. Baneczek

    Creaturescripts lua

    What distro are you using? I checked it on my TFS 0.3.6pl1 and works perfectly.
  17. Baneczek

    Creaturescripts lua

    W dziale support nie piszemy po polsku. You shouldn't remove Erexo's signature from the script, but anyway. You can't mark anyone because you're using onCombat script. You have to use onAttack instead. Use this one. I found it here on Otland, just edited the function so credit goes to Summ...
  18. Baneczek

    Creaturescripts lua

    Yes, i did read what you wrote. Tell me if i'm wrong, and if i understood something wrong. You don't want to be able to mark/attack the player who you're in a party with, but you WANT to be able to mark/attack every other player? If so, there is an onCombat script that does exactly what i said...
  19. Baneczek

    Creaturescripts lua

    The second script is a little mess for me. You can just write an onCombat function that will check if the target is a player in the same party as you, and return false if the player and you are in the same party.
  20. Baneczek

    Lua Convince Creatues does not consider enough room

    You can add those lines into your script and check if it will work. local playerpos = getCreaturePosition(cid) local pos = getClosestFreeTile(cid, playerpos) creature = doCreateMonster("Water Healer", pos)
Back
Top