cube room fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6265 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
35cda692bd
commit
c9dd0f0df8
@ -27,6 +27,8 @@ Nexon
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
04/25
|
||||||
|
* Cube Room Quest: fixed "free stick" bug, thx 2 Neouni [Lupus]
|
||||||
04/23
|
04/23
|
||||||
* Rearranged Ingredient Sellers. Removed doubled seller from Morocc [Lupus]
|
* Rearranged Ingredient Sellers. Removed doubled seller from Morocc [Lupus]
|
||||||
* Added an ingredient seller to Morroc, thanks to Muad_Dib [MasterOfMuppets]
|
* Added an ingredient seller to Morroc, thanks to Muad_Dib [MasterOfMuppets]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Persian, Vicious_Pucca, Completed by aoa00
|
//= Persian, Vicious_Pucca, Completed by aoa00
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.4a
|
//= 1.5a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -26,6 +26,7 @@
|
|||||||
//= and enter Zero shit 8) (TODO: I saw some "Sticks" abuses, too.. where you couls skip
|
//= and enter Zero shit 8) (TODO: I saw some "Sticks" abuses, too.. where you couls skip
|
||||||
//= a part of quest...)
|
//= a part of quest...)
|
||||||
//= 1.5 Fixed Mobster's OnDead event(it has to start with "On"!) [Playtester]
|
//= 1.5 Fixed Mobster's OnDead event(it has to start with "On"!) [Playtester]
|
||||||
|
//= 1.5a Fixed "free stick" bug, thx 2 Neouni [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
//= aoa's comment
|
//= aoa's comment
|
||||||
//= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
|
//= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
|
||||||
@ -749,11 +750,11 @@ L_1:
|
|||||||
mes "With another stick to make it larger.";
|
mes "With another stick to make it larger.";
|
||||||
if (srod2 == 1) goto L1_1;
|
if (srod2 == 1) goto L1_1;
|
||||||
if (srod1 == 0) set srod1,1;
|
if (srod1 == 0) set srod1,1;
|
||||||
if (srod1 == 0) close;
|
close;
|
||||||
|
|
||||||
L1_1:
|
L1_1:
|
||||||
set srod1,1;
|
set srod1,1;
|
||||||
if (@bad == 0) next;
|
if (@bed == 0) next;
|
||||||
mes "It looks similar to the 'small stick' that you";
|
mes "It looks similar to the 'small stick' that you";
|
||||||
mes "found under the bed.";
|
mes "found under the bed.";
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user