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

    Lua Fix !frags and change time to left frags

    In my config it isn't FRAG_TIME. It might be(Seems like it, can't say with 100% certainty) that FRAG_TIME is just a variable referring to the config key. In my case it's called: timeToDecreaseFrags The value of it is 6 * 60 * 60 * 1000 This stands for 6 hours. hours * 60(minutes in an hour) *...
  2. Ataro

    Lua Fix !frags and change time to left frags

    configManager.getNumber(configKeys.FRAG_TIME) This piece of code reads the value FRAG_TIME from the config file. I'm not sure how to do this in 0.4 since I'm new to all this and don't really have time to investigate. What you could try is to just copy the values from the config? This isn't...
  3. Ataro

    Lua Life Steal Help

    If you're running TFS 1.0 or higher try this: doCreatureAddHealth(cid, health) In your case I suppose it would be something similar to this function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if not attacker then return...
  4. Ataro

    Lua Fix !frags and change time to left frags

    What version of TFS are you running? I'm no expert but it's working fine on TFS 1.2 I think configManager is only available in TFS 1.0 and higher EDIT: The time is taken from your config in this case. So you don't need to edit the script if you edit your skulltime in the main config.lua
  5. Ataro

    Extra exp every day between x time

    Thanks a lot!
  6. Ataro

    Extra exp every day between x time

    What I want: Every day between 8am and 10 am I want every player to get an exp boost. Also a message when it starts and ends. My main problem how to do something between x and x time and how to do a doPlayerSetRate(cid, SKILL__LEVEL, 2) For every player Server: 0.4 Rev3777
  7. Ataro

    Solved Zao Gate of Expertise doesn't close

    Okay, Thanks a lot for everything!
  8. Ataro

    Solved Zao Gate of Expertise doesn't close

    That's causing errors in my console. Just found a different closingdoors.lua and that one seems to work I think my server has mixed distribution files. But it was the only one I could find around here. Bit off topic but what do you think would be the distribution for a 8.6 (realmap) server...
  9. Ataro

    Solved Zao Gate of Expertise doesn't close

    function onStepOut(cid, item, position, lastPosition) if(getTileInfo(position).creatures > 0) then return true end local newPosition = {x = position.x + 1, y = position.y, z = position.z} local query = doTileQueryAdd(cid, newPosition) if(query ==...
  10. Ataro

    Solved Zao Gate of Expertise doesn't close

    It's progress, but now it gets removed completely and not set back to the official door
  11. Ataro

    Solved Zao Gate of Expertise doesn't close

    Okay so I got my gate of expertises at zao (The green ones) They have item id's: Vertical -Closed: 12165 -Open: 12166 Horizontal: -Closed: 12156 -Open: 12157 Problem: When opening door I get pushed to it's location and that works fine. But when leaving the door it remains open and can be...
  12. Ataro

    TFS Allocation failed

    World is 102mb Got 8gb ram. The method from Ryxy worked, but I feel like it's a cheating way and would be better compiling it 64bit?
  13. Ataro

    TFS Allocation failed

    It happens as soon as it tries to load my map. If I switch back to a smaller map everythings fine. Just need to compile a 64bit.
  14. Ataro

    TFS Allocation failed

    I'm getting Allocation failed, server out of memory! Now I can't compile my source for some reason(crashes) I'm using TFS 0.4. Anyone that can help, or maybe has a 64bit compiled version for me. Also currently running 3777, got the 3884 source as well but can't compile that one either.
  15. Ataro

    Ingame Quest?! Wtf

    Vi against a Cait Cait ults vi Vi: Awwhh was that supposed to hurt cait? (if survived ofcourse)
  16. Ataro

    Selling 126 Royal Paladin (OPEN PVP) Premium account, nice eq, much more!!

    I will if you won't get the REC key on the MS soon. Got skype or anything?
  17. Ataro

    Ban the user above you!

    Banned for being German! JAWOEL
  18. Ataro

    Guess the age of the next poster!

    True, next 18
  19. Ataro

    How popular are you?

    6/10
  20. Ataro

    Give a Nickname to User Above!

    MoonWolf
Back
Top