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

    Szukam poradnika na anty ddos Debian 6.0

    nie mogę się z tym zgodzić. veneris.pl? a może po prostu jestem zbyt pewny siebie...
  2. Scooty

    Szukam poradnika na anty ddos Debian 6.0

    Iptables Tutorial 1.2.2
  3. Scooty

    Linux Server Crashing

    refresh
  4. Scooty

    Mapper [8.6] Veneris.pl Team looking 4 mapper to RL Map Project

    Hi, maybe you know Veneris.pl - its polish EVO 8.6, on last edition i have 800 players online without any crashes and lags. Now im working on real map project. I need one continent with: grim reapers, nightmares, dragon lords, bog raiders, sea serpents, wyrms and hydras I can pay...
  5. Scooty

    doChangeSpeed

    doChangeSpeed(cid,speed) w login.lua i najlepiej jeszcze w onAdvance też dać tą funkcję
  6. Scooty

    Linux Server Crashing

    refresh
  7. Scooty

    Movement script crashing server, how to repair it?

    Erexo: i want to do something else in lua, i cant use only function onEquip otswe: your script maybe can be help but its not good solution... maybe someone have other idea?
  8. Scooty

    Movement script crashing server, how to repair it?

    Hi, i have simple script: movements.xml <movevent type="Equip" itemid="9932" slot="feet" level="130" event="script" value="test.lua"/> <movevent type="DeEquip" itemid="9932" slot="feet" event="script" value="test.lua"/> test.lua function onEquip(cid, item, slot) return true end function...
  9. Scooty

    Linux Server Crashing

    Hi, i have simple script: movements.xml <movevent type="Equip" itemid="9932" slot="feet" level="130" event="script" value="test.lua"/> <movevent type="DeEquip" itemid="9932" slot="feet" event="script" value="test.lua"/> test.lua function onEquip(cid, item, slot) return true end function...
  10. Scooty

    100% bless

    thanks, but for ex. if player have red skull he wont drop items, but i'll try to fix it myself. Thank you
  11. Scooty

    100% bless

    Hi, on my server players with all 5 blessings sometimes dropping items after death. Is it possible to do blessings with 100% chance to save all player items after death? Thanks for help.
  12. Scooty

    2 functions

    all working fine ;) ty Critico, rep++
  13. Scooty

    2 functions

    Hi, i need 2 simple functions but i cant do it myself ;/ 1. CountOnlineGuildMembers(cid) - checking number of online players from cids guild 2. CountGuildMembers(cid) - checking number of players from cids guilds(online and offline) Can somebody do it? Thanks ;)
  14. Scooty

    PVP Enfo exp za graczy (:

    minLevelThresholdForKilledPlayer = 0.8 maxLevelThresholdForKilledPlayer = 1.2 ? możesz zmienić np. na minLevelThresholdForKilledPlayer = 1.0 maxLevelThresholdForKilledPlayer = 2.0
  15. Scooty

    PVP Enfo exp za graczy (:

    gdy 90k lvl zabije 1 lvl to dostanie tak mało expa że nawet tego nie odczuje(tak mi się wydaje)
  16. Scooty

    1lvl po dedzie

    Qanti: http://otland.net/f28/1lvl-po-dedzie-152650/#post1471650
  17. Scooty

    Thermomix

    jeżeli tylko masz pieniądze i lubisz sobie robić różne dziwne rzeczy do jedzenia do zdecydowanie warto
  18. Scooty

    1lvl po dedzie

    sorki, w takim razie może spróbuj to playerdeath: function onDeath(cid, corpse, deathList) local strings = {""} local t, position = 1, 1 local deathType = "killed" local toSlain, toCrushed, toEliminated = 3, 9, 15 if #deathList >= toSlain and #deathList < toCrushed then deathType...
Back
Top