summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf31
-rw-r--r--npc/017-4/refine.txt2
2 files changed, 32 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index da50661bb..afccf9ce2 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -13739,6 +13739,37 @@ item_db: (
bonus bDef, -2;
">
},
+{
+ Id: 7402
+ AegisName: "RentCart"
+ Name: "Rented Cart"
+ Type: "IT_ARMOR"
+ Loc: ["EQP_HAND_L", "EQP_SHADOW_SHOES"]
+ Buy: 7500000
+ Sell: 5000
+ Weight: 100
+ Refine: false
+ WeaponLv: 1
+ EquipLv: 1
+ Trade: {
+ notrade: true
+ nodrop: true
+ noselltonpc: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+ Script: <"
+ skill MC_PUSHCART, 2;
+ skill MC_VENDING, 8;
+ ">
+ OnEquipScript: <"
+ setcart 1;
+ ">
+ OnUnequipScript: <"
+ setcart 0;
+ ">
+},
{
Id: 7420
diff --git a/npc/017-4/refine.txt b/npc/017-4/refine.txt
index cb465f5fd..4c3e472d7 100644
--- a/npc/017-4/refine.txt
+++ b/npc/017-4/refine.txt
@@ -51,7 +51,7 @@ L_Fusus:
if (!transcheck(CopperIngot, 1, SilkCocoon, 20))
close;
Zeny -= 500;
- getitem Wurtizite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5, 6: ~17% each
+ getitem Wurtizite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5: ~17%. AVG: 3.8
break;
case 2:
delitem Wurtizite, 5;