Jump to content

Recommended Posts

Posted

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);

Posted

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.

Posted

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 :)

  • 1 month later...
  • 4 months later...
  • 1 month later...
  • 3 weeks later...
  • 2 weeks later...
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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