Issue information

Issue ID
#5895
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Jun 2, 2012 11:04
Last Post
Hercules Elf Bot
Aug 22, 2012 19:05
Confirmation
Yes (3)
No (0)

Hercules Elf Bot - Jun 2, 2012 11:04

Originally posted by [b]Chevansaa[/b]
1. Urj & Pertz ( Mora Set Equipment For Rune Knight ) [url="http://irowiki.org/wiki/Mora#Mora_Equips"]http://irowiki.org/wiki/Mora#Mora_Equips[/url]
[s]Problem : It can't used by Rune Knight. and [b]not increase HP rate to 14%[/b], doesn't get [b]Auto Guard[/b] skill[/s]
item_db.txt
You're write : [b]0x00004000[/b]
It should be :
[b]0x00000080[/b]
#CMIIW.

2. Black Wing Equipment ( Mora Set Equipment For Ranger ) [url="http://irowiki.org/wiki/Mora#Mora_Equips"]http://irowiki.org/wiki/Mora#Mora_Equips[/url][list]
[*]Set bonus with [url="http://db.irowiki.org/db/item-info/2581/"]Black Wing Manteau[/url], [url="http://db.irowiki.org/db/item-info/2891/"]Black Wing Brooch[/url], [url="http://db.irowiki.org/db/item-info/15043/"]Black Wing Suit [1][/url]:
[list]
[*]MaxHP +15%
[*][b]Increases [Bomb Cluster] by 20%.[/b]
[*]P. Dodge +20
[*]Decreases ranged attack damage by 30%.
[*]Aspd -7
[/list]
[/list]
Source : http://db.irowiki.org/db/item-info/2480/
But, I can't feel the Bonus damage. #CMIIW

3. Wrong Position : Scarlet_Rose & Samurai_Mask
Scarlet_Rose : it must be LOWER headgear. but why become UPPER ?
Samura_Mask : it must be Lower + Middle headgear. but in here, only lower.

4. Ebone Armor / Black Armor
It should be used by all of 3rd jobs.
Source : http://db.irowiki.org/db/item-info/15014/

5. Concentrated White Potion(Z)
When i use that, i got STONE CURSE status. and it can't be disappear.

6. Imperial Guard
Can't used for all of reflect skill (Reflect shield,dll.).

This post has been edited by Scheven7 on Jun 9, 2012 18:03

Hercules Elf Bot - Jun 9, 2012 1:19

Originally posted by [b]jTynne[/b]
Confirmed

Hercules Elf Bot - Jun 9, 2012 23:12

Originally posted by [b]Kenpachi[/b]
Can't fix Ur's Seal (#2574) script because there is bonus missing that allows to reduce the SP consumtion of specific skills.

5. This is caused by SC_WHITEPOTIONZ -> has to be fixed in core.

6. Was fixed in [rev=16246].

Everything was fixed in [rev=16251].


Moving this to Core section because of the missing bonus and bugged SC_WHITEPOTIONZ.

Hercules Elf Bot - Jun 10, 2012 3:33

Originally posted by [b]QQfoolsorellina[/b]
item id 15037 got this warning
[code]
script error on db/re/item_db.txt line 7043
parse_callfunc: not enough arguments, expected ','
* 7043 : { bonus bMdef,10; bonus bBaseAtk,20; bonus bFlee,17; i
,2575,2884)) { bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,R
bSkillAtk,"RK_SONICWAVE",100; bonus2 bSkillAtk,"RK_WINDCUTTER"
sc_start SC_CONCENTRATION,10000,(getskilllv("'L'K_CONCENTRATIO
K_CONCENTRATION"):1); bonus bAspd,2; }",1,10000,BF_WEAPON; } }
[/code]


[color=#ff0000]\"[/color]

[code]
autobonus "{ sc_start SC_CONCENTRATION,10000,(getskilllv(\"LK_CONCENTRATION\")?getskilllv(\"LK_CONCENTRATION\"):1); bonus bAspd,2; }",1,10000,BF_WEAPON;
[/code]

This post has been edited by QQfoolsorellina on Jun 10, 2012 3:34

Hercules Elf Bot - Jun 10, 2012 4:40

Originally posted by [b]malufett[/b]
@Kenpachi
at no.5 SC_WHITEPOTIONZ is not define so it is suppose to be SC_EXTRACT_WHITE_POTION_Z

so no need for src cause its already implemented in source

Hercules Elf Bot - Jun 10, 2012 6:52

Originally posted by [b]Brian[/b]
@QQfoolsorellina and [url="http://build.rathena.org/builders/map-server_sql/builds/695/"]BuildBot[/url]:
[list]Fixed in [rev=16259], thanks for letting us know![/list]

This post has been edited by Brian on Jun 10, 2012 6:53

Hercules Elf Bot - Jun 10, 2012 15:26

Originally posted by [b]Kenpachi[/b]
Sorry for the missing escape. T_T
5 was fixed in [rev=16261]. (Thanks malufett)

To completely fix this report I still need a bonus that reduces the SP consumption of a specific skill by x%. (Ur's Seal #2574)
-> Moving to Core section.

This post has been edited by Kenpachi on Jun 10, 2012 16:07

Hercules Elf Bot - Aug 4, 2012 21:06

Originally posted by [b]Xantara[/b]
bSkillUseSPrate/bUseSPrateSkill added by Ind in [rev=16273].

Just wondering, shouldn't Ur's Seal (#2883) use bSkillUseSP instead of bSkillUseSPrate? (According to [url="http://db.irowiki.org/db/item-info/2883/"]iRO Wiki DB[/url] anyways)

Moving back to Databases.

Hercules Elf Bot - Aug 22, 2012 19:05

Originally posted by [b]Kenpachi[/b]
Yes Xantara, you are right... my fault. T_T

Finally fixed in [rev=16684].