* Fixed Guardian Stone respawns in WOE SE. (bugreport:7849)
* Fixed job checks in Falcon Flute Trader script. (bugreport:7839) * Fixed Guillotine Katar slots. (bugreport:7838) * Fixed @itembound type 4 not working. * Bossnia changes: - Monsters should not be spawned with 'boss_monster' according to official scripts; removed 'notomb' mapflags accordingly (partial revert of r17404). - Merged file into events/bossnia.txt, since the spawns and warps should be disabled by default. Signed-off-by: Euphy <euphy@rathena.org>
This commit is contained in:
parent
4025d87d62
commit
3beb7833f9
@ -648,7 +648,7 @@
|
||||
1288,Bloody_Fear_C,Bloody Fear,4,1,,0,145,,1,0,0x00001000,7,2,34,4,1,0,16,{},{},{}
|
||||
1289,P_Katar1,Eden Katar I,4,0,,0,155,,1,0,0x00001000,7,2,34,3,60,0,16,{},{},{}
|
||||
1290,Agent_Katar,Agent Katar,4,41000,,1200,170,,1,1,0x00001000,7,2,34,3,100,1,16,{ bonus bHit,readparam(bLuk)/2; },{},{}
|
||||
1291,Guillotine_Katar,Guillotine Katar,4,56000,,1500,200,,1,0,0x00001000,7,2,34,4,140,1,16,{ bonus bDex,2; bonus bFlee,-30; bonus2 bAddRace,RC_DemiHuman,50; bonus2 bSkillAtk,"GC_CROSSIMPACT",30; },{},{}
|
||||
1291,Guillotine_Katar,Guillotine Katar,4,56000,,1500,200,,1,1,0x00001000,7,2,34,4,140,1,16,{ bonus bDex,2; bonus bFlee,-30; bonus2 bAddRace,RC_DemiHuman,50; bonus2 bSkillAtk,"GC_CROSSIMPACT",30; },{},{}
|
||||
1292,Upg_Katar,Upg Katar,4,20,,1000,80,,1,1,0x00001000,7,2,34,3,1,1,16,{ bonus bBaseAtk,(getrefine()*10); bonus bCritAtkRate,(getrefine()*2); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10); },{},{}
|
||||
1293,Velum_Jamadhar,Vellum Jamadhar,4,20,,1200,170,,1,0,0x00001000,7,2,34,4,95,1,16,{ bonus bAspdRate,getrefine(); },{},{}
|
||||
1294,Velum_Scare,Vellum Scale,4,20,,1200,50,,1,0,0x00001000,7,2,34,4,95,1,16,{ bonus2 bSPVanishRate,10000,10; },{},{}
|
||||
@ -714,8 +714,8 @@
|
||||
1389,E_Tomahawk_C,Tomahawk,4,2,,0,200,,1,0,0x000444A2,7,2,34,4,0,0,7,{ bonus bAtkEle,Ele_Wind; },{},{}
|
||||
1390,E_Right_Epsilon_C,Light Epsilon,4,1,,0,229,,1,0,0x000444A2,7,2,34,4,1,0,7,{ bonus bAtkEle,Ele_Holy; bonus bStr,10; },{},{}
|
||||
1391,P_Two_Handed_Axe1,Eden Two-Handed Axe I,4,0,,0,195,,1,0,0x000444A2,7,2,34,3,60,0,7,{},{},{}
|
||||
1392,Ignus_Steel,Ignus Steel,4,56000,,1900,250,,1,1,0x000444A2,7,2,34,4,95,1,7,{ bonus bAtkEle,Ele_Fire; bonus bUnbreakableWeapon,0; },{},{}
|
||||
1393,End_Sectora,End Sectora,4,56000,,1900,250,,1,1,0x000444A2,7,2,34,4,95,1,7,{ bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0; },{},{}
|
||||
1392,Ygnus_Stale,Ignus Steel,4,56000,,1900,250,,1,1,0x000444A2,7,2,34,4,95,1,7,{ bonus bAtkEle,Ele_Fire; bonus bUnbreakableWeapon,0; },{},{}
|
||||
1393,End_Sektura,End Sectora,4,56000,,1900,250,,1,1,0x000444A2,7,2,34,4,95,1,7,{ bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0; },{},{}
|
||||
1394,Upg_Two_Handed_Axe,Upg Two Handed Axe,4,20,,2000,110,,1,1,0x000444A2,7,2,34,3,1,1,7,{ bonus bBaseAtk,(getrefine()*14); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10); },{},{}
|
||||
1395,Velum_Buster,Vellum Buster,4,20,,2500,50,,1,0,0x000444A2,7,2,34,4,95,1,7,{ bonus bUnbreakableWeapon,0; bonus2 bSPVanishRate,10000,10; },{},{}
|
||||
1396,Velum_Guillotine,Vellum Guillotine,4,20,,5500,300,,1,0,0x000444A2,7,2,34,4,95,1,7,{ bonus bUnbreakableWeapon,0; bonus2 bAddRace,RC_DemiHuman,40; bonus2 bIgnoreDefRate,RC_DemiHuman,30; if(getrefine()>=6) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",80; bonus2 bSkillAtk,"NC_POWERSWING",80; } if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,60; } },{},{}
|
||||
|
@ -7713,7 +7713,7 @@ current invoking character.
|
||||
*mercenary_create <class>,<contract time>;
|
||||
|
||||
This command summons a mercenary for a given time (in milliseconds). For a
|
||||
list of all available classes, see 'db/mercenary_db'.
|
||||
list of all available classes, see 'db/mercenary_db.txt'.
|
||||
|
||||
This command is typically used in item scripts of mercenary scrolls.
|
||||
|
||||
|
@ -3,18 +3,20 @@
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= Bossnia Warp NPC's.
|
||||
//= Bossnia MVP event.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 Converted from the official script.
|
||||
//= 1.1 Optimized. [Euphy]
|
||||
//= 1.2 Moved spawns and warps (by Masao) to this file. [Euphy]
|
||||
//============================================================
|
||||
|
||||
prontera,132,125,4 script Bossnia Staff::bsw 908,{
|
||||
|
||||
// Entrance NPCs
|
||||
//============================================================
|
||||
prontera,132,125,4 script Bossnia Staff#1 908,{
|
||||
mes "[Riss]";
|
||||
mes "Hello?";
|
||||
mes "I found some beautiful places";
|
||||
@ -64,7 +66,7 @@ prontera,132,125,4 script Bossnia Staff::bsw 908,{
|
||||
next;
|
||||
if (Zeny > 4999) {
|
||||
mes "[Riss]";
|
||||
mes "Would you really like to take the challenge??";
|
||||
mes "Would you really like to take the challenge?";
|
||||
mes "Ok, just choose the course.";
|
||||
next;
|
||||
set .@i, select("First","Second","Third","Fourth");
|
||||
@ -81,9 +83,194 @@ prontera,132,125,4 script Bossnia Staff::bsw 908,{
|
||||
mes "Come back when you have at least 5,000 zeny.";
|
||||
close;
|
||||
}
|
||||
geffen,124,169,4 duplicate(Bossnia Staff#1) Bossnia Staff#2 908
|
||||
payon,165,150,4 duplicate(Bossnia Staff#1) Bossnia Staff#3 908
|
||||
morocc,142,100,4 duplicate(Bossnia Staff#1) Bossnia Staff#4 908
|
||||
lighthalzen,203,140,4 duplicate(Bossnia Staff#1) Bossnia Staff#5 908
|
||||
rachel,132,144,4 duplicate(Bossnia Staff#1) Bossnia Staff#6 908
|
||||
|
||||
geffen,124,169,4 duplicate(bsw) Bossnia Staff#2 908
|
||||
payon,165,150,4 duplicate(bsw) Bossnia Staff#3 908
|
||||
morocc,142,100,4 duplicate(bsw) Bossnia Staff#4 908
|
||||
lighthalzen,203,140,4 duplicate(bsw) Bossnia Staff#5 908
|
||||
rachel,132,144,4 duplicate(bsw) Bossnia Staff#6 908
|
||||
// Warp Portals
|
||||
//============================================================
|
||||
bossnia_01,204,204,0 warp bossnia01 1,1,prontera,155,180
|
||||
bossnia_02,204,204,0 warp bossnia02 1,1,prontera,155,180
|
||||
bossnia_03,204,204,0 warp bossnia03 1,1,prontera,155,180
|
||||
bossnia_04,204,204,0 warp bossnia04 1,1,prontera,155,180
|
||||
|
||||
// Monster Spawns
|
||||
//============================================================
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// bossnia_01 - Bossnia
|
||||
//----------------------------------------------------------------------------
|
||||
bossnia_01,0,0,0,0 monster Garm 1252,5,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Drake 1112,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Detale 1719,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Maya 1147,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_01,0,0,0,0 monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_01,0,0,0,0 monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_01,0,0,0,0 monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_01,137,118,1,1 monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_01,122,195,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_01,45,118,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_01,196,122,1,1 monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_01,142,61,1,1 monster Ifrit 1832,1,0,0,1
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// bossnia_02 - Bossnia
|
||||
//----------------------------------------------------------------------------
|
||||
bossnia_02,0,0,0,0 monster Garm 1252,5,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Drake 1112,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Detale 1719,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Maya 1147,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_02,0,0,0,0 monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_02,0,0,0,0 monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_02,0,0,0,0 monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_02,137,118,1,1 monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_02,122,195,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_02,45,118,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_02,196,122,1,1 monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_02,142,61,1,1 monster Ifrit 1832,1,0,0,1
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// bossnia_03 - Bossnia
|
||||
//----------------------------------------------------------------------------
|
||||
bossnia_03,0,0,0,0 monster Garm 1252,5,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Drake 1112,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Detale 1719,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Maya 1147,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_03,0,0,0,0 monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_03,0,0,0,0 monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_03,0,0,0,0 monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_03,137,118,1,1 monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_03,122,195,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_03,45,118,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_03,196,122,1,1 monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_03,142,61,1,1 monster Ifrit 1832,1,0,0,1
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// bossnia_04 - Bossnia
|
||||
//----------------------------------------------------------------------------
|
||||
bossnia_04,0,0,0,0 monster Garm 1252,5,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Drake 1112,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Detale 1719,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Maya 1147,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_04,0,0,0,0 monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_04,0,0,0,0 monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_04,0,0,0,0 monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_04,137,118,1,1 monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_04,122,195,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_04,45,118,1,1 monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_04,196,122,1,1 monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_04,142,61,1,1 monster Ifrit 1832,1,0,0,1
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= Euphy
|
||||
//===== Current Version: =====================================
|
||||
//= 1.4
|
||||
//= 1.4a
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -16,6 +16,7 @@
|
||||
//= 1.2 Hopefully fixed a processing error. [Euphy]
|
||||
//= 1.3 Fixed barricade issue in schg_cas02. [Cookie]
|
||||
//= 1.4 Added OnGuildBreak event and a spawn check. [Euphy]
|
||||
//= 1.4a Fixed Guardian Stone respawns. [Euphy]
|
||||
//============================================================
|
||||
|
||||
// Core, triggers all other events
|
||||
@ -109,8 +110,8 @@ OnEmpSpawn:
|
||||
|
||||
OnReset:
|
||||
set .@str$, substr(strnpcinfo(2),0,1)+substr(strnpcinfo(2),8,9);
|
||||
donpcevent "df1#"+strnpcinfo(2)+"::OnEnable";
|
||||
donpcevent "df2#"+strnpcinfo(2)+"::OnEnable";
|
||||
donpcevent "df1#"+strnpcinfo(2)+"::OnDisable";
|
||||
donpcevent "df2#"+strnpcinfo(2)+"::OnDisable";
|
||||
donpcevent "gard1#"+strnpcinfo(2)+"::OnReset";
|
||||
donpcevent "gard2#"+strnpcinfo(2)+"::OnReset";
|
||||
donpcevent "1st Guardian Stone#"+.@str$+"::OnDisable";
|
||||
|
@ -336,7 +336,8 @@ aldeba_in,216,169,5 script Esseray#sn 86,{
|
||||
close;
|
||||
}
|
||||
if (BaseJob == Job_SuperNovice) {
|
||||
if (is_function("Esseray_Ex")) callfunc "Esseray_Ex";
|
||||
if (checkre(0))
|
||||
callfunc "Esseray_Ex";
|
||||
mes "[Esseray]";
|
||||
mes "Hm? Hey, you're a member";
|
||||
mes "of our great Novice Society,";
|
||||
|
@ -1,19 +0,0 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Mapflag: Disable MVP Tomb.
|
||||
//===== By: ==================================================
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= Disables MVP tomb on a map.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 Initial script.
|
||||
//============================================================
|
||||
|
||||
// Bossnia ====================
|
||||
bossnia_01 mapflag notomb
|
||||
bossnia_02 mapflag notomb
|
||||
bossnia_03 mapflag notomb
|
||||
bossnia_04 mapflag notomb
|
@ -1,187 +0,0 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Bossnia Monster Spawn Script
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= Any rAthena Version
|
||||
//===== Description: =========================================
|
||||
//= Spawns boss monsters / MvP's in the Bossnia Dungeons.
|
||||
//============================================================
|
||||
|
||||
//==================================================
|
||||
// bossnia_01 - Bossnia
|
||||
//==================================================
|
||||
bossnia_01,0,0,0,0 boss_monster Garm 1252,5,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Drake 1112,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Detale 1719,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Maya 1147,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_01,0,0,0,0 boss_monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_01,137,118,1,1 boss_monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_01,122,195,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_01,45,118,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_01,196,122,1,1 boss_monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_01,142,61,1,1 boss_monster Ifrit 1832,1,0,0,1
|
||||
|
||||
//==================================================
|
||||
// bossnia_02 - Bossnia
|
||||
//==================================================
|
||||
bossnia_02,0,0,0,0 boss_monster Garm 1252,5,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Drake 1112,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Detale 1719,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Maya 1147,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_02,0,0,0,0 boss_monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_02,137,118,1,1 boss_monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_02,122,195,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_02,45,118,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_02,196,122,1,1 boss_monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_02,142,61,1,1 boss_monster Ifrit 1832,1,0,0,1
|
||||
|
||||
//==================================================
|
||||
// bossnia_03 - Bossnia
|
||||
//==================================================
|
||||
bossnia_03,0,0,0,0 boss_monster Garm 1252,5,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Drake 1112,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Detale 1719,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Maya 1147,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_03,0,0,0,0 boss_monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_03,137,118,1,1 boss_monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_03,122,195,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_03,45,118,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_03,196,122,1,1 boss_monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_03,142,61,1,1 boss_monster Ifrit 1832,1,0,0,1
|
||||
|
||||
//==================================================
|
||||
// bossnia_04 - Bossnia
|
||||
//==================================================
|
||||
bossnia_04,0,0,0,0 boss_monster Garm 1252,5,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Gloom Under Night 1768,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Dark Lord 1272,3,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Doppelganger 1046,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Dracula 1389,5,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Drake 1112,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Detale 1719,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Maya 1147,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Mistress 1059,1,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Baphomet 1039,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Egnigem Cenia 1658,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Amon Ra 1511,1,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Atroce 1785,10,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Vesper 1685,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Eddga 1115,1,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Osiris 1038,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Orc Lord 1190,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Orc Hero 1087,2,1800000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Samurai Specter 1492,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Moonlight Flower 1150,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Lord of the Dead 1373,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Ktullanux 1779,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Kiel D-01 1734,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Thanatos Phantom 1708,2,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Lady Tanee 1688,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Tao Gunka 1583,1,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Turtle General 1312,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Pharaoh 1157,2,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Stormy Knight 1251,2,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Falling Bishop 1871,5,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Phreeoni 1159,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Golden Thief Bug 1086,10,3600000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Evil Snake Lord 1418,10,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster RSX-0806 1623,5,7200000,0,1
|
||||
bossnia_04,0,0,0,0 boss_monster Assassin Cross Eremes 1647,1,0,0,1
|
||||
bossnia_04,137,118,1,1 boss_monster Whitesmith Howard 1648,1,0,0,1
|
||||
bossnia_04,122,195,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_04,45,118,1,1 boss_monster Beelzebub 1873,1,0,0,1
|
||||
bossnia_04,196,122,1,1 boss_monster Valkyrie Randgris 1751,1,0,0,1
|
||||
bossnia_04,142,61,1,1 boss_monster Ifrit 1832,1,0,0,1
|
@ -9,6 +9,7 @@
|
||||
//===== Description: =========================================
|
||||
//= Spawns monsters to clean up city. Apparently spawning
|
||||
//= occured in iRO and kRO. Enable this if you want.
|
||||
//===== Additional Comments: =================================
|
||||
//= 0.1a Added a few more towns to spawn Wild rose [MasterOfMuppets]
|
||||
//= 0.1b And even more from Poki#3 [Komurka]
|
||||
//= 1.0 Removed unofficial city cleaners [Playtester]
|
||||
|
@ -11387,7 +11387,7 @@ niflheim,102,54,4 script Mad Man#s 739,{
|
||||
next;
|
||||
switch(select("Pay him.:Don't pay him.")) {
|
||||
case 1:
|
||||
if (Zeny < 60000) {
|
||||
if (Zeny < 20000) {
|
||||
mes "[Laichin]";
|
||||
mes "What is this?";
|
||||
mes "You tryin to welch";
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= Masao, Muad_Dib, Ziu
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//= 1.2a
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -12,11 +12,12 @@
|
||||
//= 1.0 First Version. [Masao]
|
||||
//= 1.1 Added Baby Hunter and Baby Ranger check. bugreport:5728 [Masao]
|
||||
//= 1.2 Added Wolf Flute trader, optimized. [Euphy]
|
||||
//= 1.2a Fixed some conditions. [Euphy]
|
||||
//============================================================
|
||||
|
||||
- script Falcon Flute Trader::fflute -1,{
|
||||
mes "[Falcon Flute Trader]";
|
||||
if (BaseJob == Job_Hunter || Class == Job_Ranger || Class == Job_Ranger_T || Class == Job_Baby_Ranger) {
|
||||
if (BaseJob == Job_Hunter) {
|
||||
mes "Do you need a Falcon?";
|
||||
mes "With a magical Flute, you can call your Falcon from anywhere!";
|
||||
next;
|
||||
@ -40,14 +41,13 @@
|
||||
mes "[Falcon Flute Trader]";
|
||||
mes "If you need a Falcon Flute I will sell them for 12,500 zeny. Or is that too expensive?";
|
||||
next;
|
||||
if (BaseJob == Job_Hunter)
|
||||
set .@price,12500;
|
||||
else {
|
||||
if (eaclass()&EAJL_THIRD) {
|
||||
mes "[Falcon Flute Trader]";
|
||||
mes "For Rangers, however, I have a special price of 10,000 zeny!";
|
||||
set .@price,10000;
|
||||
next;
|
||||
}
|
||||
} else
|
||||
set .@price,12500;
|
||||
if(select("Don't buy one:Buy a Falcon Flute") == 1) {
|
||||
mes "[Falcon Flute Trader]";
|
||||
mes "That's too bad. If you need one, come back!";
|
||||
@ -65,7 +65,7 @@
|
||||
mes "Here, take this flute.";
|
||||
mes "With it you can whistle for your Falcon from anywhere.";
|
||||
set Zeny, Zeny - .@price;
|
||||
getitem 12848,1; // Falcon Flute
|
||||
getitem 12848,1; //Falcon_Flute
|
||||
next;
|
||||
mes "[Falcon Flute Trader]";
|
||||
mes "Just a reminder.";
|
||||
@ -76,7 +76,7 @@
|
||||
mes "I'm sorry but you don't have enough money to buy a Falcon Flute, please come back when you have more money!";
|
||||
close;
|
||||
}
|
||||
if (Class == Job_Baby_Archer || Class == Job_Archer) {
|
||||
if (BaseJob == Job_Archer) {
|
||||
mes "Hello, young one!";
|
||||
mes "Currently I can't help you,";
|
||||
mes "but why don't you return to me when you've become a great Hunter and learned how to handle Falcons properly?";
|
||||
@ -138,4 +138,4 @@ tur_dun01,89,170,5 script Expert Flute Crafter 59,{
|
||||
mes "Eeehh? You are not a Ranger?";
|
||||
mes "Then this flute is totally useless for you!";
|
||||
close;
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ npc: npc/mapflag/nomemo.txt
|
||||
npc: npc/mapflag/nopenalty.txt
|
||||
npc: npc/mapflag/nosave.txt
|
||||
npc: npc/mapflag/noteleport.txt
|
||||
npc: npc/mapflag/notomb.txt
|
||||
npc: npc/mapflag/noreturn.txt
|
||||
npc: npc/mapflag/noskill.txt
|
||||
npc: npc/mapflag/nowarp.txt
|
||||
|
@ -2,7 +2,6 @@
|
||||
// - Monster Scripts -
|
||||
// --------------------------------------------------------------
|
||||
|
||||
npc: npc/mobs/bossnia.txt
|
||||
npc: npc/mobs/citycleaners.txt
|
||||
npc: npc/mobs/jail.txt
|
||||
npc: npc/mobs/pvp.txt
|
||||
|
@ -80,7 +80,6 @@ npc: npc/warps/fields/umbala_fild.txt
|
||||
|
||||
// --------------------------- Others ---------------------------
|
||||
npc: npc/warps/other/airplane.txt
|
||||
npc: npc/warps/other/bossnia.txt
|
||||
npc: npc/warps/other/god.txt
|
||||
npc: npc/warps/other/jobquests.txt
|
||||
npc: npc/warps/other/kiel.txt
|
||||
|
@ -1,18 +0,0 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Bossnia Warps
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= Any rAthena Version
|
||||
//===== Description: =========================================
|
||||
//= Back Warp Points related to the Bossnia event.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 First Version.
|
||||
//============================================================
|
||||
|
||||
bossnia_01,204,204,0 warp bossnia01 1,1,prontera,155,180
|
||||
bossnia_02,204,204,0 warp bossnia02 1,1,prontera,155,180
|
||||
bossnia_03,204,204,0 warp bossnia03 1,1,prontera,155,180
|
||||
bossnia_04,204,204,0 warp bossnia04 1,1,prontera,155,180
|
@ -679,7 +679,7 @@ REPLACE INTO `item_db_re` VALUES (1287,'Durga','Durga',4,20,NULL,1200,'190',NULL
|
||||
REPLACE INTO `item_db_re` VALUES (1288,'Bloody_Fear_C','Bloody Fear',4,1,NULL,0,'145',NULL,1,0,0x00001000,7,2,34,4,'1',0,16,NULL,NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1289,'P_Katar1','Eden Katar I',4,0,NULL,0,'155',NULL,1,0,0x00001000,7,2,34,3,'60',0,16,NULL,NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1290,'Agent_Katar','Agent Katar',4,41000,NULL,1200,'170',NULL,1,1,0x00001000,7,2,34,3,'100',1,16,'bonus bHit,readparam(bLuk)/2;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1291,'Guillotine_Katar','Guillotine Katar',4,56000,NULL,1500,'200',NULL,1,0,0x00001000,7,2,34,4,'140',1,16,'bonus bDex,2; bonus bFlee,-30; bonus2 bAddRace,RC_DemiHuman,50; bonus2 bSkillAtk,"GC_CROSSIMPACT",30;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1291,'Guillotine_Katar','Guillotine Katar',4,56000,NULL,1500,'200',NULL,1,1,0x00001000,7,2,34,4,'140',1,16,'bonus bDex,2; bonus bFlee,-30; bonus2 bAddRace,RC_DemiHuman,50; bonus2 bSkillAtk,"GC_CROSSIMPACT",30;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1292,'Upg_Katar','Upg Katar',4,20,NULL,1000,'80',NULL,1,1,0x00001000,7,2,34,3,'1',1,16,'bonus bBaseAtk,(getrefine()*10); bonus bCritAtkRate,(getrefine()*2); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1293,'Velum_Jamadhar','Vellum Jamadhar',4,20,NULL,1200,'170',NULL,1,0,0x00001000,7,2,34,4,'95',1,16,'bonus bAspdRate,getrefine();',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1294,'Velum_Scare','Vellum Scale',4,20,NULL,1200,'50',NULL,1,0,0x00001000,7,2,34,4,'95',1,16,'bonus2 bSPVanishRate,10000,10;',NULL,NULL);
|
||||
@ -745,8 +745,8 @@ REPLACE INTO `item_db_re` VALUES (1388,'Two_Handed_Axe_C','Two-Handed Axe',4,0,N
|
||||
REPLACE INTO `item_db_re` VALUES (1389,'E_Tomahawk_C','Tomahawk',4,2,NULL,0,'200',NULL,1,0,0x000444A2,7,2,34,4,'0',0,7,'bonus bAtkEle,Ele_Wind;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1390,'E_Right_Epsilon_C','Light Epsilon',4,1,NULL,0,'229',NULL,1,0,0x000444A2,7,2,34,4,'1',0,7,'bonus bAtkEle,Ele_Holy; bonus bStr,10;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1391,'P_Two_Handed_Axe1','Eden Two-Handed Axe I',4,0,NULL,0,'195',NULL,1,0,0x000444A2,7,2,34,3,'60',0,7,NULL,NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1392,'Ignus_Steel','Ignus Steel',4,56000,NULL,1900,'250',NULL,1,1,0x000444A2,7,2,34,4,'95',1,7,'bonus bAtkEle,Ele_Fire; bonus bUnbreakableWeapon,0;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1393,'End_Sectora','End Sectora',4,56000,NULL,1900,'250',NULL,1,1,0x000444A2,7,2,34,4,'95',1,7,'bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1392,'Ygnus_Stale','Ignus Steel',4,56000,NULL,1900,'250',NULL,1,1,0x000444A2,7,2,34,4,'95',1,7,'bonus bAtkEle,Ele_Fire; bonus bUnbreakableWeapon,0;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1393,'End_Sektura','End Sectora',4,56000,NULL,1900,'250',NULL,1,1,0x000444A2,7,2,34,4,'95',1,7,'bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1394,'Upg_Two_Handed_Axe','Upg Two Handed Axe',4,20,NULL,2000,'110',NULL,1,1,0x000444A2,7,2,34,3,'1',1,7,'bonus bBaseAtk,(getrefine()*14); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1395,'Velum_Buster','Vellum Buster',4,20,NULL,2500,'50',NULL,1,0,0x000444A2,7,2,34,4,'95',1,7,'bonus bUnbreakableWeapon,0; bonus2 bSPVanishRate,10000,10;',NULL,NULL);
|
||||
REPLACE INTO `item_db_re` VALUES (1396,'Velum_Guillotine','Vellum Guillotine',4,20,NULL,5500,'300',NULL,1,0,0x000444A2,7,2,34,4,'95',1,7,'bonus bUnbreakableWeapon,0; bonus2 bAddRace,RC_DemiHuman,40; bonus2 bIgnoreDefRate,RC_DemiHuman,30; if(getrefine()>=6) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",80; bonus2 bSkillAtk,"NC_POWERSWING",80; } if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,60; }',NULL,NULL);
|
||||
|
@ -1155,7 +1155,7 @@ ACMD_FUNC(item)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if( bound < 0 || bound > 3 ) {
|
||||
if( bound < 0 || bound > 4 ) {
|
||||
clif_displaymessage(fd, msg_txt(sd,298)); // Invalid bound type
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user