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

    Lua Items appearing after x time

    Hello, excuse me my noobish question but I didn't found any thread that could explain me this. Actually I am looking for script that adds event (I guess) which will make item 'respawn'. It should work like e.g. player cut tree, this tree transform in to hm... let's say log or something. After x...
  2. H

    Ctrl + y

    Still nothing :/ Nobody can't help me? :(
  3. H

    Ctrl + y

    Still only one... {5h} - gives no effect {5,h} - one {5-h} - no effect :S it's a little bit annoying : /
  4. H

    Ctrl + y

    {h=5} doesn't work - adds one hour to ban lenght because of count is 1 in code {h+5} doesn't work too - same, adds one hour I think I'm doing something wrong with count, hmm... I know it, but what is that? How to set a count my specified number?
  5. H

    Ctrl + y

    I don't understand this c++ code at all, so I will be thankful when you can explain how to use this functions.
  6. H

    Ctrl + y

    Thanks for spam, let's back to a thread now... So when I'm trying to ban somebody I will always ban him for time defined in config.lua?
  7. H

    Ctrl + y

    Hi guys, I know that I can use ctrl + y to ban people. But how to define the time of banishment? For example when I change in config.lua ban time to 60*60*60 I mean 1 hour. Then I want to ban a player with nick xxx for bot for x hours. I don't understand it. And what is statement? Why I...
  8. H

    TalkAction Addon Doll (With 8.6 outfits)

    Wayfarer addons doesn't work for me, but I fixed it. Just add in female outfits param ["wayfarer"] = {367} Whole script should look like this: function onSay(cid, words, param) local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}...
  9. H

    Inq teleports disappears

    I will start with code: creaturescripts.xml <event type="kill" name="Inquisition" script="inq.lua"/> scripts/inq.lua local config = { message = "Go into the teleporter in 3 minutes, else it will disappear.", timeToRemove = 180, -- seconds teleportId = 1387, MonStor = 48000...
  10. H

    Help with spell

    Hi everyone! Look at this: combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) setCombatFormula(combat...
  11. H

    I need help!

    I made script which allow player do buy his own statue [id: 1444]. My request is... how to get this player ID and set his placed statue unique ID, for example uid := 60000 + playerID. I'm using The Forgotten Server 0.3.4 Crying Damson 1. player1 says !buystatue 2. his money are gone...
Back
Top