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

    Modal Window

    With this modal window you can create unlimitted new things. Eg: Now i'm creating mining, blacksmithing
  2. nevix

    Extra damage

    I create a system str agi and inteligence, eg: If you have 30 strenght you did 30 extra damage, its possible to do like when you join a server you got extra damage, I mean normaly you deal 100 damage to monster like eg, with my system u did 130 damage. Please give any advice :) Guys please
  3. nevix

    Modal Window

    Hello, I present pretty usefull tool. You can travel whatever you want :) Creature scripts: <event type="modalwindow" name="Destination" script="my scripts/homeme.lua"/> create folder "my scripts" and homeme.lua file function onModalWindow(cid, modalWindowId, buttonId, choiceId)...
  4. nevix

    Icarus Server (In progress)

    Hello guys, today I will share intresting thing. pictures: Every point increase damage, attack speed, or magic damage. When you level up you got 1 skill point. So that unique thing make every role (knight, paladin, sorcerer or druid) more unique. I think its osom...
  5. nevix

    Wanna get high on SHROOMS? - 9.80

    Amazing, really
  6. nevix

    A dedicated server that can handle 100+ players.

    http://vpsnet.lt
  7. nevix

    LUA, storageinfo

    any help?
  8. nevix

    LUA, storageinfo

    one question. how to do all players who have storage eg: 25001,1 to be changed to 25001,0 i have this script: for _, pid in ipairs(getOnlinePlayers()) do if getPlayerStorageValue(pid, 25001) == 1 then -- code end but this who players online. I need all
  9. nevix

    Solved Lua Scripts

    Thx, guys. With your all help i created own last man standing event. I learned so much :)
  10. nevix

    Solved Lua Scripts

    Whats wrong with this code? Please help local accid = getAccountNumberByPlayerName(getPlayerName(cid)) db.executeQuery("UPDATE `znote_accounts` SET `points` = `points`+2 WHERE `account_id` = " .. accid .. " LIMIT 1;") TFS 1.0
  11. nevix

    HAPPY NEW YEAR!!!!!!!

    HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW YEAR!!!!!!!HAPPY NEW...
  12. nevix

    Count players

    Looking for help how to count players if specified zone? My script but doesnt work: centerPos = {x = 32345, y = 32222, z = 7} function onUse(cid, item, fromPosition, itemEx, toPosition) count = 0 local spectators = getSpectators(centerPos, 2, 2, false) if spectators ~= nil...
  13. nevix

    Earn from ots

    Per month?
  14. nevix

    Earn from ots

    Share guys how much you earning from ots. About avarage month :)
  15. nevix

    Solved Check players

    awww, thx u helped to much for newbie ^^
  16. nevix

    Solved Check players

    H0w it use? maybe i can got any egxample?
  17. nevix

    Solved Check players

    I'm learning lua what is it stackpos = STACKPOS_TOP_CREATURE})?
  18. nevix

    Solved Check players

    awsome thx
  19. nevix

    Solved Check players

    Please help, how to check eg: from x y z to x y z player egzist or no? in specified field I dont know from what to start :/
  20. nevix

    Player skull

    any helps?
Back
Top