Issue Information
-
#004129
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
Originally posted by TheKaras
http://www.eathena.w...er&showbug=4129
Hi; on the quest Ring of the Wise King the part of the hideoff on the Blue gem works fine; but on the Red Jewel it don“t do the hide off.
On the Red Jewel:
On the Blue Jewel:
The Red Jewel will work with this:
Thnx; and sorry for disturbing.
http://www.eathena.w...er&showbug=4129
Hi; on the quest Ring of the Wise King the part of the hideoff on the Blue gem works fine; but on the Red Jewel it don“t do the hide off.
On the Red Jewel:
CODE
OnInit:
hideoffnpc "Half-buried Gem#ep132_rhea04";
end;
OnEnable:
hideoffnpc "Half-buried Gem#ep132_rhea04";
stopnpctimer;
end;
hideoffnpc "Half-buried Gem#ep132_rhea04";
end;
OnEnable:
hideoffnpc "Half-buried Gem#ep132_rhea04";
stopnpctimer;
end;
On the Blue Jewel:
CODE
OnInit:
hideoffnpc "Half-buried Gem#2";
end;
OnEnable:
hideoffnpc "Half-buried Gem#2";
stopnpctimer;
end;
hideoffnpc "Half-buried Gem#2";
end;
OnEnable:
hideoffnpc "Half-buried Gem#2";
stopnpctimer;
end;
The Red Jewel will work with this:
CODE
OnInit:
hideoffnpc "Half-buried Gem#1";
end;
OnEnable:
hideoffnpc "Half-buried Gem#1";
stopnpctimer;
end;
hideoffnpc "Half-buried Gem#1";
end;
OnEnable:
hideoffnpc "Half-buried Gem#1";
stopnpctimer;
end;
Thnx; and sorry for disturbing.