diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-06 14:25:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-06 14:25:39 -0200 |
commit | 8e4cb3b79400f112de462b4b8ede7c3486e5cab5 (patch) | |
tree | fbc1ebfcfd668d51ad87bae43704bdecf69efe25 | |
parent | fda62322324cd4a767e17a321c02a7a06127de37 (diff) | |
download | serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.tar.gz serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.tar.bz2 serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.tar.xz serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.zip |
Fill in dummy data, loosely based on total_visu, for playtesting reasons
-rw-r--r-- | db/re/item_db.conf | 18 | ||||
-rw-r--r-- | npc/003-0/audsbel.txt | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f1c014cf5..2bac38022 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9758,11 +9758,11 @@ item_db: ( Buy: 9000 Sell: 25 Weight: 6 - Atk: 50 + Atk: 560 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 70 Refine: true Subtype: "W_DAGGER" }, @@ -9774,11 +9774,11 @@ item_db: ( Buy: 9000 Sell: 25 Weight: 6 - Atk: 50 + Atk: 720 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 90 Refine: true Subtype: "W_DAGGER" }, @@ -9806,11 +9806,11 @@ item_db: ( Buy: 90000 Sell: 10000 Weight: 6 - Atk: 50 + Atk: 800 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 100 Refine: true Subtype: "W_1HSWORD" Script: <" @@ -9840,11 +9840,11 @@ item_db: ( Buy: 90 Sell: 25 Weight: 6 - Atk: 50 + Atk: 640 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 80 Refine: true Subtype: "W_1HSWORD" }, @@ -9991,7 +9991,7 @@ item_db: ( Weight: 820 Atk: 250 Matk: 0 - Range: 2 + Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 25 diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt index 84793a207..b474fa2c6 100644 --- a/npc/003-0/audsbel.txt +++ b/npc/003-0/audsbel.txt @@ -15,6 +15,8 @@ mesn l("Auldsbel the Wizard"); mesq l("Welcome back, Padric!"); mesq l("Do you believe I've lost my @@? I can't see anything well without that! %%a", getitemlink(Googles)); + if (countitem(Googles)) + mesq l("I'm not interested in yours, by the way."); next; mesn; mesq l("Anyway, I am one of the few Mana Wizard, and I love Transmutation!"); @@ -279,7 +281,7 @@ L_Cheat: L_Lame: setparam(MaxHp, readparam(MaxHp)-50); // I want to see how permanent this is setparam(MaxSp, readparam(MaxSp)-25); // I want to see how permanent this is - setparam(Karma, readparam(Karma)-1); // testing + //setparam(Karma, readparam(Karma)-1); // testing mesn; mesq l("%%3 You sadden me. That was so, so lame. I will need to punish you. Sorry. Superior orders. %%S"); next; |