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

    Request maps you need here!

    Shit... more then 100 requests and only 3 answers... Nice... I need: zombie event map 50x40. boss event map 50x40. training room like this: (1 room only, i would copy it many times) Custom annihilator room - any i have found was shit, i need something that look nice.
  2. Shadowman321

    PRIV MSG - reklama OTS

    Mhm ktos pisal o skrypcie do elfa, skrypt jest prosty, wystarczy pobieranie linijki z pliku co jest opisane chyba w kazdym poradniku do elfa i jego funckji i zmiennych. Do tego jakas wlasna zmienna ktora bedzie odpowiadac za liczenie ktora linjka teraz ma byc. Mozesz sobie dodatkowo ustawic...
  3. Shadowman321

    Count to 10!

    neo
  4. Shadowman321

    Count to 10!

    = 1
  5. Shadowman321

    Gesior - biała stronka

    W win nie ma znaczenia wielkosc znakow, w linuxie juz tak. Pewnie masz bledy przez to w niektorych plikach. Sciezka do jakiegos obrazka czy skryptu czy cokolwiek innego. Wlacz wyswietlanie bledow, wtedy zamiast bialej strony pokaza ci sie bledy ktore powoduja to, ze sie ona nie wyswietla...
  6. Shadowman321

    Kilka pytań dotyczących OTS'a

    http://otland.net/payments.php
  7. Shadowman321

    On the way: 7.4 Old school server. Needs exp/magic/skills suggestions.

    1-50 - > 10 51-100 - > 9 101 - 150 - > 8 151 - 200 - > 7 ...(?) Magic and skills need to be tested. Its not possible to say anything. Just create character and play till 20, 30 or 40 lvl. Then look at skills. Do not train, just exp. Then you will know if is this good or not. Regeneration 2x...
  8. Shadowman321

    SQL query.

    Those queries will update only existing records. So, it changed onlu value of skills for players with id 1-6. And players with id 7-161 still doesn't have any skill. Those records just don't exist in DB! I need to create those records. Insert its to DB. You'r quesries will update. But... How...
  9. Shadowman321

    SQL query.

    Are you an idiot. Aren't you? If there don't exist any skill for player with id 7-160, how that can help? It will change only 1-6 because that ones exist. And rest of it is deleted. So i wont work... If you think that should work, you really can't think? If it should, it have to update value of...
  10. Shadowman321

    SQL query.

    Hey. Can anyone tell me how can i change all player skills to 10? I got error that can't display characters.php because skills does not exist. I tried to use this: INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES (3, 0, 10, 0), (3, 1, 10, 0), (3, 2, 10, 0), (3, 3...
  11. Shadowman321

    [Poland] [8.6] NexOt.pl [22.12.12] - Many events, free points, more then 150 exps!

    We have got around 160-200 players all time. There are many wars and fun. Also you can do many queste and explore more then 150 exp places. So, come and catch some fun.
  12. Shadowman321

    [Poland] [8.6] NexOt.pl [22.12.12] - Many events, free points, more then 150 exps!

    16:15 New record: 216 players are logged in. - - - Updated - - - 16:15 New record: 216 players are logged in.
  13. Shadowman321

    [Poland] [8.6] NexOt.pl [22.12.12] - Many events, free points, more then 150 exps!

    But... we are still alive, and it is only 24 hours to start. So, come and have fun playing on nexot! :D
  14. Shadowman321

    Graphic Designer Need a basic photoshoper...

    Just use type tool? And then if you want some effects and any shit just use blending options on text layer? It takes like 3 sec to write and add some shit to text: Few seconds and get somerthing you want. Just use everything and look on effects. And chose some nice font. Its all...
  15. Shadowman321

    [Poland] [8.6] NexOt.pl [22.12.12] - Many events, free points, more then 150 exps!

    Site/IP: NexOt.pl Port: 7171 Version: 8.60 Map: Przerobione evo Status: Trwaja przygotowania do startu. Exp and rates: Server Info Others: Pz: 30 sec Whute Skull: 5 min Introdution: Server was developed some time ago. There was few test editions of nexot, after tests we...
  16. Shadowman321

    Action Help > Same rune that heals differently depending voc! REP+ for help!

    Recently i created simply potion for all voc which heals depends on voc and level. Maybe it will help you: http://otland.net/f81/one-potion-all-voc-mp-hp-depends-level-vocation-174294/#post1692275 You can simply include magic level if you can understand script.
  17. Shadowman321

    Solved Task system edit.

    local tasks = { [1] = {questStarted = 1515, questStorage = 65015, killsRequired = 5, raceName = "Trolls", rewards = {{enable = true, type = "exp", values = 2000}, {enable = true, type = "money", values = 20000}}}, [2] = {questStarted = 1516, questStorage = 65016, killsRequired = 5, raceName =...
  18. Shadowman321

    [MOD / Creaturescript] Task system

    Can anyone share task system? I have found few, but its based on npc. I need system which works on commands. For example: Player: !task dragons And then he can start killing dragons for task. After all he will receive rewards(items, exp, cash, storage).
  19. Shadowman321

    Npc using commands.

    Can anyone help me to do npc who will use commands? I need one, who will use command on Monday, Wednesday, Friday, Sunday at 3pm.
Back
Top