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

    TFS 3884 8.60 sources for Linux?

    http://otland.net/threads/no-support-for-private-svn-tfs-0-4-here.132978/ The thread is still there and there shouldn't be any support for tfs 0.4 here "AFAIK"
  2. Cyro

    Lua Train system for 0.2+ ask

    no 0.2.15 comes with the version 9.80-9.86 but ur map can be updated to 9.86
  3. Cyro

    Lua Train system for 0.2+ ask

    use what I have posted pls <action itemid="18488;18489;18490;18491;18492" event="script" value="other/offlinetraininglua"/> number-number wont work :)
  4. Cyro

    Lua Train system for 0.2+ ask

    actions folder register the script this way <action itemid="18488;18489;18490;18491;18492" event="script" value="filename.lua"/> and make sure that u are using TFS 0.2/1.0
  5. Cyro

    [Sweden] Kristell-ot new ot start 32-08-2013 [8.60]

    ? What da fuq? the one whispering?? he is saying eh? which means what? Why should I advertise ur server on Cinara.net? Explain please, I didn't even know that ur server existed lol I just copy pasted the link, made a screenshot and posted it here -- Screenshot shows the whole screen including...
  6. Cyro

    [Sweden] Kristell-ot new ot start 32-08-2013 [8.60]

    I don't recommend this server to anyone -- Check: He is advertising his server on Cinara.net
  7. Cyro

    Uniserver~can't start

    You can check Serverinfo and it will show u if there is another version or no, but if this is from 1 year then there are hundreds of new versions lol
  8. Cyro

    [Arabic] Chit chat

    yala ya
  9. Cyro

    Solved problem mysql debug with premium outfits

    Reputation system is deleted like is like a rep now read http://otland.net/threads/security-breach-and-moving-to-xenforo.198836/ Rep system sucked actually, if u help people for rep points then don't
  10. Cyro

    Solved problem mysql debug with premium outfits

    use: <outfit id="12" premium="no"> <list gender="0" lookType="155" name="Pirate"/> <list gender="1" lookType="151" name="Pirate"/> </outfit> <outfit id="13" premium="no"> <list gender="0" lookType="156" name="Assassin"/> <list gender="1" lookType="152"...
  11. Cyro

    Lua Create Item with ActionID

    u can cr8 an item using rme map editor and set action id or unique id for it. another way is using: doSetItemActionId(uid, actionid) after cr8ing the item :)
  12. Cyro

    Solved problem mysql debug with premium outfits

    I dont think a debug with changing outfits would come from using mysql or sqlite :o its a server problem ofc probably a problem with the distro or a fucked up script related to changing outfits
  13. Cyro

    Znote AAC Website, others can not see them. What can i do?

    update Google chrome. and btw I cant see the website lol u posted localhost not an ip :o
  14. Cyro

    Znote AAC Website, others can not see them. What can i do?

    Port forward Website port is 80, open it follow this tutorial: http://otland.net/threads/znotes-port-forwarding-tutorial-small-guide-lot-of-education.107832/
  15. Cyro

    How to do a movement of anti push or another thing

    local pos = {x = 1000,y = 1000,z = 7} -- edit this to the position of the stone function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 1945 doTileAddItemEx(pos, uid) -- uid stands for the unique id of the item doPlayerSendTextMessage(cid,21,"You have added a stone...
  16. Cyro

    What's in the Subversion?! and the premium boards?

    Ofcourse you will find many tutorials and scripts that will benefit you.
  17. Cyro

    What's in the Subversion?! and the premium boards?

    Benefits of a premium subscription:
  18. Cyro

    !~!lag!~!

    Yes, this is a problem with his internet or urs.
  19. Cyro

    Best lua tutorial?

    Its not completed and will never let u understand everything related to lua lua.org guide will.
  20. Cyro

    Manafluid that shows how much you heal?

    Making showHealingDamage = true in config.lua and adding doCreatureSay(itemEx.uid, "Aaaah..", TALKTYPE_ORANGE_1) to the potion/manarune script should show the heal the player does
Back
Top