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

    Lua Easy creaturescript

    How can I locate the proper skill SKILL_LEVEL?
  2. L

    Tomex Of Guardia

    I find it funnier that evil puncker got deleted AGAIN xD
  3. L

    Lua Easy creaturescript

    Still nothing, waaaaah. Appreciate the help regardless :)
  4. L

    Lua Easy creaturescript

    Still recieving no message
  5. L

    Lua Easy creaturescript

    sorry, It does nothing now. Do you think this is the reason? enums.h That there is no skill for experience? But however, in enum levelTypes_t { There is LEVEL_EXPERIENCE (which i've already tried)
  6. L

    Lua Easy creaturescript

    same thing ;[ i am using otserv if it matters
  7. L

    [USA] Pandera Custom 7.72 PVP-E/RPG

    That's like saying C# is C++, sure it was built off it but it exceeded normal C++ and became it's own language. Same with this map, it's loosely based off it. GG no re L2P xD
  8. L

    Lua Easy creaturescript

    This is giving me that message when I reach axing 20, or sword 20, or any skill 20 :(
  9. L

    Lua Easy creaturescript

    I actually tried searching, but couldn't find a creaturescript to send a player a message when he reaches level 100 saying congratulations Anyone have a script/could direct me in the right direction?
  10. L

    Guess the age of the next poster!

    True Next is 19 and 3/4.
  11. L

    Solved General .lua help!

    I tried adding it (here's my new script) local SWITCHES = { {416, 417}, {426, 425}, {446, 447}, {3216, 3217} } local function doTransformTile(item) for i, v in pairs(SWITCHES) do if(item.itemid == v[1]) then return doTransformItem(item.uid, v[2]) elseif(item.itemid == v[2]) then...
  12. L

    Solved General .lua help!

    I hate making new threads and cluttering the board so I'll just keep posting here if I need help ;33 When NPC's walk into my movement script (onStepIn) the script I use gets confused as it's not a player for obvious reasons :P local SWITCHES = { {416, 417}, {426, 425}, {446, 447}, {3216...
  13. L

    RealOTs 7.7 Clone Project

    you only steal peoples work anyways (steal mastercores npcs etc and claim you script them yourself)
  14. L

    RealOTs 7.7 Clone Project

    Releasing it would be really dumb. You'd just get people like Nottinghster who would claim they did it all and give you 0 credits and open up donation based servers.
  15. L

    [USA] WaropolisRPG Custom 7.4

    it is the same person talking to himself on different accounts XD
  16. L

    [USA] WaropolisRPG Custom 7.4

    samefag xD
  17. L

    Solved General .lua help!

    nvm fixed!
  18. L

    RealOTs 7.7 Clone Project

    Dennis made soooo many customization to the first RealOTS... like SOO many. He even said he has the ability to change the frag system if he really wanted. this project isnt WORTHLESS, but its obviously not SUPER important
  19. L

    Brasil in 70 lines of c++ code.

    Sticky this thread please.
  20. L

    Solved General .lua help!

    How could i make something like local globalexhausttime? local storageID :P?
Back
Top