Jump to content

lvinz512

Members
  • Posts

    13
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male

lvinz512's Achievements

Poring

Poring (1/15)

0

Reputation

  1. @luciar even if i change it to announce followed by bc_all|bc_woe or without it , the announcement will not appear at all . =.=
  2. 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
  3. pvp noparty is disabled and what I found out is that map is no under gvg_castle mapflag.. Is that the problem?
  4. Why I could not devo in KOE when gvg mode on ? Instead I can only do this when pvp mode on . Is the issue happen because of battle.c or battle.h ? And is there any method to enable emperium to be heal by sanctuary or slim pitcher? Please guide.
  5. 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?
  6. I have change the server time and it is all good right now thanks anyway.
  7. I have tried this script it doesn't allow overnight woe... for example 11pm-12am for(set .@i,0; .@i<23; set .@i,.@i+1) for(set .@i,.@Start+1; .@i<24; set.@i,.@i+1)
  8. hi, do anyone has woe script that allow overnight WOE and castle selection as well ? please do share !
  9. I just want to figure out a way to add castle selection into this script. Euphy's woe controller does not support overnight woe eg.2300-0000 but this script does and eventually this script does not has castle selection. The attachment below is the script. woe2.txt
  10. No it can't set like from Sunday 11pm -12am Monday. The Woe only can be within a day i found a script that allow me to set overnight Woe but there is no castle selection for that script. I have to modify one of these either way. Someone please help ! thanks help woe2.txt
  11. HI , I can't set woe setup at 2300 to 0000 for this script. Is there anything I can do to modify the end time ? I can change the starting time but not the end mes "Select a day."; next; set .@Day, select(" ~ "+implode(.Days$,": ~ "))-1; mes "[New Session]"; mes "Select a start time for ^0055FF"+.Days$[.@Day]+"^000000."; next; set .@menu$,""; for(set .@i,0; .@i<23; set .@i,.@i+1) set .@menu$, .@menu$+" ~ "+Add_Zero(.@i,1)+":"; set .@Start, select(.@menu$)-1; mes "[New Session]"; mes "Select an end time for ^0055FF"+.Days$[.@Day]+"^000000."; next; set .@menu$,""; for(set .@i,.@Start+1; .@i<24; set.@i,.@i+1) set .@menu$, .@menu$+" ~ "+Add_Zero(.@i,1)+":"; set .@End, select(.@menu$)+.@Start; for(set .@i,0; .@i<.Size; set .@i,.@i+4)
  12. How do i remove item in this script? I try to erase Add(1,5022,1,0,0,7086,1,969,10,999,40,1003,50,984,2); but not working
×
×
  • Create New...