diff options
-rw-r--r-- | db/item_db.txt | 32 | ||||
-rw-r--r-- | db/mob_db.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 4 |
3 files changed, 32 insertions, 6 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 5b88cbe6..10be8e2b 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1,3 +1,29 @@ -#ID, Name, Label, Attr, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, LifeTime, {UseScript}, {EquipScript} {UnEquipScript} -0, DEFAULT, Default, 0, 0, 0, 0, 10, , , , , , 2, , , , , 0, {}, {} -# <------ 23chars ------> <------ 23chars ------> +#ID, Name, Label, Attr, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, LifeTime, {UseScript}, {EquipScript} {UnEquipScript} +0, DEFAULT, Default, 0, 0, 0, 0, 10, , , , , , 2, , , , , 0, {}, {} +501, Acorn, Acorn, 0, 0, 0, 0, 2, , , , , , 2, , , 0, , 0, { itemheal 15, 0; }, {} +502 +503 +504 +505 +506 +507 +508 +700 +701 +702 +703 +704 +705 +706 +707 +708 +709 +1300 +1301 +1302 +1800 +2000 +2200 +2900 +3500 +# <------ 23chars ------> <------ 23chars ------>
\ No newline at end of file diff --git a/db/mob_db.txt b/db/mob_db.txt index 955864b3..a9879c8a 100644 --- a/db/mob_db.txt +++ b/db/mob_db.txt @@ -1,2 +1,2 @@ # ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per, Drop2id,Drop2per, Drop3id,Drop3per, Drop4id,Drop4per, Drop5id,Drop5per, Drop6id,Drop6per, Drop7id,Drop7per, Drop8id,Drop8per, MEXP, ExpPer, MVP1id, MVP1per, MVP2id, MVP2per,MVP3id, MVP3per,mutation count, mutation strength - +1002, Pious, Pious, 1, 12, 0, 2, 0, 1, 1, 4, 0, 1, 1, 1, 1, 0, 6, 0, 1, 1, 1, 1, 21, 129, 800, 1872, 672, 480, 710, 2000, 711, 1500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 2, 5 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; |