Devon Posted July 19, 2009 Share Posted July 19, 2009 In my previous topic Fakoykas replied and his personal text reminded me this bug because many people say that it works in L][DeathWhisper. I searched around this and other forums and I didnt find this code posted so I guess I am the first one who fixes this bug since it works in EVERY L2J server. Source: http://www.maxcheaters.com/forum/index.php?topic=28314.0 Index: C:/Workspace/L2_GameServer_It/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- C:/Workspace/L2_GameServer_It/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 2746) +++ C:/Workspace/L2_GameServer_It/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy) getCubics().clear(); } + + // Delete a force buff upon class change. + if(_forceBuff != null) + _forceBuff.delete(); + // Stop casting for any player that may be casting a force buff on this l2pcinstance. + for(L2Character character : getKnownList().getKnownCharacters()) + { + if(character.getForceBuff() != null && character.getForceBuff().getTarget() == this) + character.abortCast(); + } + for (L2Skill oldSkill : getAllSkills()) super.removeSkill(oldSkill); Quote Link to comment Share on other sites More sharing options...
Intrepid Posted July 19, 2009 Share Posted July 19, 2009 credits?soz but thats nothing more than c/p from a lineage2 dp(means not interlude) Quote Link to comment Share on other sites More sharing options...
Versus Posted July 19, 2009 Share Posted July 19, 2009 In my previous topic Fakoykas replied and his personal text reminded me this bug because many people say that it works in L][DeathWhisper. It doesn't work on deathwhisper, but anyway thanks for the share. Quote Link to comment Share on other sites More sharing options...
Stefoulis15 Posted July 19, 2009 Share Posted July 19, 2009 lol. this is fixed everywhere . archid / dot / equal has it fixed ( l2jserver / l2jfree / l2emu hasnt it fixed , cause IL is not supported anymore. ) also u are not the one that fixed it. the code is stolen from timelines. :) better post credits :) Quote Link to comment Share on other sites More sharing options...
gagoykas Posted July 21, 2009 Share Posted July 21, 2009 omg need this you are pro tanks Quote Link to comment Share on other sites More sharing options...
Inesko0 Posted August 23, 2009 Share Posted August 23, 2009 ohhh thx you ;D Quote Link to comment Share on other sites More sharing options...
hoangnhan Posted August 23, 2009 Share Posted August 23, 2009 thank for share. Quote Link to comment Share on other sites More sharing options...
cr0nos Posted December 31, 2009 Share Posted December 31, 2009 Thank for share, but i think that l2jequal has this bugg fixed yet Quote Link to comment Share on other sites More sharing options...
modemas Posted January 1, 2010 Share Posted January 1, 2010 good share, thanks Quote Link to comment Share on other sites More sharing options...
kurameboli Posted January 6, 2010 Share Posted January 6, 2010 I think with the battle/magic force ..... its more amazing ^^ around 1.5k p attack more and 800 to 2k m attack ^^ Quote Link to comment Share on other sites More sharing options...
popld Posted February 15, 2010 Share Posted February 15, 2010 yeah you are right, it works perfectly Quote Link to comment Share on other sites More sharing options...
varens Posted March 2, 2010 Share Posted March 2, 2010 that same code you can find in l2jserver interlude files but in function onDie() Quote Link to comment Share on other sites More sharing options...
™® Stergios ®™ Posted March 12, 2010 Share Posted March 12, 2010 Nice Topic.. i will try it , it is very helpful... so players stop doing this exploit.. :D Quote Link to comment Share on other sites More sharing options...
varens Posted March 13, 2010 Share Posted March 13, 2010 i test that script some time ago and that dont work, i need make another fix but now i havent that problem btw dont spam, text like "nice share" is useless Quote Link to comment Share on other sites More sharing options...
DevHarpun Posted March 13, 2010 Share Posted March 13, 2010 good share thanks men keep work :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.