Jump to content
  • 0
Sign in to follow this  
Break San

Announce font size

Question

8 answers to this question

Recommended Posts

  • 0
*announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}};

Share this post


Link to post
Share on other sites
  • 0

 

*announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}};

 

 

Could me an example of the advertisement?

Edited by Break San

Share this post


Link to post
Share on other sites
  • 0

 

announce "hi",bc_self, 0x00FFFF,FW_NORMAL,16;



font size does not increase put 50 and was the same size
 
OnPCLoadMapEventif(strcharinfo(3) == "prontera") announce "TESTE",bc_self, 0x00FFFF,FW_NORMAL,50;end;

 

Edited by Break San

Share this post


Link to post
Share on other sites
  • 0

I guess there is a limit

 

I would like to leave emulator style eamod the announcement of the city name then it is impossible

Share this post


Link to post
Share on other sites
  • 0
-	script	map_self_announce	-1,{OnPCLoadMapEvent:	if (compare("prontera,geffen,payon", strcharinfo(3)))		announce "You have entered the map: " + strcharinfo(3), bc_self, 0x00FFFF,FW_NORMAL,16;	end;}prontera	mapflag	loadeventgeffen	mapflag	loadeventpayon	mapflag	loadevent

Share this post


Link to post
Share on other sites
  • 0

 

-	script	map_self_announce	-1,{OnPCLoadMapEvent:	if (compare("prontera,geffen,payon", strcharinfo(3)))		announce "You have entered the map: " + strcharinfo(3), bc_self, 0x00FFFF,FW_NORMAL,16;	end;}prontera	mapflag	loadeventgeffen	mapflag	loadeventpayon	mapflag	loadevent

 

Strange is functioning only in Prontera

Share this post


Link to post
Share on other sites

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.