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

  1. A

    [Lua] Find Creatures And "Despawn"

    Thank you so much :)
  2. A

    [Lua] Find Creatures And "Despawn"

    Hey! I have run into a problem with my script that is I'm not sure if this is even possible but does anyone know if it is possible for a script to search from a position {x = 1, y = 1, z = 1} to position {x = 100, y = 100, z = 7} for any and all creatures and either remove them, or kill and then...
  3. A

    OpenTibia Remere's Map Editor for Mac OS X

    Thanks for sharing! Works perfectly bar Mods, any idea how to load Mods on Mac? Found the Ext folder inside the App but no Ext work inside the map editor :/
  4. A

    (Help) Check Item, Remove Item, Then Functions(Wont Work)

    If you trying this with 16 or more it won't work, the script is looking for ONLY 15, i think you need to use this: if getPlayerItemCount(cid,2160) >= 15 then You have just forgot to add the function at the top right? As its missing too :?
  5. A

    REQUEST LUA Script: Edible soulorb to regain soul points

    In bed on phone at the moment but tomorrow afternoon when I get off work ill quickly mock up a soul eating script for your trainers if you need one not too difficult :)
  6. A

    REQUEST LUA Script: Edible soulorb to regain soul points

    Hey man, i thought id quickly make one for you. Haven't tested it though! I made it check to see if the player is at max soul points first, to make sure they didn't "waste" orbs. If you didn't want this then ill post different one when i check back ^^ Add this line into actions.xml: <action...
  7. A

    Action Meeting Stones (WoW Style)

    Thank you :) I will update to add new areas to database so a player cant have more than 1 invite, etc... without using any storages, will upload when i get a chance to make it. Also i just hoped that it meant there was no one who knew either what i wanted or how to do what i wanted avalable to...
  8. A

    Tables help

    Sorry for double post, but wanted to ask for topic to be closed. Taught myself how-to in the end. What i was talking about i made and posted here: http://otland.net/f81/meeting-stones-wow-style-197185/
  9. A

    Action Meeting Stones (WoW Style)

    Well i requested help building tables as never done them on the support board but never got a reply, so i taught myself ^^. I figured out how to do what i wanted to so i thought i would share with everyone what i made incase anyone else needs something like this. Welcome to use / modify to your...
  10. A

    Tables help

    Hey guys, i'm trying to write a script to find out where a player has used an item essentially from a list of possibilities. My config example: local Zones = { [1] = { Name = "One", StonePos = {x = 0, y = 0, z = 0}, GoTo = {x = 0, y = 0, z = 0}, }, [2] = { Name = "Two", StonePos = {x = 0, y =...
  11. A

    Storage Check, Teleport Script

    Thanks Limos :D Exactly what i needed! +Rep!
  12. A

    Storage Check, Teleport Script

    Hey guys, was wondering if anyone would be able to help me make a script? Basically i needed something that checks a players Storage Value onStepIn, and depending on the value teleport a player to a possition. For example. Storage ID 666011, then Values 001,002,003,004,005,006,007,008,009,010...
  13. A

    My Gold Nugget Script

    Gave up -.- Close please
  14. A

    Set all players storage value

    Cool thanks alot ill test later when im @ home and let you know how i get on :D
  15. A

    Set all players storage value

    Ah yea i could do that but i wanted it a weekly thing so its a repeatable "quest" but that will reset for all players in my database on the same day at the same time :L Is this possible within LUA? Like a function to just mass reset storage? or would i have to make my host server run a CMD to...
Back
Top