Jump to content
  • 0

Dota annoucer in WOE


Question

7 answers to this question

Recommended Posts

Posted

@Jezu, I think you just gave him the exact opposite of what he wanted.

 

@Ernest90, you can configure your announcements to be classified as WoE Information.

announce "Playername killer Playername2 on Mapname",bc_all|bc_woe;

And then turn WoE Information off on your normal chatbox, as shown in the image below;

15dq5w0.jpg

Posted
OnWhisperGlobal:

dispbottom "Your current Streak : "+ @PlayersKilledStreak,bc_all|bc_woe;

dispbottom "Your total Kills  : "+ PlayersKilled,bc_all|bc_woe;

if ( .ownage && getcharid(.ownage) )

dispbottom "Your "+( (.ownage ==1)?"party":"guild" )+" Own : "+ getd(".dotaown_"+ getcharid(.ownage) ),bc_all|bc_woe;

end;

 

like this?

 


 

Posted
OnWhisperGlobal:
dispbottom "Your current Streak : "+ @PlayersKilledStreak,bc_all|bc_woe;
dispbottom "Your total Kills  : "+ PlayersKilled,bc_all|bc_woe;
if ( .ownage && getcharid(.ownage) )
dispbottom "Your "+( (.ownage ==1)?"party":"guild" )+" Own : "+ getd(".dotaown_"+ getcharid(.ownage) ),bc_all|bc_woe;
end;
 
like this?

 

yes, change 

announce " Playername killed Playername on blah blah";

to

dispbottom " Playername killed Player name on blah blah";

 

 

yes, change 

announce " Playername killed Playername on blah blah";

to

dispbottom " Playername killed Player name on blah blah";

 

@Jezu, I think you just gave him the exact opposite of what he wanted.

 

@Ernest90, you can configure your announcements to be classified as WoE Information.

announce "Playername killer Playername2 on Mapname",bc_all|bc_woe;

And then turn WoE Information off on your normal chatbox, as shown in the image below;

15dq5w0.jpg

 

OnWhisperGlobal:
dispbottom "Your current Streak : "+ @PlayersKilledStreak,bc_all|bc_woe;
dispbottom "Your total Kills  : "+ PlayersKilled,bc_all|bc_woe;
if ( .ownage && getcharid(.ownage) )
dispbottom "Your "+( (.ownage ==1)?"party":"guild" )+" Own : "+ getd(".dotaown_"+ getcharid(.ownage) ),bc_all|bc_woe;
end;
 
like this?
Posted (edited)

I have no clue which part to edit as when I added bc_all|bc_woe , everything is just not working.

 

And whenever I change dispbottom to announce, it will not be working as well

Here is the attached scripts, thanks for guiding once again ~

dota.txt

dota.txt

Edited by lvinz512

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