Issue information

Issue ID
#8633
Status
Working as Intended
Severity
None
Started
vykimo
Apr 17, 2015 15:47
Last Post
vykimo
Apr 19, 2015 21:57
Confirmation
N/A

vykimo - Apr 17, 2015 15:47

I've found bug:
re/Instances/WolfchevLaboratory.txt
Line 503 :
Need to update the "mes" with :[code=auto:0] mes "<<Ancient Gold Ornament [1]>>"; mes " If base Lv. 150, All Stats +2. If Swordman, Merchant, Thief class, ATK +8%. If Mage or Acolyte, MATK +8%, increase 7% of heal amount, If Archer, DEX +3, increase long distance physical attack power 10%.."; mes "Upper Head / Def 7 / Weight 40 / Required Lv 100 / Socket 1 / for All except Novice"; [/code]

This post has been edited by vykimo on Apr 17, 2015 15:47

Dastgir - Apr 17, 2015 16:08

Wasn't this updated recently?

Dastgir - Apr 17, 2015 16:11

The message inserted in that is from aegis, if you have info from iRO (since that's the only English) having this NPC and description as you mentioned, please take a screenshot and upload it, so we can too confirm it.
Till then , marking it as Working As Intended.

vykimo - Apr 19, 2015 21:57

I simply use the item's description of the item Ancient Gold Ornament, which is called next to the description.[code=auto:0] callsub L_Reward, Ancient_Gold_Deco, 300, 300, 400; [/code]

Like, for instance, the previous one :[code=auto:0] mes "<<Green Operating Gown[1]>>"; mes "DEX + 1, MSP + 30. Equipping with Scalpel will let to drop 'Immortal Heart', 'Alcohol' with a certain chance when hunting Human, Animal type monsters. Refine Lv affects the drop rate."; mes "Armor / Def 66 / Weight 66 / Required Lv 100 / Socket 1 / for Generic"; callsub L_Reward, Green_Operation_Coat, 100, 50, 30; [/code]
Then, my text isn't official but it's the official description of the item ancient gold ornament. This is still better than the description of the Green Operating Gown wrongly repetated (iro scripter's mistake probably).

This post has been edited by vykimo on Apr 19, 2015 22:01