hadiesyafiq
New member
hi all i would to request annoucement (not for all server just for character) and disbottom will show when we login and change map {its mean we enter portal)..
the message i like to show is current rates like this
- script current_rate FAKE_NPC,{
OnPCLoginEvent:
if (countitem(VIP_Card) > 0)
{
announce "E X P 120% ( basic 100% new 20%)";
announce "DROP : 120% ( basic 100% new 20%) ";
announce "DEATH : 50% ( basic 100% new -50%) ";
dispbottom "E X P 120% ( basic 100% new 20%)";
dispbottom "DROP 120% ( basic 100% new 20%)";
dispbottom "DEATH 50% ( basic 100% new -50%)";
}
else
{
announce "E X P 100% ( basic 100% new 0% )";
announce "DROP 100% ( basic 100% new 0% ) ";
announce " DEATH 100% ( basic 100% new 0% ) ";
dispbottom "E X P 100% ( basic 100% new 0% )";
dispbottom "DROP 100% ( basic 100% new 0% )";
dispbottom "100% ( basic 100% new 0% )";
}
end;
}
the annoucement is like @broadcast yellow color font but only show on the character not on whole server
the disbottom orange color font..
will show when login and change to any map..
thanks in advance
the message i like to show is current rates like this
- script current_rate FAKE_NPC,{
OnPCLoginEvent:
if (countitem(VIP_Card) > 0)
{
announce "E X P 120% ( basic 100% new 20%)";
announce "DROP : 120% ( basic 100% new 20%) ";
announce "DEATH : 50% ( basic 100% new -50%) ";
dispbottom "E X P 120% ( basic 100% new 20%)";
dispbottom "DROP 120% ( basic 100% new 20%)";
dispbottom "DEATH 50% ( basic 100% new -50%)";
}
else
{
announce "E X P 100% ( basic 100% new 0% )";
announce "DROP 100% ( basic 100% new 0% ) ";
announce " DEATH 100% ( basic 100% new 0% ) ";
dispbottom "E X P 100% ( basic 100% new 0% )";
dispbottom "DROP 100% ( basic 100% new 0% )";
dispbottom "100% ( basic 100% new 0% )";
}
end;
}
the annoucement is like @broadcast yellow color font but only show on the character not on whole server
the disbottom orange color font..
will show when login and change to any map..
thanks in advance