Split quests from cities/einbroch.txt
+ quests/quests_einbroch.txt Fixed some small typos Added $talk to garbage clean-up git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7457 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5144a0c3b9
commit
1a5ce835a6
@ -39,6 +39,8 @@ Playtester
|
||||
Date Added
|
||||
======
|
||||
07/03
|
||||
* Split cities/einbroch.txt to cities/einbroch.txt and quests/quests_einbroch.txt [Evera]
|
||||
- Fixed some small typos [Evera]
|
||||
* Fixed many many bugs in Crusader Job Quest [Lupus]
|
||||
Changed all numbers to job_constants
|
||||
07/02
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= kobra_k88
|
||||
//===== Current Version: =====================================
|
||||
//= 1.4
|
||||
//= 1.51
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 7.15 +
|
||||
//===== Description: =========================================
|
||||
@ -15,6 +15,7 @@
|
||||
//= 1.3 added a Level 4 weapon quest related NPC [MasterOfMuppets]
|
||||
//= 1.4 Removed Duplicates [Silent]
|
||||
//= 1.5 Fixed some typos and coordinates [Musashiden]
|
||||
//= 1.51 Fixed a small typo [Evera]
|
||||
//============================================================
|
||||
|
||||
|
||||
@ -55,7 +56,7 @@ geffen.gat,111,48,2 script Kind Woman 101,{
|
||||
mes "Have you ever seen the ^ff0000Orcs^000000, the Demi-Human Tribe?";
|
||||
next;
|
||||
mes "[Kind Woman]";
|
||||
mes "South of here, deep in the forest, lies the home land of the Orcs. I here they have a unique culture and language that is much different from our own.";
|
||||
mes "South of here, deep in the forest, lies the home land of the Orcs. I hear they have a unique culture and language that is much different from our own.";
|
||||
next;
|
||||
mes "[Kind Woman]";
|
||||
mes "I wonder.....? Do they dream of love and romance just as we do? Hmm..... I wonder........";
|
||||
|
@ -65,6 +65,7 @@ function script F_ClearJobVar {
|
||||
|
||||
function script F_ClearGarbage {
|
||||
// Clear outdated global VARS
|
||||
if($talk) set $talk,0;
|
||||
if(MARIANNE) {set MISC_QUEST,MISC_QUEST | 1; set MARIANNE,0;}
|
||||
set MEAT,0; set MORRISON,0;
|
||||
set BUNYBND,0; set TEMPESTRA,0;
|
||||
|
1702
npc/quests/quests_einbroch.txt
Normal file
1702
npc/quests/quests_einbroch.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -70,6 +70,7 @@ npc: npc/quests/quests_aldebaran.txt
|
||||
npc: npc/quests/quests_amatsu.txt
|
||||
npc: npc/quests/quests_ayothaya.txt
|
||||
npc: npc/quests/quests_comodo.txt
|
||||
npc: npc/quests/quests_einbroch.txt
|
||||
npc: npc/quests/quests_geffen.txt
|
||||
npc: npc/quests/quests_lighthalzen.txt
|
||||
npc: npc/quests/quests_louyang.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user