• 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!

Recent content by Permamently

  1. Permamently

    RME Map Editor - help with grass border.

    Got it Sir, thank you. @Hashirama479
  2. Permamently

    RME Map Editor - help with grass border.

    Hello guys, so I just downloaded RME and i want to start mapping, but already I've got first issue. Whenever I am doing grass and dirt it looks like that: http://p1.pichost.me/i/80/2046693.png There is always that dirt border around. I would like it to look that way...
  3. Permamently

    Lua Help with adding percent chance function to the script.

    @Moj mistrz It's working, thank you.
  4. Permamently

    Lua Help with adding percent chance function to the script.

    Hello, so I'm thinking about adding a percent chance to this script: function onUse (cid, item, fromPosition, itemEx, toPosition) if(itemEx.itemid == 7385) then doRemoveItem(item.uid) doTransformItem(itemEx.uid, 8209) doSendMagicEffect(toPosition, 28) return true end end Could someone help me...
  5. Permamently

    Need help in server selection (0.4 vs 0.3.6 [8.60])

    Hello so I found two version of 8.60 TFS server: --- https://otland.net/threads/8-60-the-forgotten-server-0-3-6-crying-damson-v8.147913/ --- https://otland.net/threads/8-60-the-forgotten-server-0-4.240240/ And I have question which TFS is more stable to host? Arguments would be great.
  6. Permamently

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    @Xikini Script on item which working like this: Use item on special monster and got 10% chance that this monster will be your summon if it success you will be able to summon him everytime you want by command !summon. If it fail item is destroyed and you don't get summon. I will be very...
  7. Permamently

    Solved Teleport back faster than others.

    @Limos It's working!! :D Thanks.
  8. Permamently

    Solved Teleport back faster than others.

    @Krazyx Actually I'm learing and getting better in lua. Because i got idea for future and need know if it might be possible :D
  9. Permamently

    Solved Teleport back faster than others.

    I got it now, thanks guys :) I got second question, don't want to do next topic. I have spell X which create item in the ground. Is there anyway that by using spell Y item will delate?
  10. Permamently

    Solved Teleport back faster than others.

    @Limos You are the best, its working, thank you very much :) @edit I got one more problem if i use "exori mas teleport back" I will back to my main position it's true but after 5 seconds its teleporting me again :/
  11. Permamently

    Solved Teleport back faster than others.

    @xKrazyx It's not working like i wanted, its teleporting all back faster. @refresh
  12. Permamently

    Looking for Respect System (8.54)

    @Xikini Ok thanks bro :)
  13. Permamently

    Solved Teleport back faster than others.

    Hello I'm using this script for teleport players in area 1x1 then teleport them back: local function doTeleportBack(cid, tid, pPos, pos) if isPlayer(cid) then doTeleportThing(cid, pos, false) end if isPlayer(tid) then doTeleportThing(tid, pPos, false) end...
  14. Permamently

    Looking for Respect System (8.54)

    Yea it looks like that what i want but i don't know at all how to use it :/ Can you help me ? @Xikini
  15. Permamently

    Script - Item which allow use spell.

    Hello i'm looking for script which allow using spell for example if you got item called "Soul of Pain" you can use spell "rain of pain". If someone can do it for me or tell me how to do it I will be very grateful. :) ----------- @edit Nevermind that was so easy to wrtie, sorry for spam :/
Back
Top