Celestia's Groceries quest GP reward

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
DragonStar
Peon
Peon
Posts: 38
Joined: 08 Jan 2015, 13:12

Celestia's Groceries quest GP reward

Post by DragonStar »

After completing the Celestia's Groceries quest, it says that the GP reward is 20k GP, but only 10k GP is given. From https://github.com/themanaworld/tmwa-se ... lestia.txt:

L_GiveGroceries:
mes "Celestia smiles.";
next;
mes "\"Wonderful, I am so glad you were able to track them down.";
mes "That will be enough to keep me in supply for some time.\"";
next;
mes "\"Here, take this Beret.";
mes "I hope it looks better on you than it does on me, as it does not go well with my fine dresses.\"";
next;
mes "Celestia also hands you a heavy pouch filled with gold pieces.";
mes;
mes "["+getitemlink("Beret")+"]";
mes "[20,000 GP]";
mes "[20,000 EXP]";
delitem "ChocolateBar", 100; // remove chocolate bars
delitem "GingerBreadMan", 50; // remove ginger bread men
getitem "Beret", 1; // give beret
getexp 20000, 0; // XXX is this amount reasonable?
set Zeny, Zeny + 10000; // XXX is this amount reasonable?
set QL_CELESTIA, 3; // set the state to "completed easy quest"
close;
Ecuador
Novice
Novice
Posts: 73
Joined: 19 Apr 2016, 18:49

Re: Celestia's Groceries quest GP reward

Post by Ecuador »

I'm both new here and new to GitHub. Made this pull request for the bug: https://github.com/themanaworld/tmwa-se ... a/pull/481
User avatar
Rill
Novice
Novice
Posts: 247
Joined: 21 Jun 2012, 05:59

Re: Celestia's Groceries quest GP reward

Post by Rill »

On April 20, I did this Quest with three different characters. Each time, I received only 10,000 gp.
Here is the information from my TMW debug log for that date:

[19:22] You picked up 100 [@@509|Chocolate Bar@@].
[19:24] You picked up 50 [@@512|Ginger Bread Man@@].
[19:25] You picked up 1 [@@1196|Beret@@].
[19:25] You picked up 10 000GP.
[19:33] You picked up 100 [@@509|Chocolate Bar@@].
[19:34] You picked up 1 [@@1196|Beret@@].
[19:34] You picked up 10 000GP.
[19:44] You picked up 100 [@@509|Chocolate Bar@@].
[19:44] You picked up 50 [@@512|Ginger Bread Man@@].
[19:45] You picked up 1 [@@1196|Beret@@].
[19:45] You picked up 10 000GP.
Post Reply