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

  1. H

    Custom Client

    Custom client -> http://vapus . net/customclient Less than 5 minutes and your custom client is done :)
  2. H

    Lua NPC Script

    Yes, i didn't know abou it..
  3. H

    Lua NPC Problem

    Fixed, i'm so idiot..
  4. H

    Lua Npc Script

    Yes, 0.3 but i solved that.
  5. H

    Lua Npc Script

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} local storage = 100168 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  6. H

    Kazordoon MAp

    Hello, Somone here has shard of corruption map and can post that free?
  7. H

    Lua Quest Log The New Frontier

    Anyone , have quest log for the new frontier quest? Thanks.
  8. H

    Lua Random Actionid in tiles

    How i can add actionid in a position .. Example :A = x = 122 y = 200 z = 3, B = x= 1223 y =2233 z =2, i need match random actionid between A and B ?How i can do that?
  9. H

    Lua You cannot use this object

    I fix that, the problem is if uniqueid i dont know why but the uniqueid is bugging that.
  10. H

    Lua You cannot use this object

    Yes No , have any error. I already try if OTX, TFS 5975 and have the same problem.
  11. H

    Lua You cannot use this object

    This script doesnt work .. have only this message "You cannot use this object" function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) local effectpos = { {x=pos.x+1,y=pos.y-1,z=pos.z}, {x=pos.x-1,y=pos.y-1,z=pos.z}...
  12. H

    Selling Real Datapack 8.60 With Questlogs and Missions!

    When you will finish the wrath emperator?
  13. H

    Lua Use one item per place

    No, i need back all storage of item.uid to -1 ? How i can do that?
  14. H

    Lua Use one item per place

    Thanks limos, work fine.. - - - Updated - - - Limos, other doubt to restore this storage to -1 , i can use isinarray? ou setPlayerStorageValue(cid,item.uid , -1) in the npc?
  15. H

    Lua Use one item per place

    Like that? local table = { [] = {storage = 1} } for k,v in pairs do if item.uid == k then if getPlayerStorageValue(cid,77878) <= 8 then setPlayerStorageValue(cid, v.storage, getPlayerStorageValue(cid,v.storage) + 1) doSendMagicEffect(toPosition,31) end end end
Back
Top