Jump to content

[duvida]alterar tempos dos itens desaparecerem


Luffy
 Share

Recommended Posts

Abrir: char_item.cpp

 

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶³¾îÁø ¾ÆÀÌÅÛÀº 3ºÐ ÈÄ »ç¶óÁý´Ï´Ù."));

pkItemToDrop->StartDestroyEvent(60);

 

Edita o StartDestroyEvent(60); para o tempo que você quiser:

Exemplo:

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶³¾îÁø ¾ÆÀÌÅÛÀº 3ºÐ ÈÄ »ç¶óÁý´Ï´Ù."));

pkItemToDrop->StartDestroyEvent(30);

Link to comment
Share on other sites

Abrir: char_item.cpp

 

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶³¾îÁø ¾ÆÀÌÅÛÀº 3ºÐ ÈÄ »ç¶óÁý´Ï´Ù."));

pkItemToDrop->StartDestroyEvent(60);

 

Edita o StartDestroyEvent(60); para o tempo que você quiser:

Exemplo:

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶³¾îÁø ¾ÆÀÌÅÛÀº 3ºÐ ÈÄ »ç¶óÁý´Ï´Ù."));

pkItemToDrop->StartDestroyEvent(30);

O meu ta assim:

pkItemToDrop->StartDestroyEvent();

vazio.

Será que posso por algum valor mesmo assim?

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