- Follow-up to r15923: fixed renamed file not being svn-copied (and lacking svn history).
- Added svn:eol-style=native property for some recently added text files. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15924 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
49459d342e
commit
a5b8772792
@ -1,32 +1,32 @@
|
||||
// Improvise DB.
|
||||
// Database for skills that can be summoned trough Randomize Spell/Improvised Song (Minstrel/Wanderer Skill).
|
||||
// Format: SkillID,Rate
|
||||
|
||||
// Mage Skills
|
||||
10,5000 // Sight
|
||||
11,5000 // Napalm Beat
|
||||
12,5000 // Safety Wall
|
||||
13,5000 // Soul Strike
|
||||
14,5000 // Cold Bolt
|
||||
15,5000 // Frost Diver
|
||||
16,5000 // Stone Curse
|
||||
17,5000 // Fire Ball
|
||||
18,5000 // Fire Wall
|
||||
19,5000 // Fire Bolt
|
||||
20,5000 // Lightning Bolt
|
||||
21,5000 // Thunderstorm
|
||||
|
||||
// Wizard Skills
|
||||
80,2500 // Fire Pillar
|
||||
81,2500 // Sightrasher
|
||||
83,2500 // Meteor Storm
|
||||
84,2500 // Jupitel Thunder
|
||||
85,2500 // Lord of Vermilion
|
||||
86,2500 // Water Ball
|
||||
87,2500 // Ice Wall
|
||||
88,2500 // Frost Nova
|
||||
89,2500 // Storm Gust
|
||||
90,2500 // Earth Spike
|
||||
91,2500 // Heaven's Drive
|
||||
92,2500 // Quagmire
|
||||
93,2500 // Sense
|
||||
// Improvise DB.
|
||||
// Database for skills that can be summoned trough Randomize Spell/Improvised Song (Minstrel/Wanderer Skill).
|
||||
// Format: SkillID,Rate
|
||||
|
||||
// Mage Skills
|
||||
10,5000 // Sight
|
||||
11,5000 // Napalm Beat
|
||||
12,5000 // Safety Wall
|
||||
13,5000 // Soul Strike
|
||||
14,5000 // Cold Bolt
|
||||
15,5000 // Frost Diver
|
||||
16,5000 // Stone Curse
|
||||
17,5000 // Fire Ball
|
||||
18,5000 // Fire Wall
|
||||
19,5000 // Fire Bolt
|
||||
20,5000 // Lightning Bolt
|
||||
21,5000 // Thunderstorm
|
||||
|
||||
// Wizard Skills
|
||||
80,2500 // Fire Pillar
|
||||
81,2500 // Sightrasher
|
||||
83,2500 // Meteor Storm
|
||||
84,2500 // Jupitel Thunder
|
||||
85,2500 // Lord of Vermilion
|
||||
86,2500 // Water Ball
|
||||
87,2500 // Ice Wall
|
||||
88,2500 // Frost Nova
|
||||
89,2500 // Storm Gust
|
||||
90,2500 // Earth Spike
|
||||
91,2500 // Heaven's Drive
|
||||
92,2500 // Quagmire
|
||||
93,2500 // Sense
|
||||
|
@ -1,204 +1,204 @@
|
||||
// Reproduce Copy Skills List
|
||||
//
|
||||
// ##TODO## screw this file and make it a new skill_info2 flag
|
||||
//
|
||||
// Structure of Database:
|
||||
// SkillID
|
||||
//=================================
|
||||
|
||||
//Swordsman
|
||||
5 //Bash
|
||||
7 //Magnum Break
|
||||
|
||||
//Mage
|
||||
11 // Napalm Beat
|
||||
13 // Soul Strike
|
||||
14 // Cold Bolt
|
||||
15 // Frost Diver
|
||||
17 // Fire Ball
|
||||
18 // Fire Wall
|
||||
19 // Fire Bolt
|
||||
20 // Lightning Bolt
|
||||
21 // Thunderstorm
|
||||
|
||||
//Acolyte
|
||||
24 // Ruwach
|
||||
28 // Heal
|
||||
|
||||
//Merchant
|
||||
42 // Mammonite
|
||||
|
||||
//Archer
|
||||
46 // Double Strafe
|
||||
47 // Arrow Shower
|
||||
|
||||
//Thief
|
||||
52 // Envenom
|
||||
|
||||
// Resurrection
|
||||
54 // Resurrection
|
||||
|
||||
// Knight
|
||||
62 // Bowling Bash
|
||||
|
||||
// Priest
|
||||
68 // Asperio
|
||||
69 // B.S Sacramenti
|
||||
70 // Sanctuary
|
||||
77 // Turn Undead
|
||||
79 // Magnus Exorcismus
|
||||
|
||||
// Wizard
|
||||
80 // Fire Pillar
|
||||
81 // Sightrasher
|
||||
83 // Meteor Storm
|
||||
84 // Jupitel Thunder
|
||||
85 // Lord of Vermillion
|
||||
86 // Water Ball
|
||||
88 // Frost Nova
|
||||
89 // Storm Gust
|
||||
90 // Earth Spike
|
||||
91 // Heaven's Drive
|
||||
|
||||
// Hunter
|
||||
116 // Land Mine
|
||||
121 // Freezing Trap
|
||||
122 // Blast Mine
|
||||
123 // Claymore Trap
|
||||
|
||||
// Assassin
|
||||
141 // Venom Splasher
|
||||
|
||||
// 1st Job Quest Skills
|
||||
148 // Arrow Repel
|
||||
152 // Stone Fling
|
||||
156 // Holy Light
|
||||
|
||||
// Rogue
|
||||
212 // Backstab
|
||||
|
||||
// Alchemist
|
||||
229 // Bomb
|
||||
230 // Acid Terror
|
||||
|
||||
// Crusader
|
||||
250 // Smite
|
||||
251 // Shield Boomerang
|
||||
253 // Holy Cross
|
||||
254 // Grand Cross
|
||||
|
||||
// Monk
|
||||
263 // Raging Trifecta Blow
|
||||
266 // Occult Impaction
|
||||
267 // Throw Spirit Sphere
|
||||
271 // Guillotine Fist
|
||||
272 // Raging Quadruple Blow
|
||||
|
||||
// Item Skill
|
||||
337 // Tomahawk Throwing
|
||||
|
||||
// TaeKwon Kid
|
||||
421 // Flying Kick
|
||||
|
||||
// Ninja
|
||||
526 // Throw Coins
|
||||
527 // Flip Tatami
|
||||
528 // Haze Slasher
|
||||
529 // Shadow Slash
|
||||
531 // Blaze Shield
|
||||
534 // Flaming Petals
|
||||
536 // Exploding Dragon
|
||||
537 // Freezing Spear
|
||||
539 // Snow Flake Draft
|
||||
540 // Wind Blade
|
||||
541 // Lightning Jolt
|
||||
542 // First Wind
|
||||
|
||||
// 2nd Job Quest Skills
|
||||
1001 // Charge Attack
|
||||
1004 // Venom Knife
|
||||
1006 // Sight Blaster
|
||||
1009 // Phantasmic Arrow
|
||||
1015 // Excruciating Palm
|
||||
|
||||
// Rune Knight
|
||||
2002 // Sonic Wave
|
||||
2005 // Ignition Break
|
||||
2006 // Wind Cutter
|
||||
|
||||
// Guillotine Cross
|
||||
2022 // Cross Impact
|
||||
2023 // Dark Illusion
|
||||
2034 // Phantom Menace
|
||||
|
||||
// Arch Bishop
|
||||
2038 // Judex
|
||||
2040 // Adoramus
|
||||
2051 // Highness Heal
|
||||
2054 // Duple Light
|
||||
|
||||
// Warlock
|
||||
2202 // Soul Expansion
|
||||
2203 // Frosty Misty
|
||||
2204 // Jack Frost
|
||||
2210 // Drain Life
|
||||
2211 // Crimson Rock
|
||||
2212 // Hell Inferno
|
||||
2213 // Comet
|
||||
2214 // Chain Lightning
|
||||
2216 // Earth Strain
|
||||
|
||||
// Ranger
|
||||
2233 // Arrow Storm
|
||||
2236 // Aimed Bolt
|
||||
2239 // Cluster Bomb
|
||||
2253 // Icebound Trap
|
||||
2254 // Firing Trap
|
||||
|
||||
// Shadow Chaser
|
||||
2284 // Fatal Menace
|
||||
2288 // Triangle Shot
|
||||
2304 // Feint Bomb
|
||||
|
||||
// Royal Guard
|
||||
2310 // Shield Press
|
||||
2315 // Shield Spell
|
||||
2316 // Exceed Break
|
||||
2320 // Moon Slasher
|
||||
2323 // Earth Drive
|
||||
|
||||
// Sura
|
||||
2326 // Dragon Combo
|
||||
2327 // Sky Net Blow
|
||||
2328 // Earth Shaker
|
||||
2330 // Tiger Cannon
|
||||
2332 // Rampage Blaster
|
||||
2336 // Knuckle Arrow
|
||||
2337 // Windmill
|
||||
2343 // Gate of Hell
|
||||
2344 // Gentle Touch - Quiet
|
||||
2517 // Howling of Lion
|
||||
2518 // Riding Lightning
|
||||
|
||||
// Minstrel/Wanderer
|
||||
2413 // Metallic Sound
|
||||
2414 // Reverberation
|
||||
2418 // Severe Rainstorm
|
||||
|
||||
// Sorcerer
|
||||
2443 // Fire Walk
|
||||
2444 // Electric Walk
|
||||
2446 // Earth Grave
|
||||
2447 // Diamond Dust
|
||||
2448 // Poison Buster
|
||||
2449 // Psychic Wave
|
||||
2450 // Cloud Kill
|
||||
2454 // Varetyr Spear
|
||||
|
||||
// Genetic
|
||||
2479 // Thorn Trap
|
||||
2480 // Blood Sucker
|
||||
2481 // Spore Explosion
|
||||
2482 // Wall of Thorns
|
||||
2483 // Crazy Weed
|
||||
2490 // Hell's Plant
|
||||
// Reproduce Copy Skills List
|
||||
//
|
||||
// ##TODO## screw this file and make it a new skill_info2 flag
|
||||
//
|
||||
// Structure of Database:
|
||||
// SkillID
|
||||
//=================================
|
||||
|
||||
//Swordsman
|
||||
5 //Bash
|
||||
7 //Magnum Break
|
||||
|
||||
//Mage
|
||||
11 // Napalm Beat
|
||||
13 // Soul Strike
|
||||
14 // Cold Bolt
|
||||
15 // Frost Diver
|
||||
17 // Fire Ball
|
||||
18 // Fire Wall
|
||||
19 // Fire Bolt
|
||||
20 // Lightning Bolt
|
||||
21 // Thunderstorm
|
||||
|
||||
//Acolyte
|
||||
24 // Ruwach
|
||||
28 // Heal
|
||||
|
||||
//Merchant
|
||||
42 // Mammonite
|
||||
|
||||
//Archer
|
||||
46 // Double Strafe
|
||||
47 // Arrow Shower
|
||||
|
||||
//Thief
|
||||
52 // Envenom
|
||||
|
||||
// Resurrection
|
||||
54 // Resurrection
|
||||
|
||||
// Knight
|
||||
62 // Bowling Bash
|
||||
|
||||
// Priest
|
||||
68 // Asperio
|
||||
69 // B.S Sacramenti
|
||||
70 // Sanctuary
|
||||
77 // Turn Undead
|
||||
79 // Magnus Exorcismus
|
||||
|
||||
// Wizard
|
||||
80 // Fire Pillar
|
||||
81 // Sightrasher
|
||||
83 // Meteor Storm
|
||||
84 // Jupitel Thunder
|
||||
85 // Lord of Vermillion
|
||||
86 // Water Ball
|
||||
88 // Frost Nova
|
||||
89 // Storm Gust
|
||||
90 // Earth Spike
|
||||
91 // Heaven's Drive
|
||||
|
||||
// Hunter
|
||||
116 // Land Mine
|
||||
121 // Freezing Trap
|
||||
122 // Blast Mine
|
||||
123 // Claymore Trap
|
||||
|
||||
// Assassin
|
||||
141 // Venom Splasher
|
||||
|
||||
// 1st Job Quest Skills
|
||||
148 // Arrow Repel
|
||||
152 // Stone Fling
|
||||
156 // Holy Light
|
||||
|
||||
// Rogue
|
||||
212 // Backstab
|
||||
|
||||
// Alchemist
|
||||
229 // Bomb
|
||||
230 // Acid Terror
|
||||
|
||||
// Crusader
|
||||
250 // Smite
|
||||
251 // Shield Boomerang
|
||||
253 // Holy Cross
|
||||
254 // Grand Cross
|
||||
|
||||
// Monk
|
||||
263 // Raging Trifecta Blow
|
||||
266 // Occult Impaction
|
||||
267 // Throw Spirit Sphere
|
||||
271 // Guillotine Fist
|
||||
272 // Raging Quadruple Blow
|
||||
|
||||
// Item Skill
|
||||
337 // Tomahawk Throwing
|
||||
|
||||
// TaeKwon Kid
|
||||
421 // Flying Kick
|
||||
|
||||
// Ninja
|
||||
526 // Throw Coins
|
||||
527 // Flip Tatami
|
||||
528 // Haze Slasher
|
||||
529 // Shadow Slash
|
||||
531 // Blaze Shield
|
||||
534 // Flaming Petals
|
||||
536 // Exploding Dragon
|
||||
537 // Freezing Spear
|
||||
539 // Snow Flake Draft
|
||||
540 // Wind Blade
|
||||
541 // Lightning Jolt
|
||||
542 // First Wind
|
||||
|
||||
// 2nd Job Quest Skills
|
||||
1001 // Charge Attack
|
||||
1004 // Venom Knife
|
||||
1006 // Sight Blaster
|
||||
1009 // Phantasmic Arrow
|
||||
1015 // Excruciating Palm
|
||||
|
||||
// Rune Knight
|
||||
2002 // Sonic Wave
|
||||
2005 // Ignition Break
|
||||
2006 // Wind Cutter
|
||||
|
||||
// Guillotine Cross
|
||||
2022 // Cross Impact
|
||||
2023 // Dark Illusion
|
||||
2034 // Phantom Menace
|
||||
|
||||
// Arch Bishop
|
||||
2038 // Judex
|
||||
2040 // Adoramus
|
||||
2051 // Highness Heal
|
||||
2054 // Duple Light
|
||||
|
||||
// Warlock
|
||||
2202 // Soul Expansion
|
||||
2203 // Frosty Misty
|
||||
2204 // Jack Frost
|
||||
2210 // Drain Life
|
||||
2211 // Crimson Rock
|
||||
2212 // Hell Inferno
|
||||
2213 // Comet
|
||||
2214 // Chain Lightning
|
||||
2216 // Earth Strain
|
||||
|
||||
// Ranger
|
||||
2233 // Arrow Storm
|
||||
2236 // Aimed Bolt
|
||||
2239 // Cluster Bomb
|
||||
2253 // Icebound Trap
|
||||
2254 // Firing Trap
|
||||
|
||||
// Shadow Chaser
|
||||
2284 // Fatal Menace
|
||||
2288 // Triangle Shot
|
||||
2304 // Feint Bomb
|
||||
|
||||
// Royal Guard
|
||||
2310 // Shield Press
|
||||
2315 // Shield Spell
|
||||
2316 // Exceed Break
|
||||
2320 // Moon Slasher
|
||||
2323 // Earth Drive
|
||||
|
||||
// Sura
|
||||
2326 // Dragon Combo
|
||||
2327 // Sky Net Blow
|
||||
2328 // Earth Shaker
|
||||
2330 // Tiger Cannon
|
||||
2332 // Rampage Blaster
|
||||
2336 // Knuckle Arrow
|
||||
2337 // Windmill
|
||||
2343 // Gate of Hell
|
||||
2344 // Gentle Touch - Quiet
|
||||
2517 // Howling of Lion
|
||||
2518 // Riding Lightning
|
||||
|
||||
// Minstrel/Wanderer
|
||||
2413 // Metallic Sound
|
||||
2414 // Reverberation
|
||||
2418 // Severe Rainstorm
|
||||
|
||||
// Sorcerer
|
||||
2443 // Fire Walk
|
||||
2444 // Electric Walk
|
||||
2446 // Earth Grave
|
||||
2447 // Diamond Dust
|
||||
2448 // Poison Buster
|
||||
2449 // Psychic Wave
|
||||
2450 // Cloud Kill
|
||||
2454 // Varetyr Spear
|
||||
|
||||
// Genetic
|
||||
2479 // Thorn Trap
|
||||
2480 // Blood Sucker
|
||||
2481 // Spore Explosion
|
||||
2482 // Wall of Thorns
|
||||
2483 // Crazy Weed
|
||||
2490 // Hell's Plant
|
||||
|
@ -1,54 +1,53 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Healer
|
||||
//===== By: ==================================================
|
||||
//= lots of people
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 3.1
|
||||
//= 3.2
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= Healer NPC Which Heals For Free
|
||||
//===== Additional Comments: =================================
|
||||
//= 2.0 Duplicates And Changed A Bit you can replace this script file by
|
||||
//= heal_payment.txt if you want that players have to pay their healings. [Darkchild]
|
||||
//= 3.0 Changed and edited the script added other warp points of maps. [massdriller]
|
||||
//= 3.1 Optimized for the greater good. [Kisuka]
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
- script Healer#h1-1::Healer 742,{
|
||||
- script healer -1,{
|
||||
callfunc "F_ClearGarbage",0;
|
||||
|
||||
mes "[Healer]";
|
||||
mes "I have amazing healing powers!!";
|
||||
mes "You look like a person who needs them";
|
||||
mes "Want some?";
|
||||
next;
|
||||
if (select("Heal:No thanks") == 1) {
|
||||
switch(select("Heal:No thanks")) {
|
||||
case 1:
|
||||
percentheal 100,100;
|
||||
mes "[Healer]";
|
||||
mes "Wonderfull, You are now healed!.";
|
||||
mes "Have fun adventuring!!";
|
||||
} else {
|
||||
break;
|
||||
case 2:
|
||||
mes "[Healer]";
|
||||
mes "Alright, come back if you need a heal.";
|
||||
break;
|
||||
}
|
||||
close;
|
||||
}
|
||||
|
||||
// --------- NPC Clones ---------
|
||||
prontera,150,184,5 duplicate(Healer) Healer#h1-1 742
|
||||
morocc,159,96,5 duplicate(Healer) Healer#h1-2 742
|
||||
ayothaya,155,111,5 duplicate(Healer) Healer#h1-3 742
|
||||
geffen,121,61,5 duplicate(Healer) Healer#h1-4 742
|
||||
umbala,94,162,5 duplicate(Healer) Healer#h1-5 742
|
||||
payon,180,105,5 duplicate(Healer) Healer#h1-6 742
|
||||
alberta,185,144,5 duplicate(Healer) Healer#h1-7 742
|
||||
aldebaran,134,123,5 duplicate(Healer) Healer#h1-8 742
|
||||
izlude,125,118,5 duplicate(Healer) Healer#h1-9 742
|
||||
xmas,149,136,5 duplicate(Healer) Healer#h1-10 742
|
||||
comodo,188,162,5 duplicate(Healer) Healer#h1-11 742
|
||||
amatsu,200,80,5 duplicate(Healer) Healer#h1-12 742
|
||||
gonryun,164,130,5 duplicate(Healer) Healer#h1-13 742
|
||||
yuno,152,186,5 duplicate(Healer) Healer#h1-14 742
|
||||
niflheim,188,180,5 duplicate(Healer) Healer#h1-15 742
|
||||
louyang,225,103,5 duplicate(Healer) Healer#h1-16 742
|
||||
// NPC Duplicates
|
||||
alberta,185,144,5 duplicate(healer) Healer#alb 742
|
||||
aldebaran,134,123,5 duplicate(healer) Healer#alde 742
|
||||
amatsu,200,80,5 duplicate(healer) Healer#ama 742
|
||||
ayothaya,155,111,5 duplicate(healer) Healer#ayo 742
|
||||
comodo,188,162,5 duplicate(healer) Healer#com 742
|
||||
geffen,121,61,5 duplicate(healer) Healer#gef 742
|
||||
gonryun,164,130,5 duplicate(healer) Healer#gon 742
|
||||
izlude,125,118,5 duplicate(healer) Healer#izl 742
|
||||
louyang,225,103,5 duplicate(healer) Healer#lou 742
|
||||
morocc,159,96,5 duplicate(healer) Healer#mor 742
|
||||
niflheim,188,180,5 duplicate(healer) Healer#nif 742
|
||||
payon,180,105,5 duplicate(healer) Healer#pay 742
|
||||
prontera,150,184,5 duplicate(healer) Healer#pront 742
|
||||
umbala,94,162,5 duplicate(healer) Healer#umb 742
|
||||
xmas,149,136,5 duplicate(healer) Healer#xmas 742
|
||||
yuno,152,186,5 duplicate(healer) Healer#yuno 742
|
||||
|
@ -1,9 +1,9 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Healer (/w payments)
|
||||
//= Healer (with payment)
|
||||
//===== By: ==================================================
|
||||
//= Yor & abunch of other people
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//= 2.0
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -13,12 +13,39 @@
|
||||
//= each HP need 1 zeny
|
||||
//= each SP need (baselevel / 5) zenys
|
||||
//= calculation is done at start of the script
|
||||
//= Added Duplicates And Correct payon Loc [Darkchild]
|
||||
//= Some modifications. Added NPC locations. [massdriller]
|
||||
//= Removed Duplicates [Silent]
|
||||
//============================================================
|
||||
|
||||
- script Healer#h2-1::Healer2 742,{
|
||||
- script healer2 -1,{
|
||||
set .@hp, MaxHp - Hp;
|
||||
set .@sp, MaxSp - Sp;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
mes "[Healer]";
|
||||
mes "I have amazing healing powers!!";
|
||||
mes "You look like a person who needs them";
|
||||
mes "Want some?";
|
||||
next;
|
||||
switch(select("Heal:No thanks")) {
|
||||
case 1:
|
||||
percentheal 100,100;
|
||||
mes "[Healer]";
|
||||
mes "Wonderfull, You are now healed!.";
|
||||
mes "Have fun adventuring!!";
|
||||
break;
|
||||
case 2:
|
||||
mes "[Healer]";
|
||||
mes "Alright, come back if you need a heal.";
|
||||
break;
|
||||
}
|
||||
close;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
set @tempHp, MaxHp-Hp;
|
||||
set @tempSpReal, MaxSp-Sp;
|
||||
set @tempSp, ((MaxSp-Sp) * BaseLevel) / 5;
|
||||
@ -89,20 +116,20 @@ CANCEL:
|
||||
close;
|
||||
}
|
||||
|
||||
|
||||
prontera,150,184,5 duplicate(Healer2) Healer#h2-1 742
|
||||
morocc,159,96,5 duplicate(Healer2) Healer#h2-2 742
|
||||
ayothaya,155,111,5 duplicate(Healer2) Healer#h2-3 742
|
||||
geffen,121,61,5 duplicate(Healer2) Healer#h2-4 742
|
||||
umbala,94,162,5 duplicate(Healer2) Healer#h2-5 742
|
||||
payon,180,105,5 duplicate(Healer2) Healer#h2-6 742
|
||||
alberta,185,144,5 duplicate(Healer2) Healer#h2-7 742
|
||||
aldebaran,134,123,5 duplicate(Healer2) Healer#h2-8 742
|
||||
izlude,125,118,5 duplicate(Healer2) Healer#h2-9 742
|
||||
xmas,149,136,5 duplicate(Healer2) Healer#h2-10 742
|
||||
comodo,188,162,5 duplicate(Healer2) Healer#h2-11 742
|
||||
amatsu,200,80,5 duplicate(Healer2) Healer#h2-12 742
|
||||
gonryun,164,130,5 duplicate(Healer2) Healer#h2-13 742
|
||||
yuno,152,186,5 duplicate(Healer2) Healer#h2-14 742
|
||||
niflheim,188,180,5 duplicate(Healer2) Healer#h2-15 742
|
||||
louyang,225,103,5 duplicate(Healer2) Healer#h2-16 742
|
||||
// NPC Duplicates
|
||||
alberta,185,144,5 duplicate(healer2) Healer#alb 742
|
||||
aldebaran,134,123,5 duplicate(healer2) Healer#alde 742
|
||||
amatsu,200,80,5 duplicate(healer2) Healer#ama 742
|
||||
ayothaya,155,111,5 duplicate(healer2) Healer#ayo 742
|
||||
comodo,188,162,5 duplicate(healer2) Healer#com 742
|
||||
geffen,121,61,5 duplicate(healer2) Healer#gef 742
|
||||
gonryun,164,130,5 duplicate(healer2) Healer#gon 742
|
||||
izlude,125,118,5 duplicate(healer2) Healer#izl 742
|
||||
louyang,225,103,5 duplicate(healer2) Healer#lou 742
|
||||
morocc,159,96,5 duplicate(healer2) Healer#mor 742
|
||||
niflheim,188,180,5 duplicate(healer2) Healer#nif 742
|
||||
payon,180,105,5 duplicate(healer2) Healer#pay 742
|
||||
prontera,150,184,5 duplicate(healer2) Healer#pront 742
|
||||
umbala,94,162,5 duplicate(healer2) Healer#umb 742
|
||||
xmas,149,136,5 duplicate(healer2) Healer#xmas 742
|
||||
yuno,152,186,5 duplicate(healer2) Healer#yuno 742
|
||||
|
@ -1,122 +1,122 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Bossnia Warp NPC's.
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena
|
||||
//===== Description: =========================================
|
||||
//= Bossnia Warp NPC's.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 Converted from the official script.
|
||||
//============================================================
|
||||
|
||||
prontera,132,125,4 script Bossnia Staff::bsw 908,{
|
||||
|
||||
mes "[Riss]";
|
||||
mes "Hello?";
|
||||
mes "I found some beautiful places";
|
||||
mes "while I travelled all over the world.";
|
||||
mes "I am an adventurer.";
|
||||
mes "Haha~";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "What? My name is...";
|
||||
mes "'Bossnia Staff'?? no no..";
|
||||
mes "Well, my name is not so important.";
|
||||
mes "Sometimes you should be generous.";
|
||||
mes "No time for considering that kind of small stuff";
|
||||
mes "when you have to concentrate on more important things.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "Hum... anyway i want to say..something..";
|
||||
mes "While i was travelling through some places,";
|
||||
mes "I found a really fearful place.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "Most of the time when you come to a place,";
|
||||
mes "there is one strong and fearful monster.";
|
||||
mes "Isn't it?";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "But.. but.. in there..";
|
||||
mes "There are lots of fearful and strong monsters in there..";
|
||||
mes "That was really frightful.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "If I had reacted a bit later.. a few seconds..";
|
||||
mes "I might have been killed.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "What?";
|
||||
mes "You want to go in there?";
|
||||
mes "Oh~ Boy~ you didn't get me.";
|
||||
mes "In there.......";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "Uh... you already know?";
|
||||
mes "Although you know the place, you want to go in..";
|
||||
mes "Good, I will send you there.";
|
||||
mes "But after you went there, don't hold";
|
||||
mes "a grudge against me. Also it costs 5,000 zeny.";
|
||||
next;
|
||||
if (Zeny > 4999) {
|
||||
mes "[Riss]";
|
||||
mes "Would you really like to take the challenge??";
|
||||
mes "Ok, just choose the course.";
|
||||
next;
|
||||
switch(select("First","Second","Third","Fourth")) {
|
||||
case 1:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_01",.@boss_x,.@boss_y;
|
||||
end;
|
||||
case 2:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_02",.@boss_x,.@boss_y;
|
||||
end;
|
||||
case 3:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_03",.@boss_x,.@boss_y;
|
||||
end;
|
||||
case 4:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_04",.@boss_x,.@boss_y;
|
||||
end;
|
||||
}
|
||||
}
|
||||
mes "[Riss]";
|
||||
mes "You don't have enough money...";
|
||||
mes "Come back when you have at least 5,000 zeny.";
|
||||
close;
|
||||
}
|
||||
|
||||
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
|
||||
//===== rAthena Script =======================================
|
||||
//= Bossnia Warp NPC's.
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena
|
||||
//===== Description: =========================================
|
||||
//= Bossnia Warp NPC's.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 Converted from the official script.
|
||||
//============================================================
|
||||
|
||||
prontera,132,125,4 script Bossnia Staff::bsw 908,{
|
||||
|
||||
mes "[Riss]";
|
||||
mes "Hello?";
|
||||
mes "I found some beautiful places";
|
||||
mes "while I travelled all over the world.";
|
||||
mes "I am an adventurer.";
|
||||
mes "Haha~";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "What? My name is...";
|
||||
mes "'Bossnia Staff'?? no no..";
|
||||
mes "Well, my name is not so important.";
|
||||
mes "Sometimes you should be generous.";
|
||||
mes "No time for considering that kind of small stuff";
|
||||
mes "when you have to concentrate on more important things.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "Hum... anyway i want to say..something..";
|
||||
mes "While i was travelling through some places,";
|
||||
mes "I found a really fearful place.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "Most of the time when you come to a place,";
|
||||
mes "there is one strong and fearful monster.";
|
||||
mes "Isn't it?";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "But.. but.. in there..";
|
||||
mes "There are lots of fearful and strong monsters in there..";
|
||||
mes "That was really frightful.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "If I had reacted a bit later.. a few seconds..";
|
||||
mes "I might have been killed.";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "What?";
|
||||
mes "You want to go in there?";
|
||||
mes "Oh~ Boy~ you didn't get me.";
|
||||
mes "In there.......";
|
||||
next;
|
||||
mes "[Riss]";
|
||||
mes "Uh... you already know?";
|
||||
mes "Although you know the place, you want to go in..";
|
||||
mes "Good, I will send you there.";
|
||||
mes "But after you went there, don't hold";
|
||||
mes "a grudge against me. Also it costs 5,000 zeny.";
|
||||
next;
|
||||
if (Zeny > 4999) {
|
||||
mes "[Riss]";
|
||||
mes "Would you really like to take the challenge??";
|
||||
mes "Ok, just choose the course.";
|
||||
next;
|
||||
switch(select("First","Second","Third","Fourth")) {
|
||||
case 1:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_01",.@boss_x,.@boss_y;
|
||||
end;
|
||||
case 2:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_02",.@boss_x,.@boss_y;
|
||||
end;
|
||||
case 3:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_03",.@boss_x,.@boss_y;
|
||||
end;
|
||||
case 4:
|
||||
mes "[Riss]";
|
||||
mes "Take care, boy~";
|
||||
mes "Don't hold a grudge against me.";
|
||||
close2;
|
||||
set Zeny, Zeny - 5000;
|
||||
set .@boss_x, rand(202,204);
|
||||
set .@boss_y, rand(202,204);
|
||||
warp "bossnia_04",.@boss_x,.@boss_y;
|
||||
end;
|
||||
}
|
||||
}
|
||||
mes "[Riss]";
|
||||
mes "You don't have enough money...";
|
||||
mes "Come back when you have at least 5,000 zeny.";
|
||||
close;
|
||||
}
|
||||
|
||||
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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,82 +1,82 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Treasure Room Protection
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena
|
||||
//===== Description: =========================================
|
||||
//= Warps every Player out of the Treasure Room except for the
|
||||
//= Guildleader.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 Converted from the official script.
|
||||
//============================================================
|
||||
|
||||
- script ban_warp#1::prtg 139,6,6,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "prontera",119,64;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
prtg_cas01,11,208,0 duplicate(prtg) ban_warp#1-2 139,6,6
|
||||
prtg_cas02,202,228,0 duplicate(prtg) ban_warp#2 139,6,6
|
||||
prtg_cas03,189,132,0 duplicate(prtg) ban_warp#3 139,6,6
|
||||
prtg_cas04,271,162,0 duplicate(prtg) ban_warp#4 139,6,6
|
||||
prtg_cas05,276,178,0 duplicate(prtg) ban_warp#5 139,6,6
|
||||
|
||||
- script ban_warp#6::payg 139,6,6,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "payon",100,100;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
payg_cas01,291,8,0 duplicate(payg) ban_warp#6-2 139,6,6
|
||||
payg_cas02,145,144,0 duplicate(payg) ban_warp#7 139,6,6
|
||||
payg_cas03,159,168,0 duplicate(payg) ban_warp#8 139,6,6
|
||||
payg_cas04,147,48,0 duplicate(payg) ban_warp#9 139,6,6
|
||||
payg_cas05,157,132,0 duplicate(payg) ban_warp#10 139,6,6
|
||||
|
||||
- script ban_warp#11::aldeg 139,8,8,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "aldebaran",143,112;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
aldeg_cas01,118,223,0 duplicate(aldeg) ban_warp#11-2 139,8,8
|
||||
aldeg_cas02,135,230,0 duplicate(aldeg) ban_warp#12 139,8,8
|
||||
aldeg_cas03,225,269,0 duplicate(aldeg) ban_warp#13 139,8,8
|
||||
aldeg_cas04,84,13,0 duplicate(aldeg) ban_warp#14 139,8,8
|
||||
aldeg_cas05,62,12,0 duplicate(aldeg) ban_warp#15 139,8,8
|
||||
|
||||
- script ban_warp#16::gefg 139,6,6,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "geffen",120,38;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
gefg_cas01,154,112,0 duplicate(gefg) ban_warp#16-2 139,6,6
|
||||
gefg_cas02,140,116,0 duplicate(gefg) ban_warp#17 139,6,6
|
||||
gefg_cas03,271,290,0 duplicate(gefg) ban_warp#18 139,6,6
|
||||
gefg_cas04,116,119,0 duplicate(gefg) ban_warp#19 139,6,6
|
||||
gefg_cas05,144,110,0 duplicate(gefg) ban_warp#20 139,6,6
|
||||
//===== rAthena Script =======================================
|
||||
//= Treasure Room Protection
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= rAthena
|
||||
//===== Description: =========================================
|
||||
//= Warps every Player out of the Treasure Room except for the
|
||||
//= Guildleader.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 Converted from the official script.
|
||||
//============================================================
|
||||
|
||||
- script ban_warp#1::prtg 139,6,6,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "prontera",119,64;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
prtg_cas01,11,208,0 duplicate(prtg) ban_warp#1-2 139,6,6
|
||||
prtg_cas02,202,228,0 duplicate(prtg) ban_warp#2 139,6,6
|
||||
prtg_cas03,189,132,0 duplicate(prtg) ban_warp#3 139,6,6
|
||||
prtg_cas04,271,162,0 duplicate(prtg) ban_warp#4 139,6,6
|
||||
prtg_cas05,276,178,0 duplicate(prtg) ban_warp#5 139,6,6
|
||||
|
||||
- script ban_warp#6::payg 139,6,6,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "payon",100,100;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
payg_cas01,291,8,0 duplicate(payg) ban_warp#6-2 139,6,6
|
||||
payg_cas02,145,144,0 duplicate(payg) ban_warp#7 139,6,6
|
||||
payg_cas03,159,168,0 duplicate(payg) ban_warp#8 139,6,6
|
||||
payg_cas04,147,48,0 duplicate(payg) ban_warp#9 139,6,6
|
||||
payg_cas05,157,132,0 duplicate(payg) ban_warp#10 139,6,6
|
||||
|
||||
- script ban_warp#11::aldeg 139,8,8,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "aldebaran",143,112;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
aldeg_cas01,118,223,0 duplicate(aldeg) ban_warp#11-2 139,8,8
|
||||
aldeg_cas02,135,230,0 duplicate(aldeg) ban_warp#12 139,8,8
|
||||
aldeg_cas03,225,269,0 duplicate(aldeg) ban_warp#13 139,8,8
|
||||
aldeg_cas04,84,13,0 duplicate(aldeg) ban_warp#14 139,8,8
|
||||
aldeg_cas05,62,12,0 duplicate(aldeg) ban_warp#15 139,8,8
|
||||
|
||||
- script ban_warp#16::gefg 139,6,6,{
|
||||
|
||||
OnTouch:
|
||||
set .@GID,getcharid(2);
|
||||
if (GetGuildMaster(.@GID) != strcharinfo(0)) {
|
||||
warp "geffen",120,38;
|
||||
end;
|
||||
}
|
||||
end;
|
||||
}
|
||||
|
||||
gefg_cas01,154,112,0 duplicate(gefg) ban_warp#16-2 139,6,6
|
||||
gefg_cas02,140,116,0 duplicate(gefg) ban_warp#17 139,6,6
|
||||
gefg_cas03,271,290,0 duplicate(gefg) ban_warp#18 139,6,6
|
||||
gefg_cas04,116,119,0 duplicate(gefg) ban_warp#19 139,6,6
|
||||
gefg_cas05,144,110,0 duplicate(gefg) ban_warp#20 139,6,6
|
||||
|
@ -1,187 +1,187 @@
|
||||
//===== 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
|
||||
//===== 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
|
||||
|
@ -1,18 +1,18 @@
|
||||
//===== rAthena Script =======================================
|
||||
//= Jail Monster Spawn Script
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= Any rAthena Version
|
||||
//===== Description: =========================================
|
||||
//= Spawns monsters in Jail.
|
||||
//============================================================
|
||||
|
||||
sec_in02,139,80,20 monster Poring 1002,10,0,0,0
|
||||
sec_in02,138,54,20,20 monster Marin 1242,5,0,0,0
|
||||
sec_in02,161,46,15,15 monster Poporing 1031,5,0,0,0
|
||||
sec_in02,114,47,10,10 monster Drops 1113,5,0,0,0
|
||||
sec_in02,114,47,10,10 monster Bigfoot 1060,10,0,0,0
|
||||
sec_in02,139,80,30,30 monster Flora 1118,10,0,0,0
|
||||
//===== rAthena Script =======================================
|
||||
//= Jail Monster Spawn Script
|
||||
//===== By: ==================================================
|
||||
//= Masao
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= Any rAthena Version
|
||||
//===== Description: =========================================
|
||||
//= Spawns monsters in Jail.
|
||||
//============================================================
|
||||
|
||||
sec_in02,139,80,20 monster Poring 1002,10,0,0,0
|
||||
sec_in02,138,54,20,20 monster Marin 1242,5,0,0,0
|
||||
sec_in02,161,46,15,15 monster Poporing 1031,5,0,0,0
|
||||
sec_in02,114,47,10,10 monster Drops 1113,5,0,0,0
|
||||
sec_in02,114,47,10,10 monster Bigfoot 1060,10,0,0,0
|
||||
sec_in02,139,80,30,30 monster Flora 1118,10,0,0,0
|
||||
|
@ -1,18 +1,18 @@
|
||||
//===== 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
|
||||
//===== 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
|
||||
|
@ -21,4 +21,4 @@ CREATE TABLE IF NOT EXISTS `elemental` (
|
||||
`luk` smallint(4) unsigned NOT NULL default '0',
|
||||
`life_time` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`ele_id`)
|
||||
) ENGINE=MyISAM;
|
||||
) ENGINE=MyISAM;
|
||||
|
@ -1,24 +1,24 @@
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
#ifndef _CONFIG_GENERAL_H_
|
||||
#define _CONFIG_GENERAL_H_
|
||||
|
||||
/**
|
||||
* rAthena configuration file (http://rathena.org)
|
||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
||||
**/
|
||||
|
||||
/**
|
||||
* Default Magical Reflection Behavior
|
||||
* - When reflecting, reflected damage depends on gears caster is wearing, not target
|
||||
* - When disabled damage depends on gears target is wearing, not caster.
|
||||
* @values 1 (enabled) or 0 (disabled)
|
||||
**/
|
||||
#define MAGIC_REFLECTION_TYPE 1
|
||||
|
||||
/**
|
||||
* No settings past this point
|
||||
**/
|
||||
#include "swordsman.h"
|
||||
|
||||
#endif // _CONFIG_GENERAL_H_
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
#ifndef _CONFIG_GENERAL_H_
|
||||
#define _CONFIG_GENERAL_H_
|
||||
|
||||
/**
|
||||
* rAthena configuration file (http://rathena.org)
|
||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
||||
**/
|
||||
|
||||
/**
|
||||
* Default Magical Reflection Behavior
|
||||
* - When reflecting, reflected damage depends on gears caster is wearing, not target
|
||||
* - When disabled damage depends on gears target is wearing, not caster.
|
||||
* @values 1 (enabled) or 0 (disabled)
|
||||
**/
|
||||
#define MAGIC_REFLECTION_TYPE 1
|
||||
|
||||
/**
|
||||
* No settings past this point
|
||||
**/
|
||||
#include "swordsman.h"
|
||||
|
||||
#endif // _CONFIG_GENERAL_H_
|
||||
|
@ -1,16 +1,16 @@
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
#ifndef _CONFIG_SKILLS_SWORDS_H_
|
||||
#define _CONFIG_SKILLS_SWORDS_H_
|
||||
/**
|
||||
* rAthena configuration file (http://rathena.org)
|
||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
||||
**/
|
||||
|
||||
/// rune knight
|
||||
///
|
||||
/// maximum number of runes that a rune knight character can carry at any given time
|
||||
/// default: 20
|
||||
#define MAX_RUNE 20
|
||||
|
||||
#endif // _CONFIG_SKILLS_SWORDS_H_
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
#ifndef _CONFIG_SKILLS_SWORDS_H_
|
||||
#define _CONFIG_SKILLS_SWORDS_H_
|
||||
/**
|
||||
* rAthena configuration file (http://rathena.org)
|
||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
||||
**/
|
||||
|
||||
/// rune knight
|
||||
///
|
||||
/// maximum number of runes that a rune knight character can carry at any given time
|
||||
/// default: 20
|
||||
#define MAX_RUNE 20
|
||||
|
||||
#endif // _CONFIG_SKILLS_SWORDS_H_
|
||||
|
@ -1,78 +1,78 @@
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
#ifndef _RRCONFIGS_CONST_
|
||||
#define _RRCONFIGS_CONST_
|
||||
|
||||
/**
|
||||
* rAthena configuration file (http://rathena.org)
|
||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
||||
**/
|
||||
|
||||
/**
|
||||
* @INFO: This file holds constants that aims at making code smoother and more efficient
|
||||
*/
|
||||
|
||||
/**
|
||||
* "Constants"
|
||||
**/
|
||||
#ifdef RENEWAL_CAST
|
||||
|
||||
#ifndef RENEWAL
|
||||
#error RENEWAL_CAST requires RENEWAL enabled
|
||||
#endif
|
||||
|
||||
#define CONST_CASTRATE_SCALE RENEWAL_CAST_VMIN
|
||||
/**
|
||||
* Cast Rate Formula: (DEX x 2)+INT
|
||||
**/
|
||||
#define CONST_CASTRATE_CALC ((status_get_dex(bl)*2)+status_get_int(bl))
|
||||
#else
|
||||
#define CONST_CASTRATE_SCALE battle_config.castrate_dex_scale
|
||||
/**
|
||||
* Cast Rate Formula: (DEX)
|
||||
**/
|
||||
#define CONST_CASTRATE_CALC (status_get_dex(bl))
|
||||
#endif
|
||||
|
||||
/**
|
||||
* "Sane Checks" to save you from compiling with cool bugs
|
||||
**/
|
||||
#if SECURE_NPCTIMEOUT_INTERVAL <= 0
|
||||
#error SECURE_NPCTIMEOUT_INTERVAL should be at least 1 (1s)
|
||||
#endif
|
||||
#if SECURE_NPCTIMEOUT < 0
|
||||
#error SECURE_NPCTIMEOUT cannot be lower than 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Path within the /db folder to (non-)renewal specific db files
|
||||
**/
|
||||
#ifdef RENEWAL
|
||||
#define DBPATH "re/"
|
||||
#else
|
||||
#define DBPATH "pre-re/"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* DefType
|
||||
**/
|
||||
#ifdef RENEWAL
|
||||
typedef short defType;
|
||||
#define DEFTYPE_MIN SHRT_MIN
|
||||
#define DEFTYPE_MAX SHRT_MAX
|
||||
#else
|
||||
typedef signed char defType;
|
||||
#define DEFTYPE_MIN CHAR_MIN
|
||||
#define DEFTYPE_MAX CHAR_MAX
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __64BIT__
|
||||
#define __64BPRTSIZE(y) (intptr)y
|
||||
#else
|
||||
#define __64BPRTSIZE(y) y
|
||||
#endif
|
||||
/**
|
||||
* End of File
|
||||
**/
|
||||
#endif
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
#ifndef _RRCONFIGS_CONST_
|
||||
#define _RRCONFIGS_CONST_
|
||||
|
||||
/**
|
||||
* rAthena configuration file (http://rathena.org)
|
||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
||||
**/
|
||||
|
||||
/**
|
||||
* @INFO: This file holds constants that aims at making code smoother and more efficient
|
||||
*/
|
||||
|
||||
/**
|
||||
* "Constants"
|
||||
**/
|
||||
#ifdef RENEWAL_CAST
|
||||
|
||||
#ifndef RENEWAL
|
||||
#error RENEWAL_CAST requires RENEWAL enabled
|
||||
#endif
|
||||
|
||||
#define CONST_CASTRATE_SCALE RENEWAL_CAST_VMIN
|
||||
/**
|
||||
* Cast Rate Formula: (DEX x 2)+INT
|
||||
**/
|
||||
#define CONST_CASTRATE_CALC ((status_get_dex(bl)*2)+status_get_int(bl))
|
||||
#else
|
||||
#define CONST_CASTRATE_SCALE battle_config.castrate_dex_scale
|
||||
/**
|
||||
* Cast Rate Formula: (DEX)
|
||||
**/
|
||||
#define CONST_CASTRATE_CALC (status_get_dex(bl))
|
||||
#endif
|
||||
|
||||
/**
|
||||
* "Sane Checks" to save you from compiling with cool bugs
|
||||
**/
|
||||
#if SECURE_NPCTIMEOUT_INTERVAL <= 0
|
||||
#error SECURE_NPCTIMEOUT_INTERVAL should be at least 1 (1s)
|
||||
#endif
|
||||
#if SECURE_NPCTIMEOUT < 0
|
||||
#error SECURE_NPCTIMEOUT cannot be lower than 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Path within the /db folder to (non-)renewal specific db files
|
||||
**/
|
||||
#ifdef RENEWAL
|
||||
#define DBPATH "re/"
|
||||
#else
|
||||
#define DBPATH "pre-re/"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* DefType
|
||||
**/
|
||||
#ifdef RENEWAL
|
||||
typedef short defType;
|
||||
#define DEFTYPE_MIN SHRT_MIN
|
||||
#define DEFTYPE_MAX SHRT_MAX
|
||||
#else
|
||||
typedef signed char defType;
|
||||
#define DEFTYPE_MIN CHAR_MIN
|
||||
#define DEFTYPE_MAX CHAR_MAX
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __64BIT__
|
||||
#define __64BPRTSIZE(y) (intptr)y
|
||||
#else
|
||||
#define __64BPRTSIZE(y) y
|
||||
#endif
|
||||
/**
|
||||
* End of File
|
||||
**/
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user