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

  1. Singed

    Action Moving Boat

    I don't code with Lua very much but someone asked for a modification to get the boat to go down a waterfall (facing south) and i kind of hacked it together to make it work. This code is as is, so if you can't get it working i'm sorry. -- Moving Boat by Limos local config = { endborders =...
  2. Singed

    Lua Moving Boat Small edit, Pictures Attached

    I'm don't use Lua very much so I'm sure someone else can probably do this cleaner, but I made some modifications and it seems to work. -- Moving Boat by Limos local config = { endborders = {4644, 4646}, speed = 300, ignorefirstborders = 1 } local fight =...
  3. Singed

    Lua is there a function

    never mind i think i got it.
  4. Singed

    Lua is there a function

    So what if i want them to only gain lvls if they are in a normal pvp zone, like if they are in the arena they won't gain lvl, and if they are in pz they won't gain lvl either?
  5. Singed

    Lua is there a function

    kk, so just to ratify, if i want it to not work when they are in the pvp arena i would say if not getTileInfo(getThingPos(cid)).pvp then Correct?
  6. Singed

    Crash on Run Time, while loading map

    Holy Crap nice Picachu, lets see how this goes :D
  7. Singed

    Crash on Run Time, while loading map

    I already, did that. And still did the same thing, i had to uninstall and go back to my old one to get it up and running :S Maybe i set it up incorrectly, anyone know how to set up the Comodo firewall?
  8. Singed

    Lua is there a function

    TFS 0.3.5 and i mean when you are in the map editor you choose pvp tile so that when people die they get tped to temple instead of dying
  9. Singed

    Crash on Run Time, while loading map

    Alright i'm having an issue right now with my server I'm getting this error when i try to run the server, It was working perfectly 10 minutes ago, then i installed a new firewall and set it up, and now it won't run. Any help will be greatly appreciated! Uploaded with ImageShack.us
  10. Singed

    Lua is there a function

    mm, so if i wanted the pvp script to only work on regular pvp tiles what should i put? i'm not sure i'm getting the table thing
  11. Singed

    Lua is there a function

    To check for the type of tile a person is standing on? for example if you are standing on a pztile, or a pvp tile, or a non pvp tile i'm sure there is, but if there isn't how would you script it? :ninja:
  12. Singed

    [Suggestions & Ideas] Post your script Idea!

    What about a spell, for druids, its just like exura sio but instead of healing once, it heals x amount each second for 10 seconds.
  13. Singed

    Lua Apocalypse Spells

    no1?
  14. Singed

    Lua Apocalypse Spells

    Either way, the spell isn't fixed, it sstill ccrash the server if you die before it finishes casting
  15. Singed

    Lua Apocalypse Spells

    i can do that, and just be able to re do it, or i can try and learn and understand why he did it.
Back
Top