diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 19:15:07 +0300 |
commit | ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a (patch) | |
tree | 9c0e570e798d3deb192e6be71a930ca68f5a3e43 /npc/pre-re/other | |
parent | 97ad1cbfda4eed3df209beab0c5fd05a212667d3 (diff) | |
download | hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.tar.gz hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.tar.bz2 hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.tar.xz hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.zip |
Remove conf dir.
Diffstat (limited to 'npc/pre-re/other')
-rw-r--r-- | npc/pre-re/other/bulletin_boards.txt | 27 | ||||
-rw-r--r-- | npc/pre-re/other/mercenary_rent.txt | 15 | ||||
-rw-r--r-- | npc/pre-re/other/msg_boards.txt | 26 | ||||
-rw-r--r-- | npc/pre-re/other/pvp.txt | 32 | ||||
-rw-r--r-- | npc/pre-re/other/resetskill.txt | 142 | ||||
-rw-r--r-- | npc/pre-re/other/turbo_track.txt | 14 |
6 files changed, 0 insertions, 256 deletions
diff --git a/npc/pre-re/other/bulletin_boards.txt b/npc/pre-re/other/bulletin_boards.txt deleted file mode 100644 index ed2b210c0..000000000 --- a/npc/pre-re/other/bulletin_boards.txt +++ /dev/null @@ -1,27 +0,0 @@ -//===== Hercules Script ====================================== -//= Bulletin Boards -//===== By: ================================================== -//= Euphy -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= Bulletin Boards for beginners. -//===== Additional Comments: ================================= -//= 1.0 Moved Izlude NPCs to Pre-RE/RE paths. -//============================================================ - -izlude,131,116,4 script Bulletin Board#5 2_BULLETIN_BOARD,{ - mes "[Izlude: The Satellite City]"; - mes "Welcome to Izlude, the satellite of Prontera. Izlude was built to support Prontera's defense and to accommodate its burgeoning population."; - next; - mes "[Izlude: The Satellite City]"; - mes "Points of interest include the Swordsman Association building which allows adventurers to change their job to Swordsman, and the Battle Area that is North of Izlude."; - next; - mes "[Izlude: The Satellite City]"; - mes "At the docks, you may take a ship and travel to ^123972Alberta^000000 or ^2F0400Byalan Island^000000."; - next; - mes "[Izlude: The Satellite City]"; - mes "From Izlude, ^6D6FE0Prontera^000000 is located to the Northwest, and ^1F3A11Payon^000000 is located to the South."; - mes "Enjoy your travels in the Rune-Midgarts Kingdom."; - close; -} diff --git a/npc/pre-re/other/mercenary_rent.txt b/npc/pre-re/other/mercenary_rent.txt deleted file mode 100644 index 13428427e..000000000 --- a/npc/pre-re/other/mercenary_rent.txt +++ /dev/null @@ -1,15 +0,0 @@ -//===== Hercules Script ====================================== -//= Mercenary related NPCs -//===== By: ================================================== -//= Daegaladh -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= Sells Lancer, Sword, and Archer mercenaries, -//= along with related mercenary items. -//===== Additional Comments: ================================= -//= 1.0 First version. [Daegaladh] -//============================================================ - -izlude,47,139,5 duplicate(Mercenary Manager#main) Mercenary Manager#Sword 4_M_JOB_KNIGHT2 -izlude,56,139,4 duplicate(MercMerchant) Mercenary Merchant#Sword 4_F_HUWOMAN diff --git a/npc/pre-re/other/msg_boards.txt b/npc/pre-re/other/msg_boards.txt deleted file mode 100644 index 60c7133f0..000000000 --- a/npc/pre-re/other/msg_boards.txt +++ /dev/null @@ -1,26 +0,0 @@ -//===== Hercules Script ====================================== -//= Misc. Message Boards -//===== By: ================================================== -//= Euphy -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= Misc. Message Boards for: -//= - Izlude -//===== Additional Comments: ================================= -//= 1.0 Moved Izlude NPCs to Pre-RE path. -//============================================================ - -// Izlude -//============================================================ -izlude,54,139,1 script Sign#Iz1 HIDDEN_NPC,{ - mes "^993300- The Sign Reads -^000000"; - mes "Welcome to the Swordsman Academy."; - close; -} - -izlude,144,148,1 script Sign#Iz2 HIDDEN_NPC,{ - mes "^993300- The Sign Reads -^000000"; - mes "Welcome."; - close; -} diff --git a/npc/pre-re/other/pvp.txt b/npc/pre-re/other/pvp.txt deleted file mode 100644 index 55d6bae79..000000000 --- a/npc/pre-re/other/pvp.txt +++ /dev/null @@ -1,32 +0,0 @@ -//===== Hercules Script ====================================== -//= PvP NPCs -//===== By: ================================================== -//= Euphy -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= PvP NPCs that are found in the Inns in major cities. -//= Includes Yoyo Mode, Nightmare Mode, and Event Mode. -//===== Additional Comments: ================================= -//= 1.0 First version, Pre-Renewal. -//============================================================ - -// PVP Warpers -//============================================================ -pvp_y_room,86,85,4 script Fight Square Reception#8 8W_SOLDIER,{ - callfunc "F_PVP_FSRS"; - end; - -OnInit: - waitingroom "Free for all",0; - end; -} - -pvp_n_room,30,85,4 script Fight Square Reception#n 8W_SOLDIER,{ - callfunc "F_PVP_FSRS"; - end; - -OnInit: - waitingroom "Free for all",0; - end; -} diff --git a/npc/pre-re/other/resetskill.txt b/npc/pre-re/other/resetskill.txt deleted file mode 100644 index 4c8fb4054..000000000 --- a/npc/pre-re/other/resetskill.txt +++ /dev/null @@ -1,142 +0,0 @@ -//===== Hercules Script ====================================== -//= Hypnotist -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= [Official Conversion] -//= Permenent first class, base level 40 and under skill resetter. -//= First Class characters and expanded classes only. -//= Baby Classes and First Class trans can't use this service. -//===== Additional Comments: ================================= -//= 1.0 First version. [L0ne_W0lf] -//============================================================ - -prontera,146,232,4 script Hypnotist#2 4_F_TELEPORTER,{ - mes "[Hypnotist]"; - mes "Greetings, adventurer."; - mes "I'm a member of the Hypnotist"; - mes "Academy sent here to Prontera"; - mes "to provide Skill Reset services"; - mes "to certain First Class characters for a really good price: free!"; - next; - mes "[Hypnotist]"; - mes "Although I offer unlimited"; - mes "skill resets for now, I have"; - mes "two conditions that must be"; - mes "fulfilled. First, you must be"; - mes "lower than ^FF0000Base Level 40^000000."; - next; - mes "[Hypnotist]"; - mes "Second, you must be a"; - mes "^FF0000Swordman, Acolyte, Mage,"; - mes "Thief, Archer, Merchant,"; - mes "Taekwon Boy, Taekwon Girl, Gunslinger and Ninja^000000"; - mes "Job character to qualify."; - mes "Now, do you have any questions?"; - next; - switch(select("Skill Reset?:I want a Skill Reset:Nothing")) { - - case 1: - mes "[Hypnotist]"; - mes "Skill Resets allow adventuers"; - mes "to redistribute their Skill"; - mes "Points if they are unhappy"; - mes "with their current skills."; - next; - mes "[Hypnotist]"; - mes "Before proceeding with"; - mes "a Skill Reset, you must"; - mes "reduce all of the weight"; - mes "of all carried items on your"; - mes "character to 0. You can put"; - mes "extra items in Kafra Storage."; - next; - mes "[Hypnotist]"; - mes "Ah, it's also important"; - mes "to remove your ^FF0000Pushcart^000000"; - mes "if you have one equipped."; - mes "Otherwise, hypnosis won't"; - mes "work, or will backfire..."; - close; - - case 2: - mes "[Hypnotist]"; - mes "Are you sure that you"; - mes "want to proceed with"; - mes "my ^FF0000Skill Reset^000000 service?"; - next; - if (select("Yes:Cancel") == 1) { - if (BaseLevel > 40) { - mes "[Hypnotist]"; - mes "I'm sorry, but characters"; - mes "with Base Levels higher"; - mes "than 40 are ineligible for the"; - mes "Skill Reset service I provide."; - close; - } - if ((Class > 0 && Class < 7 && Upper == 0) || (Class == Job_Gunslinger) || (Class == Job_Ninja) || (Class == Job_Taekwon)) { - if (checkcart()) { - mes "[Hypnotist]"; - mes "Oh! Please remove your"; - mes "Pushcart before proceeding"; - mes "with the Skill Reset service."; - mes "Thanks for cooperating~"; - close; - } - if (Weight) { - mes "[Hypnotist]"; - mes "If you're here for my Skill"; - mes "Reset service, please"; - mes "remember that you can't"; - mes "reset your skills until the"; - mes "^FF0000weight of your carried items in"; - mes "your Inventory is reduced to 0^000000."; - next; - mes "[Hypnotist]"; - mes "Why don't you place your"; - mes "things into the Kafra Storage"; - mes "for now? That way, you can"; - mes "safely keep all of your goods."; - close; - } - mes "[Hypnotist]"; - mes "Thank you for using"; - mes "my Skill Redistribution"; - mes "services. Oh, and best"; - mes "of luck to you on your"; - mes "travels, adventurer."; - resetskill; - close; - } - mes "[Hypnotist]"; - mes "I'm sorry, but your"; - mes "Job Class doesn't qualify"; - mes "for the Skill Reset service"; - mes "that I provide. I can only"; - mes "offer Skill Resets to the"; - mes "following Jobs..."; - next; - mes "[Hypnotist]"; - mes "^FF0000Swordman, Acolyte,"; - mes "Mage, Thief, Archer,"; - mes "Merchant, Taekwon"; - mes "Boy, Taekwon Girl, Gunslinger and Ninja^000000."; - close; - } - mes "[Hypnotist]"; - mes "Thank you, and good"; - mes "luck on your adventures."; - mes "Please travel in safety~"; - close; - - case 3: - mes "[Hypnotist]"; - mes "Thank you, and good"; - mes "luck on your adventures."; - mes "Please travel in safety~"; - close; - } - -} diff --git a/npc/pre-re/other/turbo_track.txt b/npc/pre-re/other/turbo_track.txt deleted file mode 100644 index ec670fbad..000000000 --- a/npc/pre-re/other/turbo_track.txt +++ /dev/null @@ -1,14 +0,0 @@ -//===== Hercules Script ====================================== -//= Turbo Track -//===== By: ================================================== -//= Euphy -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= [Official Conversion] -//= Pre-Renewal duplicates. -//===== Additional Comments: ================================= -//= 1.0 Split Peco Peco Manager NPC. -//============================================================ - -alde_gld,181,199,5 duplicate(MountManager_turbo) Peco Peco Manager 4_F_RACING |