Fix for guild manager recognizing
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9205 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c0da3fc063
commit
a2f7a6de3d
@ -33,6 +33,8 @@ KarLaeda
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
11/13
|
||||||
|
* Fix for guild manager recognizing [KarLaeda]
|
||||||
11/12
|
11/12
|
||||||
* According to recent info you can re-install Guardians during WoE [Lupus]
|
* According to recent info you can re-install Guardians during WoE [Lupus]
|
||||||
11/11
|
11/11
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= jAthena - kalen (1.0) & eAthena Team
|
//= jAthena - kalen (1.0) & eAthena Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.6
|
//= 1.6a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 0.1+; RO Episode 4+
|
//= eAthena 0.1+; RO Episode 4+
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -28,6 +28,7 @@
|
|||||||
//= 1.41 Fixed possible Economy investment overflow with Emsolute Develop learnt [Lupus]
|
//= 1.41 Fixed possible Economy investment overflow with Emsolute Develop learnt [Lupus]
|
||||||
//= 1.5 Official Novice Castles Menu (u can't invest / hire guardians) [Lupus]
|
//= 1.5 Official Novice Castles Menu (u can't invest / hire guardians) [Lupus]
|
||||||
//= 1.6 According to recent info u can re-install Guardians during WoE [Lupus]
|
//= 1.6 According to recent info u can re-install Guardians during WoE [Lupus]
|
||||||
|
//= 1.6a Fix for guild manager recognizing [KarLaeda]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -41,13 +42,13 @@ function script F_GldManager {
|
|||||||
mes "I am waiting for my master. Brave adventurer, follow your destiny!";
|
mes "I am waiting for my master. Brave adventurer, follow your destiny!";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (getcharid(2) == @GID){
|
if (getcharid(2) != @GID){
|
||||||
mes "You're not ^5533FF" + getguildmaster(@GID) + "^000000! I am here to follow ^5533FF" + getguildmaster(@GID) + "^000000's command only";
|
mes "I am here to follow ^5533FF" + getguildmaster(@GID) + "^000000's command! Hey! Your not even a part of the guild!!";
|
||||||
|
mes "Where are the guardians? Destroy these intruders!";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (strcharinfo(0) != getguildmaster(@GID)){
|
if (strcharinfo(0) != getguildmaster(@GID)){
|
||||||
mes "I am here to follow ^5533FF" + getguildmaster(@GID) + "^000000's command! Hey! Your not even a part of the guild!!";
|
mes "You're not ^5533FF" + getguildmaster(@GID) + "^000000! I am here to follow ^5533FF" + getguildmaster(@GID) + "^000000's command only";
|
||||||
mes "Where are the guardians? Destroy these intruders!";
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user