notfound
Members-
Posts
295 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by notfound
-
[Share]l2jarchid Compiled Revisions - Interlude
notfound replied to Flash™'s topic in Server Development Discussion [L2J]
ok mate i appreciate your work but you should organize ur post better update the 1st post always and just bump the topic. Even though by sharing "compiled" version they are not anything serious but for test's only. Server based on preconfig = instant fail. no change, no update, no fixes only datapack changes btw some starters here will find it usefull for their first's steps. -
[INTERLUDE] TATTO AIO
notfound replied to BloodArrows's topic in Server Development Discussion [L2J]
Did you even download it? Some1 lock it and ban this guy he spam all threads. -1 request for ban -
[Share] Latest L2 FileEdit For CT2.3 a.k.a Gracia Final
notfound replied to takhs7's topic in Client Development Discussion
yeap Critical your l2fileedit works like a charm :P lawl btw its good to have updated tools thx takhs7 -
[Share]Players don't recieve PvP points from same IP
notfound replied to WizZy™'s topic in Server Shares & Files [L2J]
yep as it is it doesnt work tested in l2j need modify -
[Guide]Na pros8eso kati p dn empene
notfound replied to bilakos21's topic in Server Development Discussion [Greek]
/noflameinside: lol ama einai blkia giati exeis tin aporia gia to ean to ekane monos?? lol.. tespa sto thema mas pistevo den xriazete tetoio guide se oles tis rithmiseis se ola ta pack yparxoun apo pano comment's i kai apo tin entoli kai mono katalaveneis tora o allos ean mou exei katevasei pack gia na kanei server kai den mporei na katalavei tis rithmiseis kalitera na paei hopzone na vrei kana server na paiksei para na ftiaksei.. -
here is mine
-
Whats with client moding section it just disappeared :-\ what happened?
-
[HELP]Prevent Pk count for same IP
notfound replied to notfound's question in Request Server Development Help [L2J]
Well AnsS i made it thanks to you and Leeroy i made it for pvp with leeroy help and the Pk half with yours :P Thanks a lot guys. -
[HELP]Prevent Pk count for same IP
notfound replied to notfound's question in Request Server Development Help [L2J]
oh ok soz i take code from leeroy and added boolean for Config from custom file. -
[HELP]Prevent Pk count for same IP
notfound replied to notfound's question in Request Server Development Help [L2J]
and i still am :P if you are refering to me im trying to do the same for pk read my post. -
[HELP]Prevent Pk count for same IP
notfound replied to notfound's question in Request Server Development Help [L2J]
Thx a lot AnsS im going to try it n report feedback -
[HELP]Prevent Pk count for same IP
notfound posted a question in Request Server Development Help [L2J]
Well i added to l2jofficial last rev the protection to Prevent PvP count for same Ip's and i wanted to add and protection for PK also. Well here is my code for Pvp no problem with that. return; // Check if it's pvp String player1 = getClient().getConnection().getInetAddress().getHostAddress(); String player1target = targetPlayer.getClient().getConnection().getInetAddress().getHostAddress(); if (Config.ALLOW_PVP_FROM_SAME_IP && player1.equals(player1target)) return; if ( so i added the same code for pk here is my code *Note that i want to count the Karma when Pking some1 with same Ip Code: newKarma = Integer.MAX_VALUE - getKarma(); // Add karma to attacker and increase its PK counter String player1 = getClient().getConnection().getInetAddress().getHostAddress(); String player1target = targetPlayer.getClient().getConnection().getInetAddress().getHostAddress(); if (Config.ALLOW_PK_FROM_SAME_IP && player1.equals(player1target)) return; setKarma(getKarma() + newKarma); if (increasePk) setPkKills(getPkKills() + 1); and i get this error [javac] Compiling 1349 source files to C:\l2\trunk\lin2srv\build\classes [javac] C:\l2\trunk\lin2srv\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:5812: cannot find symbol [javac] symbol : variable targetPlayer [javac] location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance [javac] String player1target = targetPlayer.getClient().getConnection().getInetAddress().getHostAddress(); [javac] ^ [javac] 1 error -
Stolen and Shared Platinum/Donator accounts will be banned!
notfound replied to Maxtor's topic in Announcements and News
Well what if i connect from my house, work, school or a friends house?? How can you recognize if its a sharing account or its just the same Physical person (account owner) connecting from different place's? You simple cant! Im network technician and i know few things bout networks. So this is just a warning to prevent people sharing a Donor account..You cant* solve this problem. There is a way to solve this but need to be done by hand and require a lot of time and work :-\ -
[Share]Players don't recieve PvP points from same IP
notfound replied to WizZy™'s topic in Server Shares & Files [L2J]
I just followed your guide im not that expert in java u said search for pvpincrease bla bla and add this BEFORE it, and so i did i tried also putting some space between commands and nothing. Now that you told search for Check if its PvP worked like charm. Thx a lot for helping and for the support! -
[Share]Players don't recieve PvP points from same IP
notfound replied to WizZy™'s topic in Server Shares & Files [L2J]
Well using L2jofficial 1113 i have this error [javac] \trunk\lin2srv\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:5660: not a statement [javac] String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); [javac] ^ [javac] \trunk\lin2srv\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:5660: ';' expected [javac] String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); [javac] ^ [javac] 2 errors and i have this code if (target instanceof L2PcInstance) String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); String player1target = targetPlayer.getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); if (player1.equals(player1target)) return; increasePvpKills(); -
[Share]Players don't recieve PvP points from same IP
notfound replied to WizZy™'s topic in Server Shares & Files [L2J]
Tested in l2jofficial and doesnt work it stuck here if (player1.equals(player1target)) any suggestions? or anyone make it work for l2j? -
[Guide]Auto Mouse Clicker!!
notfound replied to ●κıng™'s topic in Server Development Discussion [L2J]
Man just for ONCE try read the god damned rules. You create new topic in wrong section all the time also they are C/P i dont know if ever typed anything here. -1 Go read the rules (reason in karma log) -
[Help]How to sync your own svn with original
notfound replied to notfound's question in Request Server Development Help [L2J]
After the 3 step i have some problem can you be more specific how can i merge them -
[Help]How to sync your own svn with original
notfound replied to notfound's question in Request Server Development Help [L2J]
Ok guys thanks a lot i rly appreciate your help and your fast response both of you. I searched for a while to find a guide about that and i didnt find anything and i think thats its critical to have your server updated. -
[Help]How to sync your own svn with original
notfound replied to notfound's question in Request Server Development Help [L2J]
By manually you mean what? to import changes for each rev by my self. I want to make something like what charus from l2jofficial do when synchronizing his pack with l2jserver core and datapack. Even with manual how can i do it? -
[Help]How to sync your own svn with original
notfound posted a question in Request Server Development Help [L2J]
Well as title says i have my own svn based on l2jofficial and id like to know how can i sync it with latest rev. A small guide would be usefull. Thanks in advance. -
[Help]Multisell java fix
notfound replied to ExTrEmEDwarf's question in Request Server Development Help [L2J]
Well i think i saw it somewhere im going to find it btw i think thats not the best way to fix that bug with hide. //offtopic check your pm's -
[Help]Event Panel
notfound replied to darksasuke's question in Request Server Development Help [L2J]
Matim's right u'll need eclipse and adapt l2jfree code to l2j thats a lot of work just for some events. -
black humor nice laugh.. all the vids here r ooosome
-
[gr]mou aresoun oi pitsirikades... exoun plaka "psofous" kalo me ekanes kai gelasa btw to Double post simenei na min kaneis se ena topic post kai meta ksanakaneis xoris endiameso reply allou xristi auto pou molis dld ekanes 2 fores se auto to topic. 1h proidopoiisi
