Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (3)No (0)
Photo

Item Database [Renewal]

Posted by Hercules Bot on 02 June 2012 - 11:04 AM

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

2. Black Wing Equipment ( Mora Set Equipment For Ranger ) http://irowiki.org/w...ora#Mora_EquipsSource : http://db.irowiki.or...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.or...tem-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.).

Originally posted by jTynne
Confirmed

Originally posted by Kenpachi
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.

Originally posted by QQfoolsorellina
item id 15037 got this warning
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; } }


\"

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

Edited by QQfoolsorellina, 10 June 2012 - 03:34 AM.


Originally posted by malufett
@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

Originally posted by Brian
@QQfoolsorellina and BuildBot:
Fixed in [rev=16259], thanks for letting us know!

Originally posted by Kenpachi
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.

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

Just wondering, shouldn't Ur's Seal (#2883) use bSkillUseSP instead of bSkillUseSPrate? (According to iRO Wiki DB anyways)

Moving back to Databases.

Originally posted by Kenpachi
Yes Xantara, you are right... my fault. T_T

Finally fixed in [rev=16684].