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

    Lua script to auto teleport char to X coords at x lvl

    in the creatureevent you need "Scriptname.lua" bcs its a lua file yes.
  2. T

    Lua Script error

    ondeath
  3. T

    Lua Script error

    try
  4. T

    Compiling Its possible?

    Just put it in the file where you cant be named "god" etc and put the ' as invaild name:P
  5. T

    Windows [Request] Teleport on use item

    function onUse(cid, item, frompos, item2, topos) playerpos = getPlayerPosition(cid) newpos = {x=XXX, y=YYY, z=Z} if item.uid == XXXX then if hasCondition(cid, CONDITION_INFIGHT) ~= 1 then getThingfromPos(playerpos) doTeleportPlayer(cid, newpos) else doPlayerSendTextMessage(cid,"You must...
  6. T

    Windows [Request] Teleport on use item

    function onUse(cid, item, frompos, item2, topos) playerpos = getPlayerPosition(cid) newpos = {x=XXX, y=YYY, z=Z} if item.uid == XXXX Then getThingfromPos(playerpos) doTeleportPlayer(cid, newpos) end end Btw use the "request" board next time :)
  7. T

    Lua Return true/false

    ye its the exact same script?
  8. T

    Lua Positions

    post your script..
  9. T

    Lua Error order.lua script

    post data/actions/scripts/order.lua
  10. T

    Lua Demon (goblin) "addmonster"

    Did you add it in monsters.xml?
  11. T

    ERROR: Couldn't estabilish connection to SQL database

    If you just going to TEST the maps then u can use xamp if you got trubles with uniserv. not to recomend thou ^^ EDIT: sorry didnt read u already tested it.
  12. T

    Lua 2 Scripts needed.

    doRemoveItem(cid, 2694, 1)
  13. T

    Compiling Can open charlist but cant login in character! HELP

    Any errors in the console? i think you miss some in ´playes´ or some tables are not the same as the server (wrong sql)
  14. T

    (HELP) Need script to make an tile from where you can't push anyone.+

    for level doors use action id from 1001-1999 etc if actionid of the door is 1001 you need level 1 if actionid = 1999 then you need level 999.
  15. T

    Lua Command !go

    outfit = getCreatureOutfit(cid) to outfit = getPartyLeaderOutfit(cid) smth like that...
  16. T

    Lua Question regarding Player Storage ID Values.

    I dont think it wont be if you only going to have it as storagevalue. but if you enter the same action/unique id in two places in the action.xml then it wont work. so check there before.
  17. T

    Lua Question regarding Player Storage ID Values.

    Its no problems.
  18. T

    Connection problems when i login!

    Alright.. i never had this problem or heard about it before. But when i connect to my server from another pc then the host pc, then other players will get kick and cant enter my server again. until i loggout from the game again. (takes a few min thoug) Please help me!! Info that might...
  19. T

    CreatureEvent Killed monsters counter!

    I added all monsters from Tibia - Free Multiplayer Online Role Playing Game - Library to this script. local monsters = { ["Acid Blob"] = 35000, ["Acolytes Of The Cult"] = 35001, ["Adepts Of The Cult"] = 35002, ["Amazon"] = 35003,"] = 35003, ["Ancient Scarab"] = 35004, ["Assassin"] = 35005...
  20. T

    Lua Need help!!

    Alright i get this error in console. i do get that i miss the function. But i dont know function for it. Lua Script Error: [Npc interface] data/npc/scripts/bank.lua:onCreatureSay data/npc/scripts/bank.lua:81: attempt to call global 'doPlayerSetBalance' (a nil value) stack traceback...
Back
Top