• 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!

Recent content by domciacho

  1. D

    NPC console error

    Hi Error message a problem in the function openShopWindow Try This function onCreatureSay(player, type, message) if type == TALKTYPE_PRIVATE and message:lower() == "open shop" then openShopWindow(player:getId(), 1) return true end return false end function...
  2. D

    Weapon problem

    Mateus also inspired me a bit, so I modified the script a bit. local function createDamageCondition(min, max, interval, effect) local condition = createConditionObject(effect) condition:setParameter(CONDITION_PARAM_DELAYED, interval) addDamageCondition(condition, min, max, -100)...
  3. D

    [POLAND][8.60] Roxor1337 Come Back / Map Custom Roxor

    Update ! Now You Can Make Reborn Characters for 1000 LEVEL Only 3x !! If make Reborn Characters then your Characters have 3x More HP and 3x More Mana !! Power Characters !
  4. D

    [POLAND][8.60] Roxor1337 Come Back / Map Custom Roxor

    Fixed House Aleta Som Aleta Sio Working Add New Light World :) Fixed Move Monsters Add New Logo Roxor1337 <3
  5. D

    [POLAND][8.60] Roxor1337 Come Back / Map Custom Roxor

    New Update 06.11.2023 !! New Spells for 500 level !
  6. D

    BYSmaps ~~Gallery

    Bro is Nice ;)
  7. D

    [POLAND][8.60] Roxor1337 Come Back / Map Custom Roxor

    Add New Runes !! Super UH 300 Level !! Super Manarune 300 Level !! Super Paladin Rune 300 Level !! Add New Effect !! Show health/mana Add new Quest for 600 LeveL Special Ground Quest !
  8. D

    AAC [ERROR] Out of range value for column 'create_ip' at row 1

    ALTER TABLE accounts MODIFY create_ip VARCHAR(15); Insert IP Address: Once the data type is correct, you can insert the IP address as a string with single quotes around it, like this INSERT INTO accounts (name, password, premdays, lastday, email, key, group_id, create_ip, create_date...
  9. D

    [POLAND][8.60] Roxor1337 Come Back / Map Custom Roxor

    Fixed all damage you can checking :) Update : Discord Roxor1337.pl : Dołącz do serwera Roxor 1337 na Discordzie! (https://discord.gg/vCeGqkhe) Add New Quest Roxor Boots for 350 levels. Add New Task System !
  10. D

    TFS 1.X+ I have doubts about onMoveItem or another function tfs 1.4.2

    check local config = { itemUse = 8301, itemTarget = 2400, effect = CONST_ME_MAGIC_RED, removeItem = false, } local action = Action() function onEquipWeapon(player, item) local swordSkill = math.random(1, 10) -- Random skill value for sword local axeSkill =...
  11. D

    TFS 1.X+ I have doubts about onMoveItem or another function tfs 1.4.2

    Try this local config = { itemUse = 8301, itemTarget = 2400, effect = CONST_ME_MAGIC_RED, removeItem = false, } local action = Action() function action.onUse(player, item, fromPos, target, toPos, isHotkey) if target.itemid == config.itemTarget then if...
  12. D

    TFS 1.X+ I have doubts about onMoveItem or another function tfs 1.4.2

    You can create separate scripts for rare, epic, and legendary item upgrades by duplicating this code and adjusting the logic for each specific item type. Customize the logic inside the onUse function according to your needs for each item type. Try This local config = { itemUse = 8301...
  13. D

    [POLAND][8.60] Roxor1337 Come Back / Map Custom Roxor

    Join the Ultimate Adventure at Roxor1337.pl Calling all avid gamers to the incredible world of Roxor1337! Our server is the epitome of FUN with a balanced yet thrilling gaming experience. With numerous diverse hunting grounds, and an expertly managed community, Roxor1337 promises an...
  14. D

    Linux How to secure a Linux server

    It's very nice that you wrote down some more valuable advice, we would like to say hello
  15. D

    Lua Script Resets System (otx2- Clinet 8.60)

    Have Open Soruce haha use npc reborn what ? Okay Using this xd
Back
Top