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

    Old Famous People On Otland

    What makes you think I am n-- candlejack on my br
  2. Santy

    Old Famous People On Otland

    Stop whining
  3. Santy

    Another day of boredom turns into a fun creation!

    Cool.; Wanna share? Does it work with area codes or how?
  4. Santy

    OTMapeditor All Versions

    GJ reviving a 2 year old thread
  5. Santy

    Challenge #15 Dragon

    Nether dragon, looks epic. Working fdor a server, are you?
  6. Santy

    Full source edit server.

    Not to mention the incessant innecessity for doing so, when you have such a nicely built LUA environment to handle movement and other typely requests from the client.
  7. Santy

    Full source edit server.

    Well, obviously
  8. Santy

    New Server ERA

    Alright. Then maybe try to get a more indepth final outcome before you come running to show us :P
  9. Santy

    New Server ERA

    I edited my post. Try to make it smoother by making more arithmetic code and not just for the heck of it
  10. Santy

    New Server ERA

    Works so bad tho lol. |Shouldn't it be: Turn->throw(moredmg)->turn->throw->loop for cardinality
  11. Santy

    Add some thing ;)

    local config = { {pos = {x = 979, y = 975, z = 7}, itemid = 2001}, {pos = {x = 971, y = 975, z = 7}, itemid = 2002}, {pos = {x = 970, y = 981, z = 7}, itemid = 2003}, {pos = {x = 979, y = 981, z = 7}, itemid = 2004} } function deleteTeleport(tpUid) doRemoveItem(tpUid) end function...
  12. Santy

    Necronia - Discussion

    Isn't OTClient compilable for *nix derived OS? If so, Mac shouldn't be a problem I don't like Mac all the much, though.
  13. Santy

    [France] Flameria 7.4 Highrated ANTIBOT ADVANCED SHARE/TASK SYSTEM FRIDAY 13TH 20:00 REGISTER NOW!

    Sounds good, but with such an oddly natured release date who might wonder the bringings of this. haha gl.
  14. Santy

    Old Famous People On Otland

    @Colandus nate 2
  15. Santy

    Looking for an old server file "Merania"

    It was a nice war map.
  16. Santy

    Puzzling thing

    Thanks for the LUA rules refresh, but my script is actually more efficient if you fix the different syntax errors. I'll leave it to you to figure why mine uses cid. *ehm* spawns[spawnid[cid]] *ehm*
  17. Santy

    Looking for an old server file "Merania"

    Wasn't it 7.6? With a port-hope kind of themed island
  18. Santy

    [Request] 'Informational Window' when hover mouse over item

    Probably by adding a showItemInformation() module to the OTC communication issue through servers protocolgame method for doSendTextMessage and GetTileDescription. Interesting concept, I will put some work into it later on.
  19. Santy

    Talkaction/Action

    doPlayerAddSkill(cid, id) ? sons, i am disappoint
  20. Santy

    Puzzling thing

    Kk you could also make the code more efficient with real statistical % (untested) for _,prc in ipairs({100,90,80...}) do e=(maxHealth*prc) / 100 if health<=e then spawn() end end
Back
Top