Page 1 of 1

Character stats problem

Posted: Mon Oct 28, 2013 9:47 pm
by igor148
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:6253
L2JDP Revision Number:9998

I have a problem with character stats. Maybe its a client side, but my problem is...
When i`m wear any starting armor with 18 p.def on a new character, his p.def changing only +1-2 p.def.
Or weapon with 5 p.atack, his p.atack changing to 5 p.atack, ignoring base character stats.
What could it be?

Sorry for my bad English and if its wrong thread.

Re: Character stats problem

Posted: Tue Oct 29, 2013 1:36 am
by Zoey76
What version are you using?

Re: Character stats problem

Posted: Tue Oct 29, 2013 11:17 am
by igor148
Server: L2j interlude
Client: L2:interlude 746 Rev
Any ideas?

Re: Character stats problem

Posted: Wed Oct 30, 2013 4:53 pm
by igor148
Ohh i have found that is ok with others races accept Orc Mystic. It`s ok that p.def changing +1-2. Only Orc Mystic has that bug.
NOW problem only with Orc Mystic he have 48 p.def on start. When i`m wearing Apprantice Robe (or other ng robe) his p.def becomes 36.
What could it be?

Re: Character stats problem

Posted: Wed Oct 30, 2013 5:24 pm
by igor148
I found that solution, it`s remove that bug.

Code: Select all

Index: K:/workspace/L2_GameServer_It/java/net/sf/l2j/gameserver/model/base/ClassId.java===================================================================--- K:/workspace/L2_GameServer_It/java/net/sf/l2j/gameserver/model/base/ClassId.java    (revision 1434)+++ K:/workspace/L2_GameServer_It/java/net/sf/l2j/gameserver/model/base/ClassId.java    (working copy)@@ -66,8 +66,8 @@             0x2e, false, Race.orc, orcRaider), orcMonk(0x2f, false, Race.orc, orcFighter), tyrant(0x30,             false, Race.orc, orcMonk), -    orcMage(0x31, false, Race.orc, null), orcShaman(0x32, false, Race.orc, orcMage), overlord(0x33, false,-            Race.orc, orcShaman), warcryer(0x34, false, Race.orc, orcShaman),+    orcMage(0x31, true, Race.orc, null), orcShaman(0x32, true, Race.orc, orcMage), overlord(0x33, true,+            Race.orc, orcShaman), warcryer(0x34, true, Race.orc, orcShaman),      dwarvenFighter(0x35, false, Race.dwarf, null), scavenger(0x36, false, Race.dwarf, dwarvenFighter), bountyHunter(             0x37, false, Race.dwarf, scavenger), artisan(0x38, false, Race.dwarf, dwarvenFighter), warsmith(@@ -118,7 +118,7 @@             true, Race.darkelf, shillenElder),      titan(0x71, false, Race.orc, destroyer), grandKhauatari(0x72, false, Race.orc, tyrant), dominator(-            0x73, false, Race.orc, overlord), doomcryer(0x74, false, Race.orc, warcryer),+            0x73, true, Race.orc, overlord), doomcryer(0x74, true, Race.orc, warcryer),      fortuneSeeker(0x75, false, Race.dwarf, bountyHunter), maestro(0x76, false, Race.dwarf, warsmith); 

Re: Character stats problem

Posted: Wed Oct 30, 2013 5:25 pm
by igor148
Topic can be closed. Bug is fixed.

Re: Character stats problem

Posted: Wed Oct 30, 2013 6:12 pm
by jurchiks
That's not a bug. Orc mystic is considered a fighter class until 1st class change and robe armor obviously has lower defense than light/heavy for fighters.
IIRC when you create an orc mystic, he's wearing light armor, not robe, hence the higher defense.

Re: Character stats problem

Posted: Wed Oct 30, 2013 6:57 pm
by igor148
If i`m wearing a robe, my p.def changing from 48 to 26 on my Orc Mystic. But if i`m wearing robe on Elf(or others) his p.def changing from 48 to 52. You think that is normal?

Re: Character stats problem

Posted: Wed Oct 30, 2013 7:35 pm
by jurchiks
Is the p.def. 48 when wearing no armor?
If not, what are you wearing, and what is the p.def. when you remove it?

Re: Character stats problem

Posted: Wed Oct 30, 2013 8:00 pm
by igor148
The new created character 1 lvl has 48 p.def (Orc Mystic) without any armor. On start i have Apprantice Robe and Apprantice "legs". When i`m dress up this starting robe and leggins my p.def becomes 26.

Re: Character stats problem

Posted: Fri Nov 15, 2013 10:32 pm
by janiko
igor148 wrote:The new created character 1 lvl has 48 p.def (Orc Mystic) without any armor. On start i have Apprantice Robe and Apprantice "legs". When i`m dress up this starting robe and leggins my p.def becomes 26.
Put some pictures for confirmation