* Some cleaning of "Eden Group Quests" script, fixes include bugreport:6510 (re\quests\eden\eden_quests.txt)

* Other misc. cleaning...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16671 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
euphyy 2012-08-20 19:07:14 +00:00
parent 4d97ca703d
commit d0d887fffa
4 changed files with 419 additions and 1292 deletions

View File

@ -1800,10 +1800,10 @@
2784,Oh_Holy_Night,Christmas Musicbox,5,20,,100,,0,,0,0xFFFFFFFF,7,2,136,,1,0,0,{ skill "ALL_WEWISH",1; },{},{}
2785,Orleans_Glove_M,Orlean's Gloves,5,20,,100,,0,,1,0xFFFFFFFE,2,2,136,,90,0,0,{ bonus bDex,2; bonus bMatkRate,3; },{},{}
2786,Spiritual_Ring_M,Spiritual Ring,5,20,,100,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus bInt,2; bonus bDex,1; },{},{}
2787,Waterdrop_Brooch,Waterdrop Brooch, 5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bMdef,2; bonus bMaxHPrate,1; bonus2 bSubEle,Ele_Water,5; },{},{}
2788,Bradium_Earing,Bradium Earring, 5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bInt,1; bonus bDex,1; bonus bEquipmentMatk,5; },{},{}
2789,Bradium_Ring,Bradium Ring, 5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bStr,1; bonus bVit,1; bonus bAtk,5; },{},{}
2790,Bradium_Brooch,Bradium Brooch, 5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bAgi,1; bonus bFlee,4; if(readparam(bAgi)==120) bonus bCritical,4; },{},{}
2787,Waterdrop_Brooch,Waterdrop Brooch,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bMdef,2; bonus bMaxHPrate,1; bonus2 bSubEle,Ele_Water,5; },{},{}
2788,Bradium_Earing,Bradium Earring,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bInt,1; bonus bDex,1; bonus bEquipmentMatk,5; },{},{}
2789,Bradium_Ring,Bradium Ring,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bStr,1; bonus bVit,1; bonus bAtk,5; },{},{}
2790,Bradium_Brooch,Bradium Brooch,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bAgi,1; bonus bFlee,4; if(readparam(bAgi)==120) bonus bCritical,4; },{},{}
2791,Just_Got_Fish,Fresh Fish,5,20,,500,,0,,1,0xFFFFFFFF,7,2,136,,1,0,0,{ bonus bHit,3; },{},{}
//2792,Ring_Of_Flame_Lord_I,Ring of Flame Lord,5,0,,0,,0,,0,0x00CFFF80,2,2,136,,0,0,0,{ bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,30; bonus3 bAutoSpell,"MO_EXPLOSIONSPIRITS",1,10; bonus3 bAutoSpell,"PA_PRESSURE",2,30; bonus3 bAutoSpell,"MG_FIREBALL",1,150; bonus3 bAutoSpell,"KN_BOWLINGBASH",5,20; },{},{}
//2793,Ring_Of_Resonance_I,Ring of Resonance,5,0,,0,,2,,0,0x00CFFF80,2,2,136,,0,0,0,{ bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,50,0; bonus3 bAutoSpellWhenHit,"AS_SPLASHER",10,20; bonus3 bAutoSpellWhenHit,"AL_HEAL",10,30; bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",3,20; bonus3 bAutoSpellWhenHit,"CG_TAROTCARD",5,20; },{},{}

View File

@ -20,23 +20,23 @@ morocc,156,70,3 script Girl#H-1 93,{
if (Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) {
if (BaseLevel == 99 && JobLevel > 49) {
if (job_sha == 0) {
mes "Hey! Stop!";
mes "Are you interested in hearing a funny story?";
next;
select("What story?");
mes "[Girl]";
mes "Have you been to the guild recently?";
mes "Some interesting things have happened lately.";
mes "Maybe new guests...";
next;
mes "[Girl]";
mes "I heard it has to do with something called a Shadow Chaser.";
mes "You should go and check it out.";
next;
mes "[Girl]";
mes "Everytime they visit us, they are on new missions.";
mes "What missions are they doing I wonder?";
set job_sha,1;
mes "Hey! Stop!";
mes "Are you interested in hearing a funny story?";
next;
select("What story?");
mes "[Girl]";
mes "Have you been to the guild recently?";
mes "Some interesting things have happened lately.";
mes "Maybe new guests...";
next;
mes "[Girl]";
mes "I heard it has to do with something called a Shadow Chaser.";
mes "You should go and check it out.";
next;
mes "[Girl]";
mes "Everytime they visit us, they are on new missions.";
mes "What missions are they doing I wonder?";
set job_sha,1;
} else if (job_sha == 1) {
mes "If you have any interest... just go! Do you know where the guild is?";
next;

View File

@ -383,7 +383,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 567,{
mes "[Nodor]";
mes "Have you visited already?";
next;
select("How much money shoud I give?");
select("How much money should I give?");
mes "[Nodor]";
mes "Oh, you didn't go there yet?";
mes "Give him a little, ya~";

File diff suppressed because it is too large Load Diff