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

    Lever vocation for time

    omg, anyone? ):
  2. Drs1705

    Lever vocation for time

    I need a lever that can be pulled in a certain time, and give the player a vocation for 24 hours, the first player to pull receive this vocation and even relogue he will continue with it until the expiry of the time, who then try to pull will fail, only after 24 hours. Sorry, I am from another...
  3. Drs1705

    [Brazil][8.60] Rise of Elements - Elemental Spells

    Server with classes based on anime avatar the legend of Aang . Choose from the 5 classes . - Air Bender Faster the elements. - Bender Fire What has the most damage from the elements . - Earth bender The more balanced. - Bender Water The most powerful defensive and at the same time...
  4. Drs1705

    Lever vocation x time

    anyone? ;/
  5. Drs1705

    Lever vocation x time

    no work, in action nothing happens and globalevents onTimer bug ;/
  6. Drs1705

    Lever vocation x time

    bump
  7. Drs1705

    [Brazil][8.60] Rise of Elements - Inovation and Action 100% custom

    server now in dedicated server, lags fixed
  8. Drs1705

    Lever vocation x time

    An action that I want to use a lever the player won a vocation for a day, and gain one storage so that no one won this vocation. This lavanca can only be pulled in a set time in the day.
  9. Drs1705

    Lua Lever vocation x time

    An action that I want to use a lever the player won a vocation for a day, and gain one storage so that no one won this vocation. This lavanca can only be pulled in a set time in the day.
  10. Drs1705

    [Brazil][8.60] Rise of Elements - Inovation and Action 100% custom

    you do not understand the server gameplay, and probably only came out at level 2 and so players have no credibility to judge the server. Can not use spells because it folds armed elements with weapons in hand
  11. Drs1705

    [Brazil][8.60] Rise of Elements - Inovation and Action 100% custom

    the server is Brazilian so everything is in Portuguese, only way to proceed is playing
  12. Drs1705

    Solved Help with getPlayerSlotItem

    Solved, Rep+ if isPlayer(getThingfromPos(thing).uid) == TRUE then if not(getPlayerSlotItem(getThingfromPos(thing).uid, CONST_SLOT_ARMOR).itemid == 2505) then doPushCreature(getThingfromPos(thing).uid,getPlayerLookDir(cid)) end elseif isMonster(getThingfromPos(thing).uid) == TRUE...
  13. Drs1705

    Solved Help with getPlayerSlotItem

    Still only pushes player, monsters are not pushed local function UM(cid) pos = getPosfromArea(cid,arr1) n = 0 while n < #pos do n = n+1 thing = {x=pos[n].x,y=pos[n].y,z=pos[n].z,stackpos=253} if hasSqm(pos[n]) then if getTilePzInfo(pos[n]) == false then if...
  14. Drs1705

    Solved Help with getPlayerSlotItem

    working, thanks , rep+ edit not pushing the monsters = / while n < #pos do n = n+1 thing = {x=pos[n].x,y=pos[n].y,z=pos[n].z,stackpos=253} if hasSqm(pos[n]) then if getTilePzInfo(pos[n]) == false then if isPlayer(getThingfromPos(thing).uid) == TRUE then if...
  15. Drs1705

    Solved Help with getPlayerSlotItem

    Player not found
  16. Drs1705

    Solved Help with getPlayerSlotItem

    I want to check if the target has this armor inside that function local function UM(cid) pos = getPosfromArea(cid,arr1) n = 0 while n < #pos do n = n+1 thing = {x=pos[n].x,y=pos[n].y,z=pos[n].z,stackpos=253} if hasSqm(pos[n]) then if getTilePzInfo(pos[n]) == false then if...
  17. Drs1705

    Solved Help with getPlayerSlotItem

    if (getPlayerSlotItem(cid, CONST_SLOT_ARMOR).itemid == 2505) then How to put instead of checking if the player itself is using the armor, the player who is hit be checked? He is not a target, it will be checked in the field of magic.
Back
Top