diff options
author | Reid <reidyaro@gmail.com> | 2011-11-30 23:54:54 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-11-30 23:54:54 +0100 |
commit | 0b1c8a529f014c381244be148787c4f24994d51c (patch) | |
tree | e3985b0090e687b5a24f7adf1b116691638facf3 /npc | |
parent | 5a43302ec06230dcb55883802ba186d8ef383470 (diff) | |
download | serverdata-0b1c8a529f014c381244be148787c4f24994d51c.tar.gz serverdata-0b1c8a529f014c381244be148787c4f24994d51c.tar.bz2 serverdata-0b1c8a529f014c381244be148787c4f24994d51c.tar.xz serverdata-0b1c8a529f014c381244be148787c4f24994d51c.zip |
Started to update item_db and mob_db.
Added NPC ID and location on alige script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index e6de68bc..87cf3c59 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -2,7 +2,7 @@ // Authors: // Vasily_Makarov // Description: -// fix me +// Hidden NPC on a ship'ground hole. // // 2 bits array: // ShipQuests @@ -12,7 +12,7 @@ // 0 first talking (before food) // 1 already talked -000-2-1.gat,0,0,0,1 script Alige 0,{ +000-2-1.gat,33,31,0 script Alige 301,1,1{ if (geta2(ShipQuests, ShipQuests_Alige) == 1) goto l_AskForFood; |