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

    Help object custom light

    I added "light blue" in blue spell wand and normal light in star amulet, but now. just work in ground... don't work in arrows slot or necklace slot... anyone can help me? and i want infinity duration
  2. armyman

    Help with this Task Script

    Thanks so much !!
  3. armyman

    Script Premium Bridge Rook (avesta)

    this? function onStepIn(cid, item, topos, x:32061,y:32192 z:7) local n = topos.x + 3 return getPlayerPremiumDays(cid) == 0 and doRelocate(topos, n), doSendMagicEffect(n, 12) end function onAddItem(item, tile, x:32061,y:32192 z:7) local n = position.x + 3 return...
  4. armyman

    Help with this Task Script

    OnKill Script function onKill(cid, target) local tasks = { ["rat"] = {killsRequired = 100, storage = 9001}, ["minotaur"] = {killsRequired = 5000, storage = 9002}, ["ghoul"] = {killsRequired = 600, storage = 9003}, ["cyclops"] = {killsRequired = 500, storage...
  5. armyman

    Add new function server 7.4

    My client is 7,72
  6. armyman

    Add new function server 7.4

    I can't walk with right click in my server ( avesta ) the character don't move
  7. armyman

    Add new function server 7.4

    If you use "classic control" u can walk with right mouse button, u can move your character if u click on screen
  8. armyman

    Script Premium Bridge Rook (avesta)

    well line 2 and 6 is the same x,y,z position
  9. armyman

    Script Premium Bridge Rook (avesta)

    Line 6 is where the player go be teleported if don't have premium? Line 2 is position of tile?
  10. armyman

    Script Premium Bridge Rook (avesta)

    Anyone have this script please? :(
  11. armyman

    Help with this Task Script

    Hello Friends, anyone can help me with my Task Script? Imgur: The most awesome images on the Internet The msg of Creatures Killed is showing up on my screen... can i do the msg only show in my default channel? NPC SCRIPT local keywordHandler = KeywordHandler:new() local npcHandler =...
  12. armyman

    Script blood to enter in Poi

    Working thanks !
  13. armyman

    Script blood to enter in Poi

    I can't use the vial of blood under gravestone, I put in gravestone with RME uniqueid 4652 in movements <movevent event="StepIn" uniqueid="4652" script="poh/blood.lua" /> in script function onAddItem(moveitem, tileitem, pos, cid) if moveitem.itemid == 2016 and moveitem.type == 2 then...
  14. armyman

    Script blood to enter in Poi

    It's work in avesta 7.4? i tryied
  15. armyman

    Script blood to enter in Poi

    What are wrong? don't work :/ i want use a vial of blood in gravestone sqm and be teleported function onStepIn(cid, item, position, fromPosition) blood = {x=32793, y=32333, z=9, stackpos=1} getsangue = getThingfromPos(blood) if isPlayer(cid) and item.uid == 4652 and...
  16. armyman

    Problems vial disappear

    Thanks you so much !
  17. armyman

    Problems vial disappear

    Anyone can help me, after i use mana fluid the vial disappear, i want vial empyt in my server... Fluids.lua local exhaust_heal = createConditionObject(CONDITION_EXHAUST_HEAL) setConditionParam(exhaust_heal, CONDITION_PARAM_TICKS, 1000) local poison = createConditionObject(CONDITION_POISON)...
  18. armyman

    Add new function server 7.4

    It's possible add new function in server 7.4 to walk with right clicks?
  19. armyman

    Items Editor for 7.4

    I want please :) i need it
  20. armyman

    Npc system

    OTHER NPC TEST Imgur: The most awesome images on the Internet NPC XML <?xml version="1.0" encoding="UTF-8"?> <npc name="Captain Seahorse" script="data/npc/scripts/barco_edron.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="129" head="19" body="113" legs="95"...
Back
Top