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

Search results

  1. demonrage

    Put item check on this npc

    Hello guys, could someone help me set this NPC to ask for an item when it resets. otx2 Npc: local config = { minlevel = 800, --- initial level to reset price = 10000000, ---initial price to reset priceByReset = 10000000, --- price added per reset maxresets = 5...
  2. demonrage

    help putting check in this script?

    Can someone help me here, to put some check on not moving the item from the equipped slot, while the summoned pet is on the map. otx2 Script: local itemsBlocked = {12345} local function isItemEquippedInSlots(cid, uid) for slot = 1, 10 do if slot ~= 3 and getPlayerSlotItem(cid...
  3. demonrage

    How can I add a check to this action, so as not to throw the item on the ground when using it.

    I'm using otx2 8.60 Code: function onUse(cid, item, frompos, item2, topos) local dolls = { [12179] = {pet = "[Pet] Demon"}, } local go = dolls[item.itemid] local summon = getCreatureSummons(cid) local slotForUse = CONST_SLOT_AMMO local item = getPlayerSlotItem(cid, slotForUse)...
  4. demonrage

    how to add new attributes in that script ?

    Hello, I added new attributes to items; criticalHitChance, dodgeChance, lifeAbsorb, manaAbsorb, lifeLeech, manaLeech and I would like to implement them in this slots system, how can I do that? I use otx2 Action: --[[ Slot system 100% by mock \o ]] ---Config local conf = {...
  5. demonrage

    high cpu usage

    I'm using tfs 0.4 rev 3996 , and when I reach + 120 players online, the cpu usage increases a lot, I would like to know how to solve this? my vps : 4vcpu 6gb ram
  6. demonrage

    Can someone adapt this code to 0.4?

    in this tutorial, the author teaches how to put damage/healing/exp, etc.. by %.. however I would like it to be by "kk" that is damage = 1200 = 1.2k / 12500 = 12.5k etc.. thanks! LINK: https://otland.net/threads/0-4-all-heal-damage-in-percentage.283685/
  7. demonrage

    Put evolution levels in this pet action? plss

    hello, I have this simple action script, where when clicking on the item a pet is summoned.. but I would like, if possible, to put another item to evolve it ex: when using a stone he gains levels, and also gains strength, life .. etc. tfs: 0.4 Script: function onUse(cid, item, frompos...
  8. demonrage

    report servers 'pokemon server'

    all these servers enter the category 'pokémon server' and are online messes without being banned, I hope the punishment is immediate because it is infringing the rules of the site. https://otservlist.org/search/fe62b7b785afc24bfb4c94baeefe8e27
Back
Top