diff options
author | Reid <reidyaro@gmail.com> | 2012-09-01 01:59:32 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-01 01:59:32 +0200 |
commit | 13b7f1487d1a0d433028eb1b960efde28167cad5 (patch) | |
tree | b5c1c2825ee96fd4f6a466da5e4270a3c5e6c729 /db | |
parent | c70829b0d710fada9b44aeaa75147603511a1e6e (diff) | |
download | serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.gz serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.bz2 serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.xz serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.zip |
Add Couwan quest on const and questvars DBs,
Update Ale script,
Update Billybonx and Arpan script,
Add quest and dialogues on Couwan script,
Add dialogues and couwan's quest on Gugli script.
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/questvars.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index ac293803..bec285c1 100644 --- a/db/const.txt +++ b/db/const.txt @@ -210,3 +210,4 @@ ShipQuests_ArpanMoney 6 ShipQuests_Door 7 ShipQuests_TreasureChest 8 ShipQuests_Darlin 9 +ShipQuests_Couwan 10 diff --git a/db/questvars.txt b/db/questvars.txt index b4e5c4eb..014bd988 100644 --- a/db/questvars.txt +++ b/db/questvars.txt @@ -17,3 +17,4 @@ ShipQuests,1,2048 // ShipQuests_ArpanMoney 6 ShipQuests,1,4096 // ShipQuests_Door 7 ShipQuests,1,8192 // ShipQuests_TreasureChest 8 ShipQuests,1,65536 // ShipQuests_Darlin 9 +ShipQuests,1,131072 // ShipQuests_Couwan 10 |