From 1e0b7f9fe635f45b71f7c103255a3fe94db498e4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Jun 2019 12:13:30 -0300 Subject: I'm playing with Homunculus skills :> --- db/re/homunculus_db.txt | 3 +++ db/re/item_db.conf | 5 +++++ db/re/skill_tree.conf | 3 +++ npc/test/npc1.txt | 1 + 4 files changed, 12 insertions(+) diff --git a/db/re/homunculus_db.txt b/db/re/homunculus_db.txt index 764ecfc52..f19c4f1b5 100644 --- a/db/re/homunculus_db.txt +++ b/db/re/homunculus_db.txt @@ -19,3 +19,6 @@ // NOTE: Only the growth values are in a 1/10 scale, the other stats are 1/1 (eg: 5 gmAGI means 0.5 agi) 6001,6001,Homun,507,60000,0,1,7,0,700,150,40,12,20,15,35,24,14,60,100,4,9,5,19,4,20,5,19,6,20,5,19,6,20,800,2400,220,480,10,30,30,50,20,40,20,40,10,30,10,20 +6002,6002,HomunB,507,60000,0,1,7,0,700,150,40,12,20,15,35,24,14,60,100,4,9,5,19,4,20,5,19,6,20,5,19,6,20,800,2400,220,480,10,30,30,50,20,40,20,40,10,30,10,20 +6003,6003,HomunC,507,60000,0,1,7,0,700,150,40,12,20,15,35,24,14,60,100,4,9,5,19,4,20,5,19,6,20,5,19,6,20,800,2400,220,480,10,30,30,50,20,40,20,40,10,30,10,20 + diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2c6ba9da0..d42978ae6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12185,6 +12185,11 @@ item_db: ( }, // System Reserved +{ + Id: 7142 + AegisName: "Item7142" + Name: "Item 7142" +}, { Id: 7400 AegisName: "LEGACY_MiereCleaver" diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index ad193bc3b..b582963e0 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -36,6 +36,9 @@ Human: { WE_FEMALE: 0 SN_SHARPSHOOTING: 0 GD_EXTENSION: 0 + AM_CALLHOMUN: 0 + AM_REST: 0 + AM_RESURRECTHOMUN: 0 // Magical AL_HEAL: 4 diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index 4dee61ac6..b04d2e1c1 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -31,6 +31,7 @@ L_Start: mesc "Error 13: Permission Denied", 1; close; } + mes "Homunculus state: "+checkhomcall(); switch (select( "show area", "map", -- cgit v1.2.3-60-g2f50