Fixed Hugel Airship Staff from teleporting you to the wrong airplane.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12226 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2008/02/21
|
||||
* Fixed Hugel Airship Staff from teleporting you to the wrong airplane. [Paradox924X]
|
||||
2008/02/17
|
||||
* Updated Eye of Hellion to use the new format of the input command. [Skotlex]
|
||||
2008/02/13
|
||||
|
||||
@@ -893,12 +893,12 @@ hugel,182,150,3 script Airship Staff#hu 91,{
|
||||
if (select("Yes:No") == 1) {
|
||||
if(countitem(7311) > 0) {
|
||||
delitem 7311,1;
|
||||
warp "airplane_01",224,64;
|
||||
warp "airplane",224,64;
|
||||
close;
|
||||
}
|
||||
if(Zeny > 1200) {
|
||||
set Zeny, Zeny - 1200;
|
||||
warp "airplane_01",224,64;
|
||||
warp "airplane",224,64;
|
||||
close;
|
||||
}
|
||||
mes "[Airship Staff]";
|
||||
|
||||
Reference in New Issue
Block a user