From c73c31527b1adf0a38141c369843928c6481a9ff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Oct 2020 11:47:50 -0300 Subject: Discord Booster Necklace. Also, fix typos reported by YuckFou. --- db/re/item_db.conf | 19 +++++++++++++++++++ npc/003-1/itka.txt | 1 - npc/005-1/ayasha.txt | 2 +- npc/commands/rent.txt | 31 +++++++++++++++++++++++++++++++ npc/scripts.conf | 1 + 5 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 npc/commands/rent.txt diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a340158d1..e5d287783 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5770,6 +5770,25 @@ item_db: ( EquipLv: 9 Refine: false }, +{ + Id: 1022 + AegisName: "DiscordNecklace" + Name: "Discord Necklace" + Type: "IT_ARMOR" + Buy: 2 + Sell: 1 + Weight: 1 + Loc: "EQP_SHADOW_ACC_R" + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } +}, // { Id: 1150 diff --git a/npc/003-1/itka.txt b/npc/003-1/itka.txt index b7d087517..2a87bae45 100644 --- a/npc/003-1/itka.txt +++ b/npc/003-1/itka.txt @@ -7,7 +7,6 @@ mesn; mesq lg("Hello, madam!", "Hello, sir!"); next; - //mesq l("The inn north of me still haven't opened, which is a shame. I guess their cassino got too expensive."); mesq l("Did you knew the casino on the inn up here was one of the most expensive on the whole world?"); next; mesq l("Anyway, I am selling Cherry Cakes to sponsor my studies. Please buy as many as you want!"); diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index f71f1726d..3053a1405 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -107,7 +107,7 @@ L_Rent: close; L_DoRent: - if (gettimetick(2) <= .RENT_TIME) mesq l("Sorry, you was taking too long to decide and I've rented my sword to somebody else."); + if (gettimetick(2) <= .RENT_TIME) mesq l("Sorry, you were taking too long to decide and I've rented my sword to somebody else."); if (gettimetick(2) <= .RENT_TIME) close; .RENT_TIME=gettimetick(2)+(15*60); set Zeny, Zeny - 300; diff --git a/npc/commands/rent.txt b/npc/commands/rent.txt new file mode 100644 index 000000000..cafe41e33 --- /dev/null +++ b/npc/commands/rent.txt @@ -0,0 +1,31 @@ +// TMW2 Script +// +// @rentitem