re-fixed Kafra + Super Novices CART
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1421 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
67a9cafa79
commit
4e5553c36a
@ -34,7 +34,9 @@ Date Added
|
|||||||
======
|
======
|
||||||
|
|
||||||
04/06
|
04/06
|
||||||
* Allow super novices to rent carts from the Kafra, thanks to HawkMoon
|
* removed previous "fix". Please, never submit "fixes" w/o checking. [Lupus]
|
||||||
|
that guy didn't know about a special SN Kafra from supernovice.txt file.
|
||||||
|
* fixed payon's gemstones exchanger [Lupus]
|
||||||
* Set PCLoginEvent.txt to disabled by default [celest]
|
* Set PCLoginEvent.txt to disabled by default [celest]
|
||||||
04/04
|
04/04
|
||||||
* Changed "set @TEMP,rand(0);" to set "@TEMP,0;" in the Payon Fortune Teller script [DracoRPG]
|
* Changed "set @TEMP,rand(0);" to set "@TEMP,0;" in the Payon Fortune Teller script [DracoRPG]
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
//= Lupus
|
//= Lupus
|
||||||
//= kobra_k88 (2.0)
|
//= kobra_k88 (2.0)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.4
|
//= 2.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ===============================================
|
//===== Description: ===============================================
|
||||||
@ -25,7 +25,8 @@
|
|||||||
//= 2.2b This version uses arrays for the teleport option.
|
//= 2.2b This version uses arrays for the teleport option.
|
||||||
//= Rearranged next statements to make menu transitions smoother. [kobra_k88]
|
//= Rearranged next statements to make menu transitions smoother. [kobra_k88]
|
||||||
//= 2.3 Removed SAVE from Niflheim. [Lupus]
|
//= 2.3 Removed SAVE from Niflheim. [Lupus]
|
||||||
//= 2.4 Allow Super novices to rent carts, thanks to HawkMoon
|
//= 2.3 removed "fix" by HawkMoon RTFM and check supernovice.txt . There's a SPECIAL Kafra
|
||||||
|
//= which gives CARTS to SN for a special proce. [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -183,7 +184,7 @@ function script F_KafTele {
|
|||||||
|
|
||||||
// Cart Function ========================================================
|
// Cart Function ========================================================
|
||||||
function script F_KafCart {
|
function script F_KafCart {
|
||||||
if(callfunc("Is_Merc_Class") == 0 && callfunc("Is_Super_Class") == 0) goto sL_CantRent;
|
if(callfunc("Is_Merc_Class") == 0) goto sL_CantRent;
|
||||||
if(getskilllv(39)==0) goto sL_NeedSkill;
|
if(getskilllv(39)==0) goto sL_NeedSkill;
|
||||||
if(checkcart(0) == 1) goto sL_GotCart;
|
if(checkcart(0) == 1) goto sL_GotCart;
|
||||||
if(getarg(0) == 2) goto L_Guild;
|
if(getarg(0) == 2) goto L_Guild;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user