Revert the amount of Base Exp reward.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16023 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
8db69ca6a7
commit
a5d70a0749
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.2
|
//= 2.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= rAthena SVN
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -39,6 +39,7 @@
|
|||||||
//= 2.0 Added Mid Camp Warper, translated from the Official [Slim]
|
//= 2.0 Added Mid Camp Warper, translated from the Official [Slim]
|
||||||
//= 2.1 Fixed some typos [tr0n]
|
//= 2.1 Fixed some typos [tr0n]
|
||||||
//= 2.2 Fixed giving of Base Exp [JayPee]
|
//= 2.2 Fixed giving of Base Exp [JayPee]
|
||||||
|
//= 2.3 Revert the amount of Base Exp reward [JayPee]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Onward to the New World
|
// Onward to the New World
|
||||||
@ -9914,7 +9915,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{
|
|||||||
mes "You've brough Pieces of Fish!";
|
mes "You've brough Pieces of Fish!";
|
||||||
mes "GOOD JOB!";
|
mes "GOOD JOB!";
|
||||||
delitem 6039,10; //Piece_Of_Fish
|
delitem 6039,10; //Piece_Of_Fish
|
||||||
getexp 30000,0;
|
getexp 3000,0;
|
||||||
set ep13_yong1,10;
|
set ep13_yong1,10;
|
||||||
setquest 12060;
|
setquest 12060;
|
||||||
next;
|
next;
|
||||||
@ -9934,7 +9935,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{
|
|||||||
mes "You've brough Pieces of Fish!";
|
mes "You've brough Pieces of Fish!";
|
||||||
mes "GOOD JOB!";
|
mes "GOOD JOB!";
|
||||||
delitem 6039,10; //Piece_Of_Fish
|
delitem 6039,10; //Piece_Of_Fish
|
||||||
getexp 15000,0;
|
getexp 1500,0;
|
||||||
setquest 12060;
|
setquest 12060;
|
||||||
set ep13_yong1,ep13_yong1+1;
|
set ep13_yong1,ep13_yong1+1;
|
||||||
next;
|
next;
|
||||||
@ -9955,7 +9956,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{
|
|||||||
mes "You've brough Pieces of Fish!";
|
mes "You've brough Pieces of Fish!";
|
||||||
mes "GOOD JOB!";
|
mes "GOOD JOB!";
|
||||||
delitem 6039,10; //Piece_Of_Fish
|
delitem 6039,10; //Piece_Of_Fish
|
||||||
getexp 15000,0;
|
getexp 1500,0;
|
||||||
setquest 12060;
|
setquest 12060;
|
||||||
set ep13_yong1,ep13_yong1+1;
|
set ep13_yong1,ep13_yong1+1;
|
||||||
next;
|
next;
|
||||||
@ -9975,7 +9976,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{
|
|||||||
mes "You've brough Pieces of Fish!";
|
mes "You've brough Pieces of Fish!";
|
||||||
mes "GOOD JOB!";
|
mes "GOOD JOB!";
|
||||||
delitem 6039,10; //Piece_Of_Fish
|
delitem 6039,10; //Piece_Of_Fish
|
||||||
getexp 15000,0;
|
getexp 1500,0;
|
||||||
setquest 12060;
|
setquest 12060;
|
||||||
set ep13_yong1,ep13_yong1+1;
|
set ep13_yong1,ep13_yong1+1;
|
||||||
next;
|
next;
|
||||||
@ -9998,7 +9999,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{
|
|||||||
mes "You've brough Pieces of Fish!";
|
mes "You've brough Pieces of Fish!";
|
||||||
mes "GOOD JOB!";
|
mes "GOOD JOB!";
|
||||||
delitem 6039,10; //Piece_Of_Fish
|
delitem 6039,10; //Piece_Of_Fish
|
||||||
getexp 15000,0;
|
getexp 1500,0;
|
||||||
setquest 12060;
|
setquest 12060;
|
||||||
set ep13_yong1,ep13_yong1+1;
|
set ep13_yong1,ep13_yong1+1;
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user