diff options
-rw-r--r-- | db/re/item_db.conf | 129 | ||||
-rw-r--r-- | npc/003-2/estard.txt | 37 |
2 files changed, 1 insertions, 165 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b94187430..6bb561f7e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -575,35 +575,6 @@ item_db: ( "> }, { - Id: 514 - AegisName: "OldBook" - Name: "Old Book" - Type: "IT_USABLE" - Buy: 30 - Sell: 10 - Weight: 25 - Atk: 0 - Matk: 0 - Def: 0 - Range: 0 - Slots: 0 - Job: { - All: true - } - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 514 - BindOnEquip: false - BuyingStore: true - KeepAfterUse: true - Sprite: 0 - Script: <" - doevent "#001-2-6-Book4::OnUse"; - "> -}, -{ Id: 515 AegisName: "Plushroom" Name: "Plushroom" @@ -1142,106 +1113,6 @@ item_db: ( "> }, { - Id: 532 - AegisName: "PiouAndTheFluffy" - Name: "Piou and The Fluffy" - Type: "IT_USABLE" - Buy: 50 - Sell: 11 - Weight: 25 - Atk: 0 - Matk: 0 - Def: 0 - Range: 0 - Slots: 0 - Job: { - All: true - } - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 532 - BindOnEquip: false - BuyingStore: true - KeepAfterUse: true - Sprite: 0 - Script: <" - doevent "#001-2-6-Book1::OnUse"; - "> -}, -{ - Id: 533 - AegisName: "PoemAboutPoems" - Name: "Poem about Poems" - Type: "IT_USABLE" - Buy: 40 - Sell: 10 - Weight: 20 - Atk: 0 - Matk: 0 - Def: 0 - Range: 0 - Slots: 0 - Job: { - All: true - } - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 533 - BindOnEquip: false - BuyingStore: true - KeepAfterUse: true - Sprite: 0 - Script: <" - doevent "#001-2-6-Book2::OnUse"; - "> -}, -{ - Id: 534 - AegisName: "ChorusOfTheWoods" - Name: "Chorus of the Woods" - Type: "IT_USABLE" - Buy: 30 - Sell: 10 - Weight: 25 - Atk: 0 - Matk: 0 - Def: 0 - Range: 0 - Slots: 0 - Job: { - All: true - } - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 534 - BindOnEquip: false - BuyingStore: true - KeepAfterUse: true - Sprite: 0 - Script: <" - doevent "#001-2-6-Book3::OnUse"; - "> -}, -{ - Id: 535 - AegisName: "CommunicationTheory" - Name: "Communication Theory" - Type: "IT_USABLE" - Buy: 70 - Sell: 10 - Weight: 20 - KeepAfterUse: true - Script: <" - doevent "#001-2-5-Book1::OnUse"; - "> -}, -{ Id: 537 AegisName: "BookOfLaws" Name: "The Book of Laws" diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index bd11570dd..9c49b1d13 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -47,42 +47,7 @@ function explain_service { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Welcome to the Town Hall. I am @@, officer in charge of public associations.", .name$), - l("We offer party and guild certifications and we can also teach you how to use some basic communication skills."), - l("Do you know how to speak with people around you?"); - - if (askyesno() == 2) - { - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("You lack some very basic skills..."); - - if (compareandsetq(General_Janus, 0, 1)) - { - speech S_LAST_NEXT | S_NO_NPC_NAME, - l("This book contains everything you should know about it, take it!"); - - inventoryplace CommunicationTheory, 1; - getitem CommunicationTheory, 1; - } - else - { - speech S_LAST_NEXT | S_NO_NPC_NAME, - l("You can read the book that I gave you earlier at the library if you lost it."); - } - } - else - { - if (compareandsetq(General_Janus, 0, 1)) - { - speech S_LAST_NEXT | S_NO_NPC_NAME, - l("Anyway."), - l("This book contains everything you should know about it, take it!"); - - inventoryplace CommunicationTheory, 1; - getitem CommunicationTheory, 1; - } - - } - + l("We offer party and guild certifications."); return; } |