|
@@ -520,7 +520,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{
|
|
//Blue
|
|
//Blue
|
|
if(countitem(717) < 1) goto L2_2_e;//Items: Blue Gemstone,
|
|
if(countitem(717) < 1) goto L2_2_e;//Items: Blue Gemstone,
|
|
mes "^3355FFYou inserted a Blue Gemstone into the";
|
|
mes "^3355FFYou inserted a Blue Gemstone into the";
|
|
- mes "left socket.^000000";
|
|
|
|
|
|
+ mes "right socket.^000000";
|
|
next;
|
|
next;
|
|
delitem 717,1;//Items: Blue Gemstone,
|
|
delitem 717,1;//Items: Blue Gemstone,
|
|
getitem 717,1;//Items: Blue Gemstone,
|
|
getitem 717,1;//Items: Blue Gemstone,
|
|
@@ -533,7 +533,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{
|
|
//Yellow
|
|
//Yellow
|
|
if(countitem(715) < 1) goto L2_3_e;//Items: Yellow Gemstone,
|
|
if(countitem(715) < 1) goto L2_3_e;//Items: Yellow Gemstone,
|
|
mes "^3355FFYou inserted a Yellow Gemstone into the";
|
|
mes "^3355FFYou inserted a Yellow Gemstone into the";
|
|
- mes "left socket.^000000";
|
|
|
|
|
|
+ mes "right socket.^000000";
|
|
next;
|
|
next;
|
|
delitem 715,1;//Items: Yellow Gemstone,
|
|
delitem 715,1;//Items: Yellow Gemstone,
|
|
getitem 715,1;//Items: Yellow Gemstone,
|
|
getitem 715,1;//Items: Yellow Gemstone,
|
|
@@ -546,7 +546,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{
|
|
//Red
|
|
//Red
|
|
if(countitem(716) < 1) goto L2_4_e;//Items: Red Gemstone,
|
|
if(countitem(716) < 1) goto L2_4_e;//Items: Red Gemstone,
|
|
mes "^3355FFYou inserted a Red Gemstone into the";
|
|
mes "^3355FFYou inserted a Red Gemstone into the";
|
|
- mes "left socket.^000000";
|
|
|
|
|
|
+ mes "right socket.^000000";
|
|
next;
|
|
next;
|
|
delitem 716,1;//Items: Red Gemstone,
|
|
delitem 716,1;//Items: Red Gemstone,
|
|
getitem 716,1;//Items: Red Gemstone,
|
|
getitem 716,1;//Items: Red Gemstone,
|