Issue information

Issue ID
#4129
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 17, 2010 2:57
Last Post
Hercules Elf Bot
Mar 5, 2012 15:00
Confirmation
N/A

Hercules Elf Bot - Mar 17, 2010 2:57

Originally posted by [b]TheKaras[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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;



On the Blue Jewel:

CODE
OnInit:
    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;


Thnx; and sorry for disturbing.