[1] | 1 | /* Guild Warehouse Service Test-Script |
---|
| 2 | prontera,165,188,4 script Guild Warehouse 112,{ |
---|
| 3 | cutin "kafra_06",2; |
---|
| 4 | |
---|
| 5 | mes "[Guild Warehouse Coupler]"; |
---|
| 6 | mes "This is the guild warehouse coupler service."; |
---|
| 7 | mes "You will not receive zeny for this is a test."; |
---|
| 8 | next; |
---|
| 9 | menu "Access Guild Warehouse", GS_OPEN, "Exit", GS_EXIT3; |
---|
| 10 | |
---|
| 11 | GS_OPEN: |
---|
| 12 | set @flag,guildopenstorage(0); |
---|
| 13 | if(@flag == 1) goto GS_EXIT1; |
---|
| 14 | if(@flag == 2) goto GS_EXIT2; |
---|
| 15 | goto GS_EXIT4; |
---|
| 16 | |
---|
| 17 | GS_EXIT1: |
---|
| 18 | mes "[Guild Warehouse]"; |
---|
| 19 | mes "The guild warehouse is being used right now."; |
---|
| 20 | mes "Please wait a while, then come back."; |
---|
| 21 | goto GS_EXIT4; |
---|
| 22 | |
---|
| 23 | GS_EXIT2: |
---|
| 24 | mes "[Guild Warehouse]"; |
---|
| 25 | mes "You can't use this service if you're not in a guild!"; |
---|
| 26 | goto GS_EXIT4; |
---|
| 27 | |
---|
| 28 | GS_EXIT3: |
---|
| 29 | mes "[Guild Warehouser]"; |
---|
| 30 | mes "Come back whenever you want."; |
---|
| 31 | |
---|
| 32 | GS_EXIT4: |
---|
| 33 | cutin "kafra_06",255; |
---|
| 34 | close; |
---|
| 35 | } |
---|
| 36 | */ |
---|
| 37 | |
---|
| 38 | // JvMhqÉT[rX eXgXNvg |
---|
| 39 | prontera,165,188,4 script MhqÉJv 112,{ |
---|
| 40 | cutin "kafra_06",2; |
---|
| 41 | |
---|
| 42 | mes"[MhqÉJv]"; |
---|
| 43 | mes "JvMhqÉT[rXÅ·B"; |
---|
| 44 | mes "x²p èªÆ€²Ž¢Ü·ô"; |
---|
| 45 | mes "eXgpÈÌÅàÍá¢Ü¹ñB"; |
---|
| 46 | next; |
---|
| 47 | menu "MhqÉðp·é",GS_OPEN,"âÁÏâßé",GS_EXIT3; |
---|
| 48 | |
---|
| 49 | GS_OPEN: |
---|
| 50 | set @flag,guildopenstorage(0); |
---|
| 51 | if(@flag == 1) goto GS_EXIT1; |
---|
| 52 | if(@flag == 2) goto GS_EXIT2; |
---|
| 53 | goto GS_EXIT4; |
---|
| 54 | |
---|
| 55 | GS_EXIT1: |
---|
| 56 | mes "Mho[ªqÉðgpÅ·B"; |
---|
| 57 | mes "µÎçÒÁÄ©çpµÄŸ³¢B"; |
---|
| 58 | goto GS_EXIT4; |
---|
| 59 | |
---|
| 60 | GS_EXIT2: |
---|
| 61 | mes "MhÉ®µÄÈ¢ûÍp·é±ÆªÅ«Ü¹ñB"; |
---|
| 62 | goto GS_EXIT4; |
---|
| 63 | |
---|
| 64 | GS_EXIT3: |
---|
| 65 | mes "ܜ̲pðšÒ¿µÄ¢Ü·ô"; |
---|
| 66 | |
---|
| 67 | GS_EXIT4: |
---|
| 68 | cutin "kafra_06",255; |
---|
| 69 | close; |
---|
| 70 | } |
---|