From b11dfba7a7ce1b7b5cfd114c066c0eb8614958c4 Mon Sep 17 00:00:00 2001 From: Lupus Date: Sun, 1 Apr 2007 09:00:22 +0000 Subject: emsolute develop was incorrectly giving 49% / 51% instead of 50%/50% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10106 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/gldfunc_manager.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/guild/gldfunc_manager.txt b/npc/guild/gldfunc_manager.txt index b69ceb6f8..ccdce3c03 100644 --- a/npc/guild/gldfunc_manager.txt +++ b/npc/guild/gldfunc_manager.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= jAthena - kalen (1.0) & eAthena Team //===== Current Version: ===================================== -//= 1.6a +//= 1.6b //===== Compatible With: ===================================== //= eAthena 0.1+; RO Episode 4+ //===== Description: ========================================= @@ -129,7 +129,7 @@ function script F_GldManager { set Zeny,Zeny-@eco_invest; SetCastleData getarg(1),4,@TriggerE+1; // if we learnt Emsolute Develop there's 50% chance to get +1 investment again - SetCastleData getarg(1),2,@Economy + 1 + (getgdskilllv(@GID,10014)>0 && rand(100)>50 && @Economy<99); + SetCastleData getarg(1),2,@Economy + 1 + (@Economy<99 && rand(2) && getgdskilllv(@GID,10014)); mes "You have invested successfully."; return 0; -- cgit v1.2.3-70-g09d2