diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-03 23:13:33 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-03 23:13:33 +0000 |
commit | bafe9ca1ceaac5554b4716b7b5b4911c3f40a51d (patch) | |
tree | 65732204e49c51946b48244eabaeae2747cc7e81 /doc/sample/gstorage_test.txt | |
parent | d4cec2529589b43bb4fd70ba79589bc1bb75da98 (diff) | |
download | hercules-bafe9ca1ceaac5554b4716b7b5b4911c3f40a51d.tar.gz hercules-bafe9ca1ceaac5554b4716b7b5b4911c3f40a51d.tar.bz2 hercules-bafe9ca1ceaac5554b4716b7b5b4911c3f40a51d.tar.xz hercules-bafe9ca1ceaac5554b4716b7b5b4911c3f40a51d.zip |
* Standardization of doc\sample\ folder.
* Deleted doc\sample\PCLoginEvent.txt, which contained outdated information.
* Follow-up r16812, fixed file encoding.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16813 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/sample/gstorage_test.txt')
-rw-r--r-- | doc/sample/gstorage_test.txt | 46 |
1 files changed, 10 insertions, 36 deletions
diff --git a/doc/sample/gstorage_test.txt b/doc/sample/gstorage_test.txt index 6c97fa2bc..9745b4b09 100644 --- a/doc/sample/gstorage_test.txt +++ b/doc/sample/gstorage_test.txt @@ -1,4 +1,13 @@ -/* Guild Warehouse Service Test-Script +//===== rAthena Script ======================================= +//= Sample: Guild Storage Test +//===== By: ================================================== +//= rAthena Dev Team +//===== Current Version: ===================================== +//= 20070315 +//===== Description: ========================================= +//= Contains commands needed for a guild warehouse NPC. +//============================================================ + prontera,165,188,4 script Guild Warehouse 112,{ cutin "kafra_06",2; @@ -32,39 +41,4 @@ GS_EXIT3: GS_EXIT4: cutin "kafra_06",255; close; -} -*/ - -// カプラギルド倉庫サービス テストスクリプト -prontera,165,188,4 script ギルド倉庫カプラ 112,{ - cutin "kafra_06",2; - - mes"[ギルド倉庫カプラ]"; - mes "カプラギルド倉庫サービスです。"; - mes "毎度ご利用ありがとうございます♪"; - mes "テスト用なので金は貰いません。"; - next; - menu "ギルド倉庫を利用する",GS_OPEN,"やっぱやめる",GS_EXIT3; - -GS_OPEN: - set @flag,guildopenstorage(0); - if(@flag == 1) goto GS_EXIT1; - if(@flag == 2) goto GS_EXIT2; - goto GS_EXIT4; - -GS_EXIT1: - mes "ギルドメンバーが倉庫を使用中です。"; - mes "しばらく待ってから利用してください。"; - goto GS_EXIT4; - -GS_EXIT2: - mes "ギルドに所属してない方は利用することができません。"; - goto GS_EXIT4; - -GS_EXIT3: - mes "またのご利用をお待ちしています♪"; - -GS_EXIT4: - cutin "kafra_06",255; - close; }
\ No newline at end of file |