Jump to content

L2DragonWind

Members
  • Posts

    55
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by L2DragonWind

  1. Delete theme please
  2. It's only me thinking or its stupid reward people for watching the stream... Basically, u get a reward for watching streams learn from them how to play. :D
  3. Hello guys, I'm searching guide to maximizing my class damage. But i really don't know skill rotation for class, where i can find one? (I'm using interlude) I need for classes Sagittarius MoonLight Sentinel Ghost Hunter Adventurer Wind Rider Ghost Hunter Archmage Soultaker Mystic Muse Strom Screamer Pheonix Knight Duelist Titan G.Khavatari Dominator Doomcryer
  4. Hello guys, i just brought adrenaline and i can't find one thing, how to make condition "target does not have debuff" instead "target does not have buff" i want to use skill Hex(skillid:122) if you could tell me please i want to know.
  5. He update links, thanks erlandys.
  6. Hello guys, i want to ask help from you. I want to change mine code from banip to banmac. Can please help me, here is full code. banmanager.java https://pastebin.com/72TUBCyA adminban.java https://pastebin.com/5j4TX4Gc player.java https://pastebin.com/xCwU6C0i enterworld.java https://pastebin.com/xhfqHbsD banned.sql https://pastebin.com/6XpDc1VU I found this code but, i don't understand how to adapt in my custom ban system... please help me https://pastebin.com/zmziwgM5
  7. Anyone tests this guard? worth of trying?
  8. No everything ok there :P No everything ok there :P i found error in here: https://pastebin.com/k5kKUQAE i turn off this one and i can connect: public void addClient(String account, L2GameClient client) { final L2GameClient existingClient = _clients.putIfAbsent(account, client); //if (existingClient == null) //{ try { sendPacket(new PlayerAuthRequest(client.getAccountName(), client.getSessionId())); } catch (IOException e) { _log.warning("Error while sending player auth request."); } //} //else //{ //client.closeNow(); //existingClient.closeNow(); //} }
  9. No need anymore.
  10. Hi everyone i have problem whit java instal, i never get this error before, but now i get. Im installed using this guide: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-debian-8 Error: root@vps1129199:~# apt-get install oracle-java8-installer Reading package lists... Done Building dependency tree Reading state information... Done oracle-java8-installer is already the newest version. The following packages were automatically installed and are no longer required: libfontenc1 libfreetype6 libxfont1 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up oracle-java8-installer (8u151-1~webupd8~0) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Using wget settings from /var/cache/oracle-jdk8-installer/wgetrc Downloading Oracle Java 8... converted 'http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz' (ANSI_X3.4-1968) -> 'http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz' (UTF-8) --2018-01-22 12:37:06-- http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz Resolving download.oracle.com (download.oracle.com)... 23.59.96.79 Connecting to download.oracle.com (download.oracle.com)|23.59.96.79|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz [following] converted 'https://edelivery.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz' (ANSI_X3.4-1968) -> 'https://edelivery.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz' (UTF-8) --2018-01-22 12:37:06-- https://edelivery.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:f:19d::2d3e, 2a02:26f0:f:18e::2d3e, 23.59.110.4 Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:f:19d::2d3e|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz?AuthParam=1516617546_19a0618ea5123be159b554b9a000d90b [following] converted 'http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz?AuthParam=1516617546_19a0618ea5123be159b554b9a000d90b' (ANSI_X3.4-1968) -> 'http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz?AuthParam=1516617546_19a0618ea5123be159b554b9a000d90b' (UTF-8) --2018-01-22 12:37:06-- http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz?AuthParam=1516617546_19a0618ea5123be159b554b9a000d90b Connecting to download.oracle.com (download.oracle.com)|23.59.96.79|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-01-22 12:37:06 ERROR 404: Not Found. download failed Oracle JDK 8 is NOT installed. dpkg: error processing package oracle-java8-installer (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: oracle-java8-installer E: Sub-process /usr/bin/dpkg returned an error code (1)
  11. Hello, I have a problem I have Acis 368rev pack, and I have a problem... I use whole time on VPS this pack and I do not have any problems, but when I try on PC, it's not allowing me to connect in Gameserver, I do not know why. But problem cause this is from source. I search everything in source its looks fine, where I need check maybe please tell me. (I try this on clean Acis pack, works everything fine) https://imgur.com/a/XjdVa gameserver.java https://pastebin.com/WsNX5EUA server.config https://pastebin.com/BsWdnSjU loginserver.config https://pastebin.com/JNtRs4aZ
  12. Because I can't update myself, because its libs files....
  13. No, but I asked so many times, I'm tired to asking. like seriously for 1-2 months. Now I don't care anymore. Because I drop lineage 2.
  14. Can explain in English please?
  15. What a point then buy? Acis update every 1-3months, every time I want update my server, i need pay extra for you? no thanks. Basically is another level scam.
  16. Don't buy it, he is not scammer, but when need update his engines, he avoiding. So basically, its waste of my money.
  17. Hello, I'm looking Photoshop master for making me banner, I pay only paypal. I wanna something like this: http://imgur.com/a/BN9KM But better ofc,. (I made that myself, I'm unskilled on Photoshop) pm me whit your skype.
  18. lf some create banner pay paypal pm me whit your skype. I wanna something like this: http://imgur.com/a/BN9KM (But better look, I'm done this myself, I'm have zero knowledge photoshop)
  19. Still looking, seem everyone is so bussy..... :/ need fixs this. http://www.maxcheaters.com/topic/214754-bbs-gm-shop-bug/
  20. I think its need other part of code, because l2jacis don't have GrandBossState
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock