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

    CreatureEvent Caustic Finale

    Good! give me some idea!
  2. Exedion

    Lua A function not work with monster

    bump again! - - - Updated - - - bump
  3. Exedion

    Znote Acc Conteidopago Payment System Request!

    Bump there!
  4. Exedion

    Znote Acc Conteidopago Payment System Request!

    idem, bump
  5. Exedion

    Lua A function not work with monster

    bump
  6. Exedion

    Lua A function not work with monster

    bump
  7. Exedion

    Lua A function not work with monster

    bump
  8. Exedion

    Lua A function not work with monster

    can you explain me better? it's because of that error does not work in monsters? - - - Updated - - - i fix the function like this function getCloserCreaure(position, key, radiusA, radiusB) local area, creatures = getArea(position, radiusA, radiusB), {} for i = 1, #area do local creature =...
  9. Exedion

    Lua A function not work with monster

    because add the creature at the center position in the table and always shows the creature at the center position as the closest, I wanted this creature be ignored
  10. Exedion

    Lua A function not work with monster

    bump
  11. Exedion

    Lua A function not work with monster

    some days ago, diath give me a function to get the closer creature in a area, with a radius based on center position, with that function i made my own one, and work very well with players, but with monsters give me a error: The function: function getCloserCreaurebyStorage(position, key...
  12. Exedion

    Need a script to get closer creature in the screen!

    I test and not work :/
  13. Exedion

    Need a script to get closer creature in the screen!

    really thanks! solved!
  14. Exedion

    Need a script to get closer creature in the screen!

    sorry for my bad english, if the closer creature has storage, the script return "nil" or return second closer creature without storage? storage values [setCreatureStorage(cid, key, value)] can be set in monsters?
  15. Exedion

    Need a script to get closer creature in the screen!

    example if the most closer creature have a storage, this return nil? or return the other second most closer creature without storage? ANOTHER QUESTION: storage value can be set in monsters?
  16. Exedion

    Need a script to get closer creature in the screen!

    I do not understand exactly, but this script just returns me a creature at once?
  17. Exedion

    Need a script to get closer creature in the screen!

    need a function to get closer creature in the screen, check if have a storage value, if not have, do the function, but if the closer creature have the storage, is ignored and get the second closer creature and so it continues according to the number of repetitions to be configured in the script
  18. Exedion

    Lua Dark Desintegration Quest

    Try this: local function changeBack(Pos) doTransformItem(getTileItemById(Pos, 8633).uid, 8635) end function onUse(cid, item, fromPosition, itemEx, toPosition) local storageplus = getPlayerStorageValue(cid, 62340) + 1 if(itemEx.itemid == 8635) then if getPlayerStorageValue(cid...
  19. Exedion

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    this give me error with libs!
Back
Top