Fixed Taekwon Jobchanger Location (#3757)

Fixes #3691

Thanks to @zackdreaver and @Balferian
This commit is contained in:
Lemongrass3110 2018-12-17 16:41:23 +01:00 committed by GitHub
parent 7fa903ce22
commit 200b55e0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 12 deletions

View File

@ -1,22 +1,18 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Taekwon Job Quest
//===== By: ==================================================
//= Tsuyuki & Samuray22
//===== Current Version: =====================================
//= 1.4
//===== Compatible With: =====================================
//= rAthena Project
//===== Description: =========================================
//= Official iRO TaeKwon Job Change Quest
//===== Additional Comments: =================================
//===== Description: =========================================
//= [Official Conversion]
//= Taekwon Job Change Quest
//===== Changelogs: ==========================================
//= 1.0 Replaced previous TK Job Quest with this one [Tsuyuki]
//= 1.1 Rewrote to the Aegis Standars. [Samuray22]
//= 1.2 Fixed position the npc is facing. [Kisuka]
//= 1.3 Added Quest Log commands. [Kisuka]
//= 1.4 Removed use of 'goto', and fixed some indentation. [L0ne_W0lf]
//============================================================
//= 1.5 Split into renewal [Lemongrass]
//============================================================
payon,157,141,5 script Phoenix#TKJobChange 753,{
- script Phoenix::PhoenixTKJobChange -1,{
if(Upper == 2) {
mes "[Phoenix]";
mes "Hello, child.";

View File

@ -0,0 +1,10 @@
//===== rAthena Script =======================================
//= Taekwon Job Quest
//===== Description: =========================================
//= [Official Conversion]
//= Taekwon Job Change Quest
//===== Changelogs: ==========================================
//= 1.0 Split into renewal [Lemongrass]
//============================================================
payon,157,141,5 duplicate(PhoenixTKJobChange) Phoenix#TKJobChange 753

View File

@ -10,6 +10,8 @@ npc: npc/pre-re/jobs/1-1/mage.txt
npc: npc/pre-re/jobs/1-1/merchant.txt
npc: npc/pre-re/jobs/1-1/swordman.txt
npc: npc/pre-re/jobs/1-1/thief.txt
// - 1-1 Expanded
npc: npc/pre-re/jobs/1-1e/taekwon.txt
// - 2-2
npc: npc/pre-re/jobs/2-2/crusader.txt
// - Novice

View File

@ -0,0 +1,9 @@
//===== rAthena Script =======================================
//= Taekwon Job Quest
//===== Description: =========================================
//= Taekwon Job Change Quest
//===== Changelogs: ==========================================
//= 1.0 Split into renewal [Lemongrass]
//============================================================
payon_in01,62,10,5 duplicate(PhoenixTKJobChange) Phoenix#TKJobChange 753

View File

@ -10,6 +10,8 @@ npc: npc/re/jobs/1-1/mage.txt
npc: npc/re/jobs/1-1/merchant.txt
npc: npc/re/jobs/1-1/swordman.txt
npc: npc/re/jobs/1-1/thief.txt
// - 1-1 Expanded
npc: npc/re/jobs/1-1e/taekwon.txt
// - 2-2
npc: npc/re/jobs/2-2/crusader.txt
// - 2e