- 0
Sign in to follow this
Followers
0
[REQ] annoucement and disbottom will show...
Asked by
hadiesyafiq
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
hadiesyafiq
No registered users viewing this page.
By using this site, you agree to our Terms of Use.
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
Share this post
Link to post
Share on other sites