summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-19 19:58:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-19 19:58:04 -0300
commit476f426443bb544d839edd73d4c13f85aad338f8 (patch)
tree8902cc941f4249824a749e130110039b12d0cbc0
parent4ea19270fef8a576f1ec58538cfb52d5c96aa809 (diff)
downloadserverdata-476f426443bb544d839edd73d4c13f85aad338f8.tar.gz
serverdata-476f426443bb544d839edd73d4c13f85aad338f8.tar.bz2
serverdata-476f426443bb544d839edd73d4c13f85aad338f8.tar.xz
serverdata-476f426443bb544d839edd73d4c13f85aad338f8.zip
Minor changes related to previous commit. Now I need @Saulc to shout at it :b
-rw-r--r--db/re/item_db.conf6
-rw-r--r--npc/017-1/paxel.txt18
2 files changed, 12 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 507565875..044597ba9 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -7783,13 +7783,13 @@ item_db: (
AegisName: "PrsmHelmet"
Name: "Prsm Helmet"
Type: "IT_ARMOR"
- Buy: 1600
- Sell: 300
+ Buy: 16000
+ Sell: 3000
Weight: 22
Def: 110
Slots: 1
Loc: "EQP_HEAD_TOP"
- EquipLv: 8
+ EquipLv: 60
Refine: false
ViewSprite: 2919
AllowCards: {
diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt
index 9094d1ef0..93bd5790b 100644
--- a/npc/017-1/paxel.txt
+++ b/npc/017-1/paxel.txt
@@ -20,8 +20,8 @@ L_OutOfSeason:
mesn;
mesq l("Hello! Calm wind today!");
menu
- l("Yes, but I like windy days."), L_Wind,
- l("Hmm... sorry but gotta go..."), L_Go;
+ l("Yes, but I like windy days."), L_Wind,
+ l("Hmm... sorry but gotta go..."), L_Go;
close;
L_Go:
@@ -48,9 +48,9 @@ L_Ask1:
mesq l("Hello @@! Do you have some @@ with you?", strcharinfo(0), getitemlink(TerraniteOre));
menu
- rif(countitem(TerraniteOre),l("Yes... right... what about Terranite Ore?")), L_Quest1,
- rif(countitem(TerraniteOre),l("Yes, but I have grown attached to Terranite Ore...")), L_No,
- l("Right, but now I have business in other places."), L_Rude;
+ rif(countitem(TerraniteOre),l("Yes... right... what about Terranite Ore?")), L_Quest1,
+ rif(countitem(TerraniteOre),l("Yes, but I have grown attached to Terranite Ore...")), L_No,
+ l("Right, but now I have business in other places."), L_Rude;
close;
L_Quest1:
@@ -58,8 +58,8 @@ L_Quest1:
mesq l("Terranite Ore is a really special item. People without helmets can't understand @@'s real power, anyway if you could give me some of them you would understand why they are so special.", getitemlink(TerraniteOre));
menu
- l("Certainly, you can have all my Terranite Ore."), L_Check1,
- l("Sorry but I am not interested in that."), L_No;
+ l("Certainly, you can have all my Terranite Ore."), L_Check1,
+ l("Sorry but I am not interested in that."), L_No;
close;
L_No:
@@ -95,8 +95,8 @@ L_Ask2:
mesc l("@@/@@ GP", format_number(Zeny), format_number(10000));
menu
- l("Please have a look, I have what you asked"), L_Check2,
- l("On my way to get what you need."), -;
+ l("Please have a look, I have what you asked"), L_Check2,
+ l("On my way to get what you need."), -;
close;