|
@@ -50,6 +50,7 @@
|
|
//= 2.7a Added Izlude RE coordinates. [Euphy]
|
|
//= 2.7a Added Izlude RE coordinates. [Euphy]
|
|
//= 2.8 Added GM management function. [Euphy]
|
|
//= 2.8 Added GM management function. [Euphy]
|
|
//= 2.9 Added custom weight check. Fixes issue #910. [Jeybla]
|
|
//= 2.9 Added custom weight check. Fixes issue #910. [Jeybla]
|
|
|
|
+//= 2.9a Added custom weight check. To overcome failure to get gems. [Mazvi]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
// Cat Paw Addition :: cat_enhance
|
|
// Cat Paw Addition :: cat_enhance
|
|
@@ -4481,6 +4482,11 @@ function script jewel_13_2 {
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
else if (ep13_2_rhea == 5) {
|
|
else if (ep13_2_rhea == 5) {
|
|
|
|
+ //Custom Weight Check
|
|
|
|
+ if (!checkweight(7575,2)) {
|
|
|
|
+ mes "Sorry, your inventory is full!";
|
|
|
|
+ close;
|
|
|
|
+ }
|
|
.@num = getarg(1);
|
|
.@num = getarg(1);
|
|
if (checkquest(8240+.@num) == -1) {
|
|
if (checkquest(8240+.@num) == -1) {
|
|
mes "- Under a round pile of earth, -";
|
|
mes "- Under a round pile of earth, -";
|