summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf30
-rw-r--r--npc/guilds/logs.txt2
2 files changed, 17 insertions, 15 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index d14e67b9b..38b9e05c6 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2821,7 +2821,7 @@ item_db: (
{
Id: 648
AegisName: "LukPotionA"
- Name: "Inc Luck Potion"
+ Name: "Luck Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2839,7 +2839,7 @@ item_db: (
{
Id: 649
AegisName: "LukPotionB"
- Name: "Inc Luck+ Potion"
+ Name: "Luck+ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2857,7 +2857,7 @@ item_db: (
{
Id: 650
AegisName: "LukPotionC"
- Name: "Inc Luck++ Potion"
+ Name: "Luck++ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2875,7 +2875,7 @@ item_db: (
{
Id: 651
AegisName: "DexPotionA"
- Name: "Inc Dex Potion"
+ Name: "Dex Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2893,7 +2893,7 @@ item_db: (
{
Id: 652
AegisName: "DexPotionB"
- Name: "Inc Dex+ Potion"
+ Name: "Dex+ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2911,7 +2911,7 @@ item_db: (
{
Id: 653
AegisName: "DexPotionC"
- Name: "Inc Dex++ Potion"
+ Name: "Dex++ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2929,7 +2929,7 @@ item_db: (
{
Id: 654
AegisName: "IntPotionA"
- Name: "Inc Int Potion"
+ Name: "Int Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2947,7 +2947,7 @@ item_db: (
{
Id: 655
AegisName: "IntPotionB"
- Name: "Inc Int+ Potion"
+ Name: "Int+ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2965,7 +2965,7 @@ item_db: (
{
Id: 656
AegisName: "IntPotionC"
- Name: "Inc Int++ Potion"
+ Name: "Int++ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -2983,7 +2983,7 @@ item_db: (
{
Id: 657
AegisName: "VitPotionA"
- Name: "Inc Vit Potion"
+ Name: "Vit Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -3001,7 +3001,7 @@ item_db: (
{
Id: 658
AegisName: "VitPotionB"
- Name: "Inc Vit+ Potion"
+ Name: "Vit+ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -3019,7 +3019,7 @@ item_db: (
{
Id: 659
AegisName: "VitPotionC"
- Name: "Inc Vit++ Potion"
+ Name: "Vit++ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -3037,7 +3037,7 @@ item_db: (
{
Id: 660
AegisName: "AgiPotionA"
- Name: "Inc Agi Potion"
+ Name: "Agi Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -3055,7 +3055,7 @@ item_db: (
{
Id: 661
AegisName: "AgiPotionB"
- Name: "Inc Agi+ Potion"
+ Name: "Agi+ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
@@ -3073,7 +3073,7 @@ item_db: (
{
Id: 662
AegisName: "AgiPotionC"
- Name: "Inc Agi++ Potion"
+ Name: "Agi++ Potion"
Type: "IT_USABLE"
Buy: 1000000
Sell: 0
diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt
index 27d47c42d..29bb8b84b 100644
--- a/npc/guilds/logs.txt
+++ b/npc/guilds/logs.txt
@@ -5,8 +5,10 @@
// Guild Facility - Contains recipe list
guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{
+ function hudRecipe;
function showRecipe;
function calcRecipe;
+ function clearRecipe;
.@gid=getcharid(2);
mes ".:: " + l("Alchemy Recipes") + " ::.";