From 195dffc20af1fb32c7e4119988911b72955aeabc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Thu, 4 Nov 2004 23:25:09 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/gldfunc_kafra.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 npc/guild/gldfunc_kafra.txt (limited to 'npc/guild/gldfunc_kafra.txt') diff --git a/npc/guild/gldfunc_kafra.txt b/npc/guild/gldfunc_kafra.txt new file mode 100644 index 000000000..f70c62af4 --- /dev/null +++ b/npc/guild/gldfunc_kafra.txt @@ -0,0 +1,37 @@ +//===== eAthena Script ======================================= +//= War of Emperium Kafras Function +//===== By: ================================================== +//= jAthena - kalen (1.0) +//= 1.1 by Akaru, ho|yAnge|X, and Valaris +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= eAthena 0.1+; RO Episode 4+ +//===== Description: ========================================= +//= Kafra service for guild members +//====================================== +//= Break down of arguments used in the function: +//= arg(0): name of City. +//= arg(1): name of guild castle. +//= arg(2): x1 coordinate for warp +//= arg(3): y1 coordinate for warp +//===== Additional Comments: ================================= +//= v1.2: All Guild kafra scripts use this function. [kobra_k88] +//============================================================ + +function script F_GKafra { + cutin "kafra_01",2; + set @GID, GetCastleData(getarg(0)+".gat",1); + if (getcharid(2) == @GID) goto L_StartG; + + mes "[Kafra Service]"; + mes "I am here to serve only ^5533FF" + GetGuildName(@GID) + "^000000 members. Please use different Kafra Service. Thank you."; + cutin "",255; + close; +L_StartG: + set @wrpP[0], 0; + set @wrpD$[0], getarg(1); + setarray @wrpC$[0], @wrpD$[0], "Cancel", "", "", "",""; + callfunc "F_Kafra",2; + end; +} -- cgit v1.2.3-70-g09d2