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

    Lua Way to make monster drop loot? TFS 0.1

    <loot> <item id="2148" countmax="40" chance="100000"/><!-- gold coin --> <item id="5883" chance="1000"/><!-- ape fur --> <item id="1987" chance="100000"><!-- bag --> <inside> <item id="2676" countmax="11" chance="5000"/><!-- banana -->...
  2. filipus

    login.lua does'nt work 0.3.6

    How is it not working? I would recommend put the first items in a different script, its cleaner.
  3. filipus

    Hoster OTS Hosting Service 2023 w/DDoS Protection

    I don't want to put this service down, but as a costumer looking for a server what are the advantages of your service over this: http://www.server4you.com/vserver/ Their prices are really nice, what is the drawback?
  4. filipus

    Player doesn't get skull when killing someone.

    1- Yea, it is running ok. However, I do not use it. 2- Yes it is, I have a table that is only storage values. I have i enabled 3- loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) That is how you get things from config.
  5. filipus

    Player doesn't get skull when killing someone.

    Ok, nothing. Anyone has any idea? I begin to under that my sources are possessed by demonic beings. haha
  6. filipus

    Solved isInArea not working (0.3.6)

    I have no idea man, I didn't found the function anywhere to check the parameters. I just searched for 1 hour in the forums for people using CreatureAddHealth and found someone doing it that way haha. Its a bad solution, but its a solution.
  7. filipus

    Solved Map Madness!

    If it is a script, probably a global event. Or creature script (onLogin, create object)
  8. filipus

    Lua How to detect it is night?

    Yea, I already solved the issue with getWorldLight() Thanks for helping anyway :D
  9. filipus

    Lua How to detect it is night?

    But I'm using 0.3.6, I heard many functions aren't the same o.O
  10. filipus

    Lua How to detect it is night?

    You are a genius, that really helped me. Could you tell me where did you find those functions? I searched in compact but didn't found anything. Thanks everyone :)
  11. filipus

    Solved My commands on 10.36

    Check your talkactions, its all in there.
  12. filipus

    Lua How to detect it is night?

    local varh = (os.date('%M') * 60 + os.date('%S')) / 150 local tibH = math.floor(varh) I just checked, it seems correct (all other watch scripts are like that). @Edit I was testing right now and what is seems to happen is that the day/night cycle resets but the time keeps going. So I shutdown...
  13. filipus

    Lua How to detect it is night?

    That would work IF this didn't happen. I don't get it, nighttime seems to be random or according to when the server started up. Shouldn't time be the same thing? @Ninja @Limos
  14. filipus

    Lua How to detect it is night?

    Tan tan tan tan tan tan <3
  15. filipus

    Solved isInArea not working (0.3.6)

    I understood half of it but thanks haha. I tried the creature: thing but didn't work BUT I HAVE IT WORKING NOW! It was basically missing parameters I think, I could't find where the function was defined. This is what I used doCreatureAddHealth(cid...
  16. filipus

    Lua Items Bug?? Help

    Ok, first of all he's using 0.3.6 His problem is that weapons with lower attack and damaging more than weapons with higher attack. Per exemple, shiny blade (atk 50) does between 200-500 while the masterblade (atk 54) rarely hits 300. Can anyone help?
  17. filipus

    Team Searching

    so we stop botting.
  18. filipus

    Team Searching

    Yea?
  19. filipus

    Team Searching

    I love how the guy complained that he was killed when he was botting and calls that GM abuse hahaha.
  20. filipus

    Lua Help with some Actions

    I don't know man, what you could try is to use a door and then use the onUse(). I know that is not what you want but I have no idea what else you could do :/
Back
Top