Jump to content
  • 0
Sign in to follow this  
hadiesyafiq

[REQ] annoucement and disbottom will show...

Question

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

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.