Fixed an NPC in Kiel Hyre Quest warping onto the exit warp for final room.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13040 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
16cc8d8a9f
commit
a80b7a68e9
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2008/08/03
|
2008/08/03
|
||||||
|
* Fixed an NPC in Kiel Hyre Quest warping onto the exit warp for final room. [Paradox924X]
|
||||||
* Rev. 13038 Fixed some condition checks in archer, mage, and swordie, jobs. [L0ne_W0lf]
|
* Rev. 13038 Fixed some condition checks in archer, mage, and swordie, jobs. [L0ne_W0lf]
|
||||||
* Rev. 13037 Implemnted Hugel Monster Races. [L0ne_W0lf]
|
* Rev. 13037 Implemnted Hugel Monster Races. [L0ne_W0lf]
|
||||||
2008/07/31
|
2008/07/31
|
||||||
|
@ -6999,7 +6999,7 @@ OnInit:
|
|||||||
OnTouch:
|
OnTouch:
|
||||||
|
|
||||||
if (KielHyreQuest >= 46)
|
if (KielHyreQuest >= 46)
|
||||||
warp "kh_kiehl02",50,6;
|
warp "kh_kiehl02",50,7;
|
||||||
else
|
else
|
||||||
warp "kh_kiehl01",166,183;
|
warp "kh_kiehl01",166,183;
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user