Issue information

Issue ID
#6372
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jul 30, 2012 11:55
Last Post
Hercules Elf Bot
Jul 31, 2012 9:28
Confirmation
Yes (3)
No (0)

Hercules Elf Bot - Jul 30, 2012 11:55

Originally posted by [b]Aleos[/b]
Deviling Hat (5254) is not rewarding players with the extra 2% EXP from monster kills.

[quote][color="#ff0000"]타 계정과 거래가 불가능한 아이템 입니다.[/color]
작은 악마 데빌링의 형상을 한 모자. 쭉 찢어진 눈이 매력포인트.
ATK, MATK 2% 증가
몬스터를 죽였을 시, 획득 경험치 2% 증가.
7 제련 이상 시, 획득하는 경험치 추가로 1% 증가.
계열 : [color="#777777"]투구[/color] 방어 : [color="#777777"]6[/color]
위치 : [color="#777777"]상단[/color] 무게 : [color="#777777"]50[/color]
장착 : [color="#777777"]전 직업 장착 가능[/color][/quote]

[code]bonus2 bExpAddRace,RC_Boss,2; bonus2 bExpAddRace,RC_NonBoss,2;[/code] Should resolve the issue.

Hercules Elf Bot - Jul 30, 2012 12:47

Originally posted by [b]Joseph[/b]
It gives how many DEF? 6 or 1?

Hercules Elf Bot - Jul 30, 2012 12:50

Originally posted by [b]Aleos[/b]
I was actually going to make another bug report, because there seem to be lots of headgears that have incorrect renewal DEF values. It's just sorting through them that's going to take time, if I get any free time soon.

Hercules Elf Bot - Jul 30, 2012 13:26

Originally posted by [b]michieru[/b]
Here is a patch with a lot of correction I have made so far. It's not complete yet but I have correct about 200 hats with new def and weight and some effect.

http://pastebin.com/3qri836b

Hercules Elf Bot - Jul 30, 2012 14:27

Originally posted by [b]Kenpachi[/b]
There is no EXP bonus according to our leaks. Neither in pre-RE nor in RE.[CODE]
item Deviling_Hat
event OnStartEquip:
SubRaceTolerace RACE_Angel 20
AddExtParam User VAR_CRITICALSUCCESSVALUE 30
if GetRefineLevel [LOCATION_HEAD2] > 5
var temp = GetRefineLevel [LOCATION_HEAD2] - 5
AddExtParam User VAR_CRITICALSUCCESSVALUE temp*10
endif
return
event OnFinishEquip:
AddRaceTolerace RACE_Angel 20
SubExtParam User VAR_CRITICALSUCCESSVALUE 30
if GetRefineLevel [LOCATION_HEAD2] > 5
var temp = GetRefineLevel [LOCATION_HEAD2] - 5
SubExtParam User VAR_CRITICALSUCCESSVALUE temp*10
endif
return
[/CODE]

And about the DEF thingy:
I'm fully aware of this issue. Please be a little more patient. I'll commit a lot of changes soon.

This post has been edited by Kenpachi on Jul 30, 2012 14:29

Hercules Elf Bot - Jul 30, 2012 14:35

Originally posted by [b]Aleos[/b]
Interesting! So it is a description error. Thanks for the info.

Hercules Elf Bot - Jul 30, 2012 15:54

Originally posted by [b]Kenpachi[/b]
Yeah, seems so. It's not the first description bug we're facing. ^_^

Hercules Elf Bot - Jul 30, 2012 22:46

Originally posted by [b]michieru[/b]
Your leak seams to be to old I think lot of hat are wrong and I have test them and kro

Hercules Elf Bot - Jul 31, 2012 9:28

Originally posted by [b]Kenpachi[/b]
Why should our leaks be old? I don't see a reason to come to this conclusion. oO
As mentioned above. I'm aware of the fact that we have some mistakes in our DB (i.e. DEF) but I'm working on it so just be patient.