Jump to content
  • 0

Question

Posted (edited)

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

7 answers to this question

Recommended Posts

Posted


- script atcmd_example -1,{

OnInit:

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

end;

OnAtcommand:

.@time = gettimetick(1);

if( @bst_delay < .@time ){

@bst_delay = .@time + 60;

globalmes ""+implode( .@atcmd_parameters$," " );

}

end;

}

Posted (edited)

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
Posted

-	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( .@atcmd_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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...