Jump to content
  • 0

dispbottom


Blue Jem

Question


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


- 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;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

i got error master emistry btw im using eathena /sob

post-20646-0-96457700-1388385309_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

@Emistry script is not compatible on eAthena. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

my emulator is eathean

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

-	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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

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...