From 53369ab05d2f087d826b5fbb2dcb335a1ac59a1d Mon Sep 17 00:00:00 2001 From: euphyy Date: Sun, 31 Mar 2013 01:19:36 +0000 Subject: * Added "Play with Baby Cats" to Malangdo quests. * Updated quest_db with all remaining Malangdo entries. * Temporariliy added new coordinates to Warlock job quest to match new Morroc map. (tid:80650) * Fixed some misplaced 'close2' commands in El Dicastes quests (incl. bugreport:7431). * Moved equip index constants in pc.h so that equip_index no longer needs to updating. (follow-up r17221, Hercules ea42e92) * Minor changes to script_commands.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17224 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/jobs/3-1/warlock.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'npc/re/jobs/3-1') diff --git a/npc/re/jobs/3-1/warlock.txt b/npc/re/jobs/3-1/warlock.txt index 363597c10..8a8e1f0ce 100644 --- a/npc/re/jobs/3-1/warlock.txt +++ b/npc/re/jobs/3-1/warlock.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Muad_Dib, Gepard & L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -14,12 +14,13 @@ //= 1.1 Fixed some conversion mistakes, replaced numbers with //= constants, added item names in comments. //= 1.2 Fixed the problem where NPC are not enabled and chamber -//= will never open for the second try or use. +//= will never open for the second try or use. //= 1.2a Fixed a typo. [Euphy] //= 1.3 Updated script, optimized. [Euphy] +//= 1.3a Added temporary coordinate fix #distorted_space_1-1. [Euphy] //============================================================ -morocc,103,144,0 script #distorted_space_1 139,1,1,{ +- script #distorted_space_ -1,{ OnTouch: if (job_wl > 1) { mes " - There is a strange distortion here - "; @@ -65,7 +66,11 @@ OnTouch: } end; } -splendide,141,284,0 duplicate(#distorted_space_1) #distorted_space_2 139,1,1 +morocc,103,144,0 duplicate(#distorted_space_) #distorted_space_1 139,1,1 +splendide,141,284,0 duplicate(#distorted_space_) #distorted_space_2 139,1,1 + +// This is a temporary fix until new official coordinates are found. +morocc,98,144,0 duplicate(#distorted_space_) #distorted_space_1-1 139,1,1 function script F_Warlock { mes "[Assistant]"; -- cgit v1.2.3-70-g09d2