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

  1. demonrage

    otcv8 black screen bug with extended view

    Are you referring to the OTB item or the XML item?
  2. demonrage

    otcv8 black screen bug with extended view

    I tried, but it didn't work... the problem persists.
  3. demonrage

    otcv8 black screen bug with extended view

    1782921577 I'll try this.
  4. demonrage

    otcv8 black screen bug with extended view

    I think so. It used to work fine before... now it's having this problem. I don't know if it's a glitched item on the map or if it's completely bugged out. 1782920061 The only error that appears in the console: ERROR: failed to decompress message at: [C++]: ?internalRecvData@Protocol@@AAEXPAEI@Z
  5. demonrage

    otcv8 black screen bug with extended view

    When I use the extended field of view, the game crashes and the screen goes black in certain areas of the map; I have to keep relogging and leave that area for things to return to normal. This doesn't happen in classic view mode.
  6. 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...
  7. demonrage

    help putting check in this script?

    it didn't work
  8. demonrage

    help putting check in this script?

    how can I do this?
  9. 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...
  10. 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)...
  11. demonrage

    how to add new attributes in that script ?

    up ! pls
Back
Top