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

    Lua NPC Teleport (OTX)

    I would like this teleport NPC vip vip is only those who type for storage since my server has two types of vip local cities = { ['treiners'] = { pos = {x = 1988, y = 1595, z = 7}; level = 250; }; ['teleports'] = { pos = {x = 1912, y = 1594, z = 7}...
  2. ADM24horas

    Lua addon click all

    up
  3. ADM24horas

    Lua addon click all

    where I put in the script?
  4. ADM24horas

    Lua addon click all

    someone could explain to me happens to improve this script, since I do not know much about, .lua function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 11138 then if getPlayerStorageValue(cid,525250) <= 0 then...
  5. ADM24horas

    Lua addon click all

    Anyone know me know if there is a script, which for example addon doll by clicking on it you get all server addon in just one click.
  6. ADM24horas

    Lua check name if the player already has vip

    like this? http://prntscr.com/9oiwol local function removeGuy(cid) if isPlayer(cid) then doRemoveCreature(cid, true) end end function onUse(cid, item, fromPosition, itemEx, toPosition) if (not getTileInfo(getThingPos(cid)).protection) then...
  7. ADM24horas

    Lua check name if the player already has vip

    Loading actions... [Error - LuaInterface::loadFile] data/actions/scripts/vip/epicvip4.lua:33: 'end' expected (to close 'function' at line 1) near '<eof>' [10/1/2016 19:2:26] [Error - Event::checkScript] Cannot load script (data/actions/scripts/vip/epicvip4.lua) [10/1/2016 19:2:26]...
  8. ADM24horas

    Lua check name if the player already has vip

    hello imkingran you know correct a small error in the script, if I relog when to activate the item from this error in the distro [10/1/2016 15:7:55] [Error - Action Interface] [10/1/2016 15:7:55] In a timer event called from: [10/1/2016 15:7:55] data/actions/scripts/vip/epicvip.lua:eek:nUse...
  9. ADM24horas

    Exori Gran Mas spell request

    someone has the script of this spell? http://prntscr.com/9m7ubm http://prntscr.com/9m7vfj
  10. ADM24horas

    Lua Quest script

    yes , kkkkk
  11. ADM24horas

    Lua Quest script

    I think you do not understand me, but ultimately could fix my script? Loading actions... [Error - LuaInterface::loadFile] data/actions/scripts/freeset1.lua:3: 'end' expected (to close 'function' at line 1) near 'elseif' [7/1/2016 18:27:20] [Error - Event::checkScript] Cannot load script...
  12. ADM24horas

    Lua Quest script

    up
  13. ADM24horas

    Lua Quest script

    I have not managed to create a quest to receive these image items I've tried some scripts nothing http://prntscr.com/9mwiyn
  14. ADM24horas

    Lua check name if the player already has vip

    Nice GOOD, Tranks , tranks :)
  15. ADM24horas

    Lua check name if the player already has vip

    thank worked perfectly, if not asking too much you could put just for use in the area pz?
  16. ADM24horas

    Lua check name if the player already has vip

    anyone can put to correct the problem for example if I use the scroll VIP 2 times the dummy name will be [VIP] [VIP] Name function onUse(cid, item, fromPosition, itemEx, toPosition) local config={ removeOnUse = "yes" -- remover quando usar ("yes" or "no") } local days = 30 -- dias que serão...
  17. ADM24horas

    Lua script [VIP]

    so I did a itemid hear nothing more named VIP
  18. ADM24horas

    Lua script [VIP]

    up
  19. ADM24horas

    Lua script [VIP]

    you can write more formally because I do not understand much English UP
  20. ADM24horas

    Lua script [VIP]

    I added as action and nothing happened , no error gave http://prntscr.com/9hshru
Back
Top