[help]Stuck augmented

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

[help]Stuck augmented

Post by ExTrEmEDwarf »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Last version:
L2JDP Revision last version:


Stuck augmented
weapons full augmented
full buff augmented no

what the fix?
Last edited by ExTrEmEDwarf on Wed Jan 19, 2011 1:03 pm, edited 1 time in total.
User avatar
dark911_ro
Posts: 80
Joined: Wed Sep 08, 2010 11:48 am
Location: Romania

Re: [help]Stuck augmented

Post by dark911_ro »

ExTrEmEDwarf wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Last version:
L2JDP Revision last version:


Stuck augmented
weapons full augmented
full buffer augmented

what the fix?
Can you be more specific ?

Full buffer augmented ?! :shock:
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [help]Stuck augmented

Post by ExTrEmEDwarf »

this bug look the photo

Image

Image
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: [help]Stuck augmented

Post by Tan »

Edit: yes Aguments stays after you remove weapon and its retail like there is no fix
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [help]Stuck augmented

Post by ExTrEmEDwarf »

Tan wrote:Edit: yes Aguments stays after you remove weapon and its retail like there is no fix

java fix plz:S
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: [help]Stuck augmented

Post by hope »

Tan wrote:Edit: yes Aguments stays after you remove weapon and its retail like there is no fix
if you mean you say have a active buff from a agument weapon then once you remove the weapon then the buff should be removed tested this on retail
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: [help]Stuck augmented

Post by Tan »

Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [help]Stuck augmented

Post by ExTrEmEDwarf »



what's the link fix the bug ?
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: [help]Stuck augmented

Post by Tan »

lol its proof of that there is no bug?
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
User avatar
dark911_ro
Posts: 80
Joined: Wed Sep 08, 2010 11:48 am
Location: Romania

Re: [help]Stuck augmented

Post by dark911_ro »

well , yea .. is sad and true ..
You can stuck active augments even on retail server :)

So there is no fix for that. If you really wanna "fix" it , go for it..
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [help]Stuck augmented

Post by ExTrEmEDwarf »

Bug augmented fix


this java code is fix :)

Code: Select all

         // remove the skill if any        if (_skill != null)        {+           player.removeSkill(_skill);            if (_skill.isPassive())                player.removeSkill(_skill, false, true);            else                player.removeSkill(_skill, false, false);                        player.sendSkillList();        }    }}  
locked for post..ty
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: [help]Stuck augmented

Post by SolidSnake »

ExtremeDwarf, do you know what "retail like" means? This is a custom code request, wrong section.
Image
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [help]Stuck augmented

Post by ExTrEmEDwarf »

SolidSnake wrote:ExtremeDwarf, do you know what "retail like" means? This is a custom code request, wrong section.
Sorry SolidSnake for post fix augmented for this settion locked sorry :(
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: [help]Stuck augmented

Post by SolidSnake »

This isn't a "fix" because there isn't a bug, this is a custom code.
Image
Post Reply