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

    [Request]Onlook With Pvp Mode By Azi

    xD, i know if it is easier but i dont know sources or programming xD
  2. FeragonOnline

    [Request]Onlook With Pvp Mode By Azi

    when you look the player if pvp 0 send message to player He is Pvp Disabled and if pvp 1 He Is Pvp Enabled With the script of Azi
  3. FeragonOnline

    [Request]Onlook With Pvp Mode By Azi

    this is the function of the script by azi function getPlayerPVPMode(uid) local result = db.getResult("SELECT `pvpmode` FROM `players` WHERE `name` = '" .. getPlayerName(uid) .. "' LIMIT 1;") if(result:getID() ~= -1) then local mode = result:getDataInt("pvpmode") return mode else...
  4. FeragonOnline

    [Request]Onlook With Pvp Mode By Azi

    Example: function onLook(cid, thing, position, lookDistance) if(isPlayer(thing.uid) == true) then if (getPlayerPVPMode(cid) == 1 and getPlayerPVPMode(target) == 1) or isPlayer(target) == FALSE then else doPlayerSendCancel(cid, "He Is...
  5. FeragonOnline

    Optional Pvp Script[s]

    i have an error with new char town
  6. FeragonOnline

    Optional Pvp Script[s]

    why you do not use this?
  7. FeragonOnline

    Text Effect Clean text effect

    nice guida xenios +1 =P
  8. FeragonOnline

    Webdesign Edited Tibia Com Layout And Newcomer Image

    mm i dont know if it work with IE
  9. FeragonOnline

    Webdesign Edited Tibia Com Layout And Newcomer Image

    no, I was editing all with adobe photoshop
  10. FeragonOnline

    Webdesign Edited Tibia Com Layout And Newcomer Image

    Webpage Newcomer :thumbup:
  11. FeragonOnline

    Lua Demon Oak Quest Error

    it dont work =(
  12. FeragonOnline

    Lua Demon Oak Quest Error

    chek it
  13. FeragonOnline

    Action Working Demon Oak Quest

    what i need to repair it?
  14. FeragonOnline

    [8.54] Feragon Online Real Map Proyect

    yeah if you dont use the exe you can use your exe but you need the source xD
  15. FeragonOnline

    Lua Demon Oak Quest Error

    where i need to put the position on the script?
  16. FeragonOnline

    Action Working Demon Oak Quest

    i dont understand xD can you explain me?
  17. FeragonOnline

    [8.54] Feragon Online Real Map Proyect

    i dont know xD i need time
  18. FeragonOnline

    Lua Demon Oak Quest Error

    this is the position of the death tree 32716 32345 7 and this is the script: function onUse(cid, item, fromPosition, itemEx, toPosition) local onePerQuest = true local level = 120 local positions = { kick = { x = 32716, y = 32340, z = 7 }, summon = {...
  19. FeragonOnline

    Lua Demon Oak Quest Error

    bump
  20. FeragonOnline

    [8.54] Feragon Online Real Map Proyect

    click in the image
Back
Top