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

Search results

  1. 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...
  2. 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...
  3. 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 =...
  4. 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...
  5. A

    My Gold Nugget Script

    Gave up -.- Close please
  6. A

    Set all players storage value

    Hey guys, new to this site so sorry if this is in the wrong section, and just wondered if there is any function to change every character on the database's storage value of a certain id to a new value? kind of like setGlobalStorageValue() But So they have individual values after this has been...
Back
Top