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

    C need help please.

    This should be handful FILE - C++ Reference
  2. Diath

    C/C++ request info

    First of all, you're asking in the wrong board, please use this one: Programming Second read these: std::getline - cppreference.com and std::basic_fstream - cppreference.com
  3. Diath

    Solved Change map only if < 30 players online

    1) getPlayersOnline() returns a table with cid so you have to use # operator to get length of the table. 2) Please, use loops. 3) Please, tab your code properly.
  4. Diath

    Serdecznie proszę o pomoc funkcja (doPlayerPopupFYI)

    Nie, w ten sposob usuniesz postac, chodzi raczej o przestawienie pola account_id na jakies konto, do ktorego nikt nie bedzie mial dostepu.
  5. Diath

    Serdecznie proszę o pomoc funkcja (doPlayerPopupFYI)

    Zrob to z poziomu source.
  6. Diath

    Which staff member did you like best in OTland? *2 MAX*

    I can't really say which one I like the best but if I was about to list those who I dislike the list would be endless :D
  7. Diath

    kompilacja - rebuild

    Ogolnie chodzi o to, ze komenda kasowania jest ustawiona na rm zamiast del, poszukaj tam gdzies i sobie zmien na del /f.
  8. Diath

    Modules

    Perhaps write a hashing algorithm and an application that'd encrypt all your mods and the client itself would decrypt them after loading/before executing buffer. Alternatively replace archived mod loading with some other library than physfs and load your modules from a password protected archive.
  9. Diath

    [League of Legends] General Discussion

    where da flash at
  10. Diath

    Xampp - phpmyadmin

    Nie myslales zeby zalozyc jakis kabaret? :D
  11. Diath

    Xampp - phpmyadmin

    Zmien po prostu nazwe folderu phpMyAdmin na cos innego? No chyba nie mowisz mi ze trzymasz pliki gdzie indziej i alias do tego tworzysz...
  12. Diath

    Xampp - phpmyadmin

    > nodejs pls wyjdz
  13. Diath

    Monster level

    To ja tez dodam swoja wersje od siebie :wub: local monsters = { ['dragon'] = 2 } function onKill(cid, target, damage, flags, war) if damage > 0 and bit.band(flags, 1) == 1 and isMonster(target) then local monster = monsters[getCreatureName(target):lower()] if monster then...
  14. Diath

    5th vocation

    What about something like a Necromancer from D2? Talking about summoner build specifically, I know we already have summons system and such but what about a vocation that'd mainly focus on summons only and these summons would be like kind of smarter than regular ones? Like some AI to keep up with...
  15. Diath

    How does ShadowCores keep up to date?

    / - sharpmaptracker - Tibia map tracker - Google Project Hosting
  16. Diath

    Powergames

    Zalezy od tego jak zapisujesz te zmiany expa...
  17. Diath

    [League of Legends] General Discussion

    I don't want to be mean here but if you can't carry games to climb elo you simply don't deserve it, that's about it :p
  18. Diath

    My website || Xon.uphero.com

    That was obvious to deduce however he didn't make it really clear and someone who's not into the topic could interpret it totally wrong.
  19. Diath

    Alienware has arrived

    That's why modern processors throttle/shutdown in case their temperatures get too high.
  20. Diath

    My website || Xon.uphero.com

    im full of what
Back
Top