viewing paste jm1211 - Mall | Athena
Posted on the
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| //#####################################################################
//# #
//# ##### # ######## # # ##### ## # # #
//# # ### ## # # # # # # ### #
//# #### # # ## ###### #### # # # # # #
//# # ####### ## # # # # # # ####### #
//# ##### # # ## # # ##### # ## # # #
//# #
//#####################################################################
//
//
//===== Athena Script ========================================
//= Shopping Mall Script
//===== Credits to ==================================================
//= Created by : Ayumi
//= Edit and Bug Fixed By : jm1211
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
//= Shopping Mall cointaining most item except cards
//===== Additional Comments: =================================
//= please include my name if u edited this script
//============================================================
//The Shops
//The Warper to Mall
prontera.gat,152,180,3 script Mall Warper 902,{
shop: warp "quiz_02.gat" ,337,74;
}
//The Exit to Prontera
quiz_02.gat,335,74,5 script Exit 902,{
warp "prontera.gat" ,155,176;
} |
Viewed 845 times, submitted by Guest.