Setekh Posted September 27, 2008 Posted September 27, 2008 And if we post that lets add the other one :P anti phx enchant: in net/sf/l2j/gameserver/clientpackets you will findSend WareHouseDepositList.java open it then add after imports finsih this lines: import net.sf.l2j.gameserver.util.IllegalPlayerAction; import net.sf.l2j.gameserver.util.Util; after that: } if (player.getActiveEnchantItem() != null) { player.setAccountAccesslevel(-100);// ban first to remove any potential exploit like restarting player.sendMessage("You got owned by useing phx!"); try { Thread.sleep(5000); // Sleeps 5 seconds } catch (InterruptedException e) {} player.closeNetConnection(); // BB forever :)) return; } ul insert that at line after this lines: if ((warehouse instanceof ClanWarehouse) && Config.GM_DISABLE_TRANSACTION && player.getAccessLevel() >= Config.GM_TRANSACTION_MIN && player.getAccessLevel() <= Config.GM_TRANSACTION_MAX) { player.sendMessage("Transactions are disable for your Access Level"); return; } or find // Alt game - Karma punishment if (!Config.ALT_GAME_KARMA_PLAYER_CAN_USE_WAREHOUSE && player.getKarma() > 0) return; and put the anti-phx enchant code above it it cold be simple to ad a diff file..but i dont have the time xD but maybe il add it later.. And message to a moderator..please delete the posts that my fellow romanians posted...thx
MiDnEx Posted September 28, 2008 Posted September 28, 2008 omg nice (kidzor where Archid svn gone? :D)
Setekh Posted September 28, 2008 Author Posted September 28, 2008 Outer space atm, I'm still working on the pack:P I need to fix skills and shit......make it more retail like interlude full...hopefully xD
virusa Posted September 28, 2008 Posted September 28, 2008 kidzor how u make that magic ? :o i though u are only admin not an dev too :)
eKoIce Posted September 29, 2008 Posted September 29, 2008 the topic is hidden with 100 posts..dont spam in order to gain post count!
agnostosx Posted September 29, 2008 Posted September 29, 2008 Thank you guys...I was in need of it...
hamii Posted September 29, 2008 Posted September 29, 2008 If i Dont Know Use Eclipse I Cant MAke Its ? (i use l2jfree)
NevoZ Posted October 3, 2008 Posted October 3, 2008 hey you have 27 post and u hidden for 100????OMG!!!!
fdLP. Posted October 3, 2008 Posted October 3, 2008 hey you have 27 post and u hidden for 100????OMG!!!! If i Dont Know Use Eclipse I Cant MAke Its ? (i use l2jfree) OMG 100 posts... If i Dont Know Use Eclipse I Cant MAke Its ? (i use l2jfree) 1rst and last warning for all cuz u spam the thread!
Stefoulis15 Posted October 4, 2008 Posted October 4, 2008 Mate , Something Is Wrong With The Code.. Eclipse Gives Me An Error When I Try To Compile It.. Can u Check It Plx...? Cause i Need It Asap!
superhacker Posted October 7, 2008 Posted October 7, 2008 in emu interlude last rev this: in net/sf/l2j/gameserver/clientpackets you will findSend WareHouseDepositList.java dont exist
fdLP. Posted October 7, 2008 Posted October 7, 2008 cuz ct1 to ct2 packs are now changed and clientpackets folder is inside net.sf.l2j.gameserver.network.clientpackets...
Recommended Posts