Pesquise no Site

segunda-feira, 27 de fevereiro de 2012

Auto Double Exp

 local Now_Week = GetNowWeek () -- Take on the day of the week
   if Now_Week == 1 -- Check the condition weekday = 6, if it is true: Rates x2
   then EXP_RAID=2
   else -- If the condition is not true: Rates x1
   EXP_RAID =1
   end

Para Editar Você Vai Em :  \resource\script\calculate\exp_and_level.lua E Preocura pela Função GetExp_PKM

Now_Week == 1  Segunda
Now_Week == 2 Terça
Now_Week == 3 Quarta
Now_Week == 4 Quinta
Now_Week == 5 Sexta
Now_Week == 6 Sabado
Now_Week == 7 Domingo

e muda pro dia que você quiser double exp

0 comentários:

Postar um comentário