Jump to content
  • 0
Blue Jem

dispbottom

Question

example this :

 

-when i use this command @broadcas blablablabla ( this command is example)  show to Dispbottom only not to top of screen and Show or read the msg of the player to all online in game. 

 

 

Example this: the BST stand for Buy " Sale " Trade

@bst ( the @bst is command for Sale the items) apple pm me.

after the broadcast the msg she/he cannot use again after 1 min the command @bst


Up


UP please /sob

Edited by Blue Jem
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


- script atcmd_example -1,{

OnInit:

bindatcmd "bst",strnpcinfo(0)+"::OnAtcommand";

end;

OnAtcommand:

[email protected] = gettimetick(1);

if( @bst_delay < [email protected] ){

@bst_delay = [email protected] + 60;

globalmes ""+implode( [email protected]_parameters$," " );

}

end;

}

Link to comment
Share on other sites

see this master emistry i saw something error from script :D

 

1st :  there are no name of player in dispbottom . how can pm the seller or what :D 

2nd : can you change atcmd_example the color white to violet or pink 

 

2yvkoz9.jpg

Edited by Blue Jem
Link to comment
Share on other sites

-	script	atcmd_example	-1,{
OnInit:
	bindatcmd "bs",strnpcinfo(0)+"::OnAtcommand";
	end;
OnAtcommand:
	if ( @bst_delay + 5 > gettimetick(2) ) end;
	@bst_delay = gettimetick(2);
	announce "[Market] "+ strcharinfo(0) +" : "+ implode( [email protected]_parameters$," " ), bc_all, 0x9999FF;
	end;
}
unfortunately ... if you don't want the announcement display at the top of the screen

there can be only display in white(normal), red(party), green(dispbottom/guild) color only

the globalmes command is actually displaying normal player chat(white) and dispbottom command is actually using guild chat color

Link to comment
Share on other sites

Posted (edited) · Hidden by Patskie, January 4, 2014 - No reason given
Hidden by Patskie, January 4, 2014 - No reason given

s

Edited by Blue Jem
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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