why on my server the dragon doesn't appear ?? see my codes
NPC SCRIPT
- script kfsdkfhsf FAKE_NPC,{
OnInit:
setitemscript 32082, "{ if ( Class == Job_Knight && checkmount() ) { setoption Option_Dragon1; } changebase 4060; }", 1;
setitemscript 32082, "{ changebase Class; } ", 2;
end;
}...