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

    Tasks stroage

    Thanks, I still can't understand where is my problem, in which part in the script. :( Sorry for stupidity.
  2. Activity

    Ramadan kareem

    Ramadan Kareem guys, just calm down :P we all respect each other, there isn't a way to be racist ;) i believe in freedom so everyone do whatever he want.
  3. Activity

    Tasks stroage

    Sorry, i can't understand, i'm still beginner with lua.
  4. Activity

    Tasks stroage

    may someone help me out with this please ;'(.
  5. Activity

    Tasks stroage

    I didn't try to work with storage values before so i tired with missions tasks @Limos to reset time everyday and that's what happened https://otland.net/threads/npc-mission.211063/page-6#post-2346190
  6. Activity

    Private CHAT

    got it ;( thanks. https://otland.net/threads/channels-xml-private-chat-channel-question.224152/#post-2242862
  7. Activity

    Private CHAT

    oh yea but how can i do it for free chars too? :D.
  8. Activity

    Private CHAT

    I've found a weird bug yesterday with my ots, when i checked my channels yesterday i couldn't find Private Chat Channel with my char, it may help you to find out what is the problem, I'm using Cast system (elf one) tfs 0.4
  9. Activity

    Special Paladins Manarune!

    Use search tool it is very useful or google.
  10. Activity

    NPC Mission

    Bump ^ may someone check out, what is the problem ,please?
  11. Activity

    Windows Promote item bug

    try this one. function onUse(cid, item, fromPosition, itemEx, toPosition) local promo = getPlayerPromotionLevel(cid) if promo < 1 then doPlayerSetPromotionLevel(cid, 2) doCreatureSay(cid, "You are Epic Master Sorcerer now!", TALKTYPE_ORANGE_1) doRemoveItem(item.uid, 1) else...
  12. Activity

    NPC Mission

    bump.
  13. Activity

    Windows Promote item bug

    had this problem before and this is the solve Use doPlayerSetPromotionLevel instead of using doPlayerSetVocation
  14. Activity

    Remove Charges

    Well, i gonna try it when i get home, thanks. EDIT: but if i did removeWeaponCharges that won't remove Charges when i attack with the weapon, @heba .
  15. Activity

    Remove Charges

    I think its the issue. @heba Lol told you all spells that depends on skills like exori con/exori hur/exori mas ETC all knight/pally spells.
  16. Activity

    Remove Charges

    I'm Using this tfs. http://www.mediafire.com/download/50ro89m8imh9wdi/trunk.r3884.7z
  17. Activity

    Remove Charges

    @heba @Zothion My problem is that when i cast skills spells like exori hur/mas etc its remove charges from my weapon without attacking in a creature what i need is not remove charges from my weapon when i cast skills spells and my video explains what is the problem.
  18. Activity

    Remove Charges

    bump
  19. Activity

    Remove Charges

    I've uploaded a video that explain what i'm saying
  20. Activity

    Website

    It will be creaturescript , onAdvance.
Back
Top