diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 19:24:13 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 19:24:13 +0000 |
commit | fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (patch) | |
tree | 5a35b6bc4108d8cb23fa75e0e32b97f22eb1ba12 /npc/quests/quests_juperos.txt | |
parent | 338d99ce33637c33d20ceb636aebe0e25ab91665 (diff) | |
parent | 53453425e64412f22734ae9a783c853a3f17027e (diff) | |
download | hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.gz hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.bz2 hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.xz hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.zip |
- Merged /branches/renewal/conf (partial)
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt)
- Merged /branches/renewal/npc (full)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_juperos.txt')
-rw-r--r-- | npc/quests/quests_juperos.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 3452c8904..82d6cd6d0 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -647,7 +647,7 @@ function script Func_JupHist { delitem getarg(0),1; set yuno_hist,5; set jupe_hist,getarg(1); - getexp 100000,0; + getexp 10000,0; next; mes "[Fayruz]"; mes "Everyone can relate"; @@ -728,7 +728,7 @@ function script Func_JupHist { else set jupe_hist,jupe_hist +8; } set yuno_hist,6; - getexp 100000,0; + getexp 10000,0; next; mes "[Fayruz]"; mes "By now I'm sure you've"; @@ -858,7 +858,7 @@ function script Func_JupHist { else set jupe_hist,jupe_hist +8; } set yuno_hist,8; - getexp 100000,0; + getexp 10000,0; next; mes "[Fayruz]"; mes "Well... That's just my"; @@ -959,7 +959,7 @@ function script Func_JupHist { else set jupe_hist,jupe_hist+8; set yuno_hist,10; delitem getarg(0),1; - getexp 100000,0; + getexp 10000,0; next; mes "[Fayruz]"; mes "Well, that is the"; |