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.