Issue information

Issue ID
#5380
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 1, 2012 8:23
Last Post
Hercules Elf Bot
Mar 11, 2012 22:14
Confirmation
N/A

Hercules Elf Bot - Mar 1, 2012 8:23

Originally posted by [b]Vali[/b]
Hi,

The Eye of Heelion Quest is giving the incorrect amount of exp (10 times less).

http://irowiki.org/wiki/Eye_of_Hellion_Quest

https://rathena.svn.sourceforge.net/svnroot/rathena/!svn/bc/15623/trunk/npc/quests/eye_of_hellion.txt

[CODE]
mes "[Sir Chilias'Tyus]";
mes "Please take this";
mes "Nile Rose, which will";
mes "keep the power of the gem";
mes "in check. I trust that you will";
mes "keep its secret and protect it";
mes "from those motivated by greed.";
delitem 7332,1; //Slate
delitem 7337,countitem(7337); //Eye_Of_Hellion
set HELLIONQ,69;
getitem 2658,1; //Nile_Rose_
getitem 603,1; //Old_Blue_Box
getexp 120000,0;
next;
[/CODE]

Must give 1200000

[CODE]
mes "[Sir Chilias'Tyus]";
mes "Please take this";
mes "Nile Rose, which will";
mes "keep the power of the gem";
mes "in check. I trust that you will";
mes "keep its secret and protect it";
mes "from those motivated by greed.";
delitem 7332,1; //Slate
set HELLIONQ,70;
getitem 2658,1; //Nile_Rose_
getexp 100000,0;
next;
[/CODE]

Must give 1000000



Vali~

Hercules Elf Bot - Mar 1, 2012 13:35

Originally posted by [b]Masao[/b]
Well according to the official file the current amount of exp in the quest is correct even tho' iro wiki says something else.

So i'd say it's working as intended.

Hercules Elf Bot - Mar 2, 2012 8:40

Originally posted by [b]Muad_Dib[/b]
Renewal did hack all quest exp rewards /10