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

    Solved Function onUse Vial > Trough and not Trough > vial

    Yes bro, I want instead, as follows: If you use a container with liquid into an empty container adds the liquid in the container and empty the container with the liquid becomes empty.
  2. Shackal

    Solved Function onUse Vial > Trough and not Trough > vial

    once the bottle is inserted and the trough <action itemid="1775" event="script" value="liquids/containers.lua"/> <action itemid="2005" event="script" value="liquids/containers.lua"/> <action itemid="2006" event="script" value="liquids/containers.lua"/> <action itemid="2007"...
  3. Shackal

    Svargrond arena problem!first kill monster

    which tfs version do you are using?
  4. Shackal

    Svargrond arena problem!first kill monster

    your problem is moveevents
  5. Shackal

    Solved Function onUse Vial > Trough and not Trough > vial

    Good night people, I am all day due to this script and I can not make it work properly. It works only if you use the trough in the vial, and the correct is to use the vial in the trough. I am using TFS 0.4 and would be grateful if someone could help me. Thank you in advance and sorry for my bad...
  6. Shackal

    Solved Action exhausted

    thank you friend. Solved!!
  7. Shackal

    Solved Action exhausted

    bump
  8. Shackal

    Solved Action exhausted

    i will trying and nothing function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = {X=32412, Y=31413, Z=12} local stone = 1304 local exhaust = createConditionObject(CONDITION_EXHAUSTED) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 2000) local stoneFromPos =...
  9. Shackal

    Windows trying to connect with sql

    has something, sql_type? post your full config.lua
  10. Shackal

    Solved Action exhausted

    How do I add exhausted in my script? I would like to add 2 seconds in the following script: TFS Dev 0.4 function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = {X=32412, Y=31413, Z=12} local stone = 1304 local stoneFromPos = getThingfromPos(pos) if item.itemid == 1945 then...
  11. Shackal

    Addskill

    Distro?
  12. Shackal

    Lua Problem with my script :(

    Try this: function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 51511, 1) then doSummonCreature("Bat", {x = 1037, y = 979, z = 7}) doSummonCreature("Bat", {x = 1033, y = 980, z = 7}) doSummonCreature("Bat", {x = 1035, y = 978, z = 7})...
  13. Shackal

    Lua isContainer error

    Thank you 7864 and Limos, you solved my problem related to parcel :)
  14. Shackal

    Linux CentOS 7 Compile

    Are you using mariaDB?
  15. Shackal

    Linux CentOS 7 Compile

    Having same issue on same rev³
  16. Shackal

    Log In On OTS

    worldId = 0 ip = "---" check your ip on: http://www.whatismyip.com/ and put between the quotes, save, and restart ur server
  17. Shackal

    Log In On OTS

    you directed to your router port for your DNS IP? example: 192.168.1.120
  18. Shackal

    Log In On OTS

    You use windows? which anti virus? Have router, what?
  19. Shackal

    Log In On OTS

    if you released the port on your firewall, directed to your router and that you have anti-virus also made the release, try this: -- config.lua sqlHost = "127.0.0.1" -- data/servers.xml <?xml version="1.0" encoding="UTF-8"?> <servers> <server id="0" name="Example" versionMin="841"...
Back
Top