Jump to content

Recommended Posts

Posted

Index: CursedWeapon.java
===================================================================
--- CursedWeapon.java   (revision 943)
+++ CursedWeapon.java   (working copy)
@@ -387,6 +387,7 @@
                {
                        // Drop the item
                        dropIt(attackable, player);
+                       player.untransform();

                        // Start the Life Task
                        _endTime = System.currentTimeMillis() + _duration * 60000L;
@@ -525,6 +526,7 @@
                        _player.setKarma(_playerKarma);
                        _player.setPkKills(_playerPkKills);
                        _player.setCursedWeaponEquippedId(0);
+                       _player.untransform();
                        removeSkill();

                        _player.abortAttack();

 

When killed the owner of the Cursed weapons, then the transformation does not disappear + Skill not return

 

This is a solution to your problems.

Posted

Explain better and give credits or you will got a -1 Karma next time also go read our forum rules...

 

So if the owner of Demonic swords got killed and he doeshnt lost his transformation this code will fix it, am i right?

Posted

Explain better and give credits or you will got a -1 Karma next time also go read our forum rules...

 

So if the owner of Demonic swords got killed and he doeshnt lost his transformation this code will fix it, am i right?

When killed the owner of the Cursed weapons, then the transformation does not disappear + Skill not return

 

This is a solution to your problems.

Yes you are right.

Btw thx for share

Posted

Do not post simple java strings or stupid Configuring Codes. Such topics will be immediately locked.

 

Locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...