add this to your mob_db.txt
3000,DOKEBI,Dokebi,Dokebi,68,2820,1,675,759,1,317,347,85,20,52,56,35,20,60,25,10,12,0,6,27,0x191,250,1156,456,384,0,0,0,0,0,0,0,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,4098,1
then add this script
prontera,167,178,3 script Gold Room Manager 965,{
mes "[ Gold Room Manager ]";
mes "I can warp you to the gold room.";
next;
if (select("Okay.:Not now.") == 2) {
mes "[Gold Room Manager]";
mes "Come back to me if you've changed your mind.";
close;
}
mes "[Gold Room Manager]";
mes "You'll be there quickly. c;";
next;
mes "[ Gold Room Manager ]";
mes "Enjoy.";
close2;
warp "guild_vs1",50,50;
end;
}
// Mob Spawn
guild_vs1,0,0,0,0 monster Golden Dokebi 3000,300,0,0,0
// Exit
guild_vs1,49,49,5 script Exit#1 790,{
warp "prontera",155,181;
end;
OnInit:
waitingroom "Gold Gold Gold",0,0;
end;
}
then reload script/npc , mobdb