git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12945 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6b4556311a
commit
d94dc685e1
1406
db/Changelog.txt
1406
db/Changelog.txt
File diff suppressed because it is too large
Load Diff
@ -4402,6 +4402,7 @@
|
||||
1833,Kasa@WZ_METEOR,chase,83,1,5000,1000,10000,no,target,always,,,,,,,
|
||||
1833,Kasa@WZ_METEOR,attack,83,1,5000,1000,10000,no,target,always,,,,,,,
|
||||
1833,Kasa@HW_GANBANTEIN,attack,483,5,5000,500,5000,no,target,myhpltmaxrate,20,,,,,,
|
||||
1833,Kasa@CR_REFLECTSHIELD,attack,252,1,10000,0,100000,no,self,myhpltmaxrate,20,,,,,,
|
||||
1834,Salamander@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,
|
||||
1834,Salamander@MG_FIREBALL,idle,17,5,10000,0,5000,yes,target,always,,,,,,,
|
||||
1834,Salamander@MG_FIREBALL,chase,17,5,10000,0,5000,yes,target,always,,,,,,,
|
||||
|
@ -853,7 +853,7 @@
|
||||
4008,356,10,3,10,6,5,60,3,0,0,0,0 //LK_PARRYING#Parrying#
|
||||
4008,357,5,4,1,55,5,63,1,0,0,0,0 //LK_CONCENTRATION#Concentration#
|
||||
4008,358,1,4,10,6,5,8,3,0,0,0,0 //LK_TENSIONRELAX#Relax#
|
||||
4008,359,1,50,0,0,0,0,0,0,0,0,0,0 //LK_BERSERK#Frenzy# //check this, the last ",0" shouldn't be needed I think
|
||||
4008,359,1,50,0,0,0,0,0,0,0,0,0,0 //LK_BERSERK#Frenzy# //It has an extra collumn after "MaxLevel" for Job Level 50 requeriment
|
||||
4008,397,5,55,10,56,5,58,5,63,1,0,0 //LK_SPIRALPIERCE#Spiral Pierce#
|
||||
4008,398,5,55,9,63,1,0,0,0,0,0,0 //LK_HEADCRUSH#Traumatic Blow#
|
||||
4008,399,10,55,9,64,3,398,3,0,0,0,0 //LK_JOINTBEAT#Vital Strike#
|
||||
|
@ -220,20 +220,6 @@ hu_in01,111,386,4 script Chris 86,{
|
||||
|
||||
}
|
||||
|
||||
//Rachel
|
||||
//---------------------------------------------------------------------------
|
||||
hu_in01,365,170,5 script Rachel 793,{
|
||||
|
||||
mes "[Rachel]";
|
||||
mes "You know what I love?";
|
||||
mes "Sitting in front of a warm";
|
||||
mes "stove on a cold night. I just";
|
||||
mes "feel so fuzzy and comfortable,";
|
||||
mes "and it's so relaxing!";
|
||||
close;
|
||||
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------
|
||||
// Party Supplies/Firecracker Seller
|
||||
//--------------------------------------------------------------
|
||||
|
@ -29,7 +29,7 @@ function script F_GldTreas {
|
||||
// Don't spawn treasures if Castle is empty, or Eco is greater than 100
|
||||
if(GetCastleData(getarg(0),2) > 100 || GetCastleData(getarg(0),1) == 0) return;
|
||||
|
||||
// Only spawn one treasure chest for notice castles.
|
||||
// Only spawn one treasure chest for novice castles.
|
||||
if (compare(getarg(0),"nguild"))
|
||||
set getarg(2),1;
|
||||
else
|
||||
|
@ -4603,7 +4603,7 @@ hu_in01,365,170,3 script Girl#Hu 793,{
|
||||
|
||||
}
|
||||
|
||||
hu_in01,377,106,3 script Pub Granny 891,{
|
||||
hu_in01,377,106,3 script Pub Granny 892,{
|
||||
|
||||
mes "[Pub Granny]";
|
||||
mes "Recently we have many tourists visiting our town.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user