diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-16 20:11:37 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-16 20:26:34 +0200 |
commit | c0fa45992b123f08e91e86dac11aca765ea73cd2 (patch) | |
tree | 8ef57d0a5fc7d33263d1ba0a3af7555ec3b25061 /npc/025-1 | |
parent | 36bceef55e7a7e34275e8722bf28fd5f22988c82 (diff) | |
download | serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.tar.gz serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.tar.bz2 serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.tar.xz serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.zip |
Simplified the battles a bit for the chars level 50. Changed beginning of the quest: you need to give the cherris you found for Rossy and give them to Olana instead of bottles of water.
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/rossy.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/025-1/rossy.txt b/npc/025-1/rossy.txt index 3b13b573..7d6d2d3b 100644 --- a/npc/025-1/rossy.txt +++ b/npc/025-1/rossy.txt @@ -50,13 +50,12 @@ L_Check: if(countitem("Cherry") < 10) goto L_Get; mes "[Rossy]"; set Rossy_Quest, 2; - delitem "Cherry", 10; getexp 2000, 0; - mes "\"I can't believe my eyes, you got them all! Thanks a lot!\""; + mes "\"I can't believe my eyes, you got them all! Please give them to my mother when she will ask for them.\""; next; menu "No problem, I'm in a hurry, bye.", -, - "I'm always here to help, do you need anything else?", L_Done; + "Certainly, I'm always here to help, do you need anything else?", L_Done; mes "[Rossy]"; mes "\"I might need your help later. Bye.\""; |