Jump to content

Como Tirar O Dealy Após Ler Um Livro


Magician
 Share

Recommended Posts

Boas pessoal como se tira o dealy após ler o livro

 

eu " Penso " que seja assim se não for corriga-me pls

 

Procurar :

 

if (true == LearnSkillByBook(dwVnum))

{

item->SetCount(item->GetCount() - 1);

 

int iReadDelay = number(SKILLBOOK_DELAY_MIN, SKILLBOOK_DELAY_MAX);

 

if (distribution_test_server)

iReadDelay /= 3;

 

//Çѱ¹ º»¼·ÀÇ °æ¿ì¿¡´Â ½Ã°£À» 24½Ã°£ °íÁ¤

if (LC_IsKorea())

iReadDelay = 86400;

 

SetSkillNextReadTime(dwVnum, get_global_time() + iReadDelay);

 

Apagar



				SetSkillNextReadTime(dwVnum, get_global_time() + iReadDelay);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...