diff options
Diffstat (limited to 'world/map/npc/annuals/xmas/config.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/config.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/annuals/xmas/config.txt b/world/map/npc/annuals/xmas/config.txt index 90eab504..d3c51664 100644 --- a/world/map/npc/annuals/xmas/config.txt +++ b/world/map/npc/annuals/xmas/config.txt @@ -12,14 +12,14 @@ // Nibble_1: @xmas_karma, Event Behavior // 0-15: 0: Naughty, 15: Nice // List BITS: -// 8: 021-1.gat,87,66,0|script|Ayasha|258 -// 9: 021-1.gat,63,107,0|script|Latif|262 -// 10: 021-1.gat,123,116,0|script|Charda|260 -// 11: 021-1.gat,78,87,0|script|Faris|259 -// 12: 021-1.gat,98,25,0|script|Rasin|263 -// 13: 021-1.gat,155,25,0|script|Ghada|265 -// 14: 025-1.gat,80,88,0|script|Rossy|114 -// 15: 001-2.gat,76,59,0|script|Kadiya|174 +// 8: 021-1,87,66,0|script|Ayasha|258 +// 9: 021-1,63,107,0|script|Latif|262 +// 10: 021-1,123,116,0|script|Charda|260 +// 11: 021-1,78,87,0|script|Faris|259 +// 12: 021-1,98,25,0|script|Rasin|263 +// 13: 021-1,155,25,0|script|Ghada|265 +// 14: 025-1,80,88,0|script|Rossy|114 +// 15: 001-2,76,59,0|script|Kadiya|174 // Helper Bit // 16: Bedding End // 17: Bedding Starts @@ -248,7 +248,7 @@ L_Main: setarray $@xmas_mob_names$, "Santa Slime", "Candied Slime", "Candied Slime"; setarray $@xmas_mob_spawns, "1015", "1111", "1111"; setarray $@xmas_mob_counts, 10, 5, 5; - setarray $@xmas_map_spawns$, "019-1.gat", "019-3.gat", "030-3.gat"; + setarray $@xmas_map_spawns$, "019-1", "019-3", "030-3"; if(getarraysize($@xmas_mob_spawns) != getarraysize($@xmas_map_spawns$)) goto L_XmasError; if(getarraysize($@xmas_mob_names$) != getarraysize($@xmas_map_spawns$)) |