Jump to content

lvinz512

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by lvinz512

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

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

     


     

  3. 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)
     
×
×
  • Create New...