-
Posts
55 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by L2DragonWind
-
Delete theme please
-
Code Twitch viewers reward system
L2DragonWind replied to Elfo's topic in Server Shares & Files [L2J]
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 -
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
-
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.
-
Npc_Teleport Interlude+Eff
L2DragonWind replied to ioioioii's topic in Client Development Discussion
wrong npcgrp.txt -
WTS Erlandys Event Engine IT-GoD (with API)
L2DragonWind replied to Erlandys's topic in Marketplace [L2Packs & Files]
He update links, thanks erlandys. -
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
-
Anyone tests this guard? worth of trying?
-
Help Can't connect to gameserver !
L2DragonWind replied to L2DragonWind's question in Request Server Development Help [L2J]
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(); //} } -
Java error trying to install in debian 8
L2DragonWind replied to L2DragonWind's question in Request Server Development Help [L2J]
Found error fixed myself. -
Java error trying to install in debian 8
L2DragonWind posted a question in Request Server Development Help [L2J]
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) -
Help Can't connect to gameserver !
L2DragonWind posted a question in Request Server Development Help [L2J]
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 -
WTS Website for all devices
L2DragonWind replied to Reynald0's topic in Marketplace [Webdesign & Webdevelop]
Can explain in English please? -
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.
-
Anyone?
-
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)
-
Help Bbs Gm Shop Bug
L2DragonWind replied to L2DragonWind's question in Request Server Development Help [L2J]
Fixed. -
Still looking, seem everyone is so bussy..... :/ need fixs this. http://www.maxcheaters.com/topic/214754-bbs-gm-shop-bug/
-
Request Java Code Addaption To Acis Request.
L2DragonWind replied to Sawadee's question in Request Server Development Help [L2J]
I think its need other part of code, because l2jacis don't have GrandBossState -
FIXED