git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@721 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
67a578fe5f
commit
aa1831b0cd
@ -60,8 +60,7 @@ prontera.gat,78,150,3 script Dairenne 90,{
|
||||
}
|
||||
|
||||
// Merideth --------------------------------------------------------------
|
||||
prontera.gat,106,117,6 script Merideth 91,
|
||||
{
|
||||
prontera.gat,106,117,6 script Merideth 91,{
|
||||
mes "[Merideth]";
|
||||
mes "The weather was nice on my day off, so my family and I decided to have a picnic.";
|
||||
mes "We chose to go to a somewhat secluded area and were amazed at what we saw.";
|
||||
@ -112,8 +111,7 @@ prontera.gat,160,133,2 script YuPi 102,{
|
||||
}
|
||||
|
||||
// Shuger -------------------------------------------------------------
|
||||
prontera.gat,102,287,5 script Shuger 98,
|
||||
{
|
||||
prontera.gat,102,287,5 script Shuger 98,{
|
||||
mes "[Shuger]";
|
||||
mes "In the fields outside of town, there are pink monsters called '^FF8888Porings^000000'.";
|
||||
mes "Though they are cute and do not harm people, they are notorious looters. They will absorb any item that they find on the ground.";
|
||||
|
@ -898,8 +898,7 @@ in_rogue.gat,252,320,0 script rogue_mob13 139,0,8,{
|
||||
//================================================
|
||||
// End Warp
|
||||
//================================================
|
||||
in_rogue.gat,370,320,0 script rogue04 45,1,1,
|
||||
{
|
||||
in_rogue.gat,370,320,0 script rogue04 45,1,1,{
|
||||
set ROGUE_Q, 5;
|
||||
killmonsterall "in_rogue.gat";
|
||||
warp "in_rogue.gat",378,113;
|
||||
|
@ -17,8 +17,7 @@
|
||||
|
||||
|
||||
//<-------------------------------------- Fatal Blow------------------------------------>\\
|
||||
prt_in.gat,75,88,5 script Leon 85,
|
||||
{
|
||||
prt_in.gat,75,88,5 script Leon 85,{
|
||||
mes "[Leon]";
|
||||
if(callfunc("Is_Sword_Class")) goto L_Start;
|
||||
if(Class == Job_Novice) goto L_Novice;
|
||||
@ -159,8 +158,7 @@ L_Done:
|
||||
|
||||
|
||||
//<---------------------------------- Moving HP Recovery ---------------------------------->\\
|
||||
izlude_in.gat,175,130,2 script Knight De Thomas 98,
|
||||
{
|
||||
izlude_in.gat,175,130,2 script Knight De Thomas 98,{
|
||||
mes "[Knight De Thomas]";
|
||||
if(callfunc("Is_Sword_Class")) goto L_Start;
|
||||
|
||||
@ -261,8 +259,7 @@ L_Check:
|
||||
|
||||
|
||||
//<----------------------------------------- Auto-Berserk --------------------------------->\\
|
||||
prt_in.gat,94,57,3 script Juan 85,
|
||||
{
|
||||
prt_in.gat,94,57,3 script Juan 85,{
|
||||
mes "[Juan]";
|
||||
if(callfunc("Is_Sword_Class")) goto L_Start;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user