1 | // -------------------------------------------------------------- |
---|
2 | // - eAAC Scripts - |
---|
3 | // -------------------------------------------------------------- |
---|
4 | |
---|
5 | // -------------------------------------------------------------- |
---|
6 | // ----------------------- Kafra Express ------------------------ |
---|
7 | // Kafra Express scripts are all enabled by default in the conf. |
---|
8 | // All you have to do is enable/uncomment the following line and |
---|
9 | // edit the confi.txt file inside the kafraExpress folder. Read |
---|
10 | // the readme.txt for further information. Also before enabling |
---|
11 | // this, open and read the following conf file, since you have |
---|
12 | // to de-activate the default Global_Functions.txt file and |
---|
13 | // enable the custom global_functionsKE.txt files made by Skotlex |
---|
14 | // Script made by Skotlex. |
---|
15 | // Forum topic for support: |
---|
16 | //| http://www.eathena.ws/board/index.php?showtopic=20290 |
---|
17 | //import: npc/custom/eAAC_Scripts/Kafra_Express_files.conf |
---|
18 | |
---|
19 | // -------------------------------------------------------------- |
---|
20 | // ---------------------- Roll A Dice NPC ----------------------- |
---|
21 | // Script made by birkiczd. |
---|
22 | // Forum topic for support: |
---|
23 | //| http://www.eathena.ws/board/index.php?showtopic=62483 |
---|
24 | //npc: npc/custom/eAAC_Scripts/roll_a_dice.txt |
---|
25 | |
---|
26 | // -------------------------------------------------------------- |
---|
27 | // ---------------------- Message Boards ------------------------ |
---|
28 | // Script made by cold |
---|
29 | // Forum topic for support: |
---|
30 | //| http://www.eathena.ws/board/index.php?showtopic=51051 |
---|
31 | //npc: npc/custom/eAAC_Scripts/messageboards.txt |
---|
32 | |
---|
33 | // -------------------------------------------------------------- |
---|
34 | // ---------------------- Donation Girl ------------------------- |
---|
35 | // Script made by joshuaali |
---|
36 | // Forum topic for support: |
---|
37 | //| http://www.eathena.ws/board/index.php?showtopic=71464 |
---|
38 | //npc: npc/custom/eAAC_Scripts/DonationGirl/donate.txt |
---|
39 | |
---|
40 | // -------------------------------------------------------------- |
---|
41 | // ----------------------- Quest Warper ------------------------- |
---|
42 | // Script made by Neouni |
---|
43 | // Forum topic for support: |
---|
44 | //| http://www.eathena.ws/board/index.php?showtopic=83352 |
---|
45 | //npc: npc/custom/eAAC_Scripts/quest_warper.txt |
---|
46 | |
---|
47 | // -------------------------------------------------------------- |
---|
48 | // ----------------------- Coin Banker -------------------------- |
---|
49 | // Script made by erKURITA |
---|
50 | // Forum topic for support: |
---|
51 | //| http://www.eathena.ws/board/index.php?showtopic=80615 |
---|
52 | //npc: npc/custom/eAAC_Scripts/banker.txt |
---|
53 | |
---|
54 | // -------------------------------------------------------------- |
---|
55 | // ---------------------- Vending Machine------------------------ |
---|
56 | // Script made by Celestria |
---|
57 | // Forum topic for support: |
---|
58 | //| http://www.eathena.ws/board/index.php?showtopic=91261 |
---|
59 | //npc: npc/custom/eAAC_Scripts/vendmachine.txt |
---|