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

    Lua NPC who teach spells

    This NPC will teach spells to vocation = 1, how can I set vocation 1 and 5? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid)...
  2. LucasFerraz

    Feature [creatureEvent] onMove very advanced

    How can I save this house? Player who is moving item can or not be owner of this house. function onMoveItem(cid, item, formPosition, toPosition, fromItem, toItem, fromGround, toGround, status) if (getTileInfo(fromPosition).house) then --doSaveHouse({getHouseByPlayerGUID(getPlayerGUID(cid))})...
  3. LucasFerraz

    Remere's Map Editor 9.80/9.81

    Great!
  4. LucasFerraz

    Remere's Map Editor 9.80/9.81

    Missing Map Tracker 9.80 too :(
  5. LucasFerraz

    [9.6] Realmap V3

    I will try to release v4 - I do not have a computer so I have to do it in my job
  6. LucasFerraz

    Solved Add two fuction on haste spells?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_HASTE) setConditionParam(condition, CONDITION_PARAM_TICKS, 33000)...
  7. LucasFerraz

    CreatureEvent Perfect Vip System 100%

    ALTER TABLE `accounts` ADD `vip_time` INT(15) NOT NULL
  8. LucasFerraz

    Guild Leaders Channel (9.X and 8.6)

    Oh sorry, I'm using channel 11.
  9. LucasFerraz

    Guild Leaders Channel (9.X and 8.6)

    I did what is in main post ._.
  10. LucasFerraz

    Guild Leaders Channel (9.X and 8.6)

    I tested and non-leaders can write in the channel, same to non-guild-members
  11. LucasFerraz

    How to detect which items are cloned

    I can help you testing if you want
  12. LucasFerraz

    How to detect which items are cloned

    OMG, Amazing, will u share it for free or paid?
  13. LucasFerraz

    How to detect which items are cloned

    Isn't better do everything in C++ Before server loads?
  14. LucasFerraz

    How to detect which items are cloned

    Duplicated itens must be deleted only if server is offline right?
  15. LucasFerraz

    How to detect which items are cloned

    If its disappeared its not in database lol
  16. LucasFerraz

    How to detect which items are cloned

    Gesior.pl can you please post the globalevent that check duplicated serials?
  17. LucasFerraz

    How to detect which items are cloned

    Is it working fine Darkhaos?
  18. LucasFerraz

    How to detect which items are cloned

    It will be perfect if we 'know' all vip itens then we just have to search for them (no big cost to cpu)
  19. LucasFerraz

    How to detect which items are cloned

    What if create a new column in DB and set serial there?
Back
Top