antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
igoriap

Bug Da Invisibilidade

Question

Olá pessoal estou usando a core do Vanilla rev55170  e esta com bug na invisibilidade, alguem tem alguma soluçaõ?

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

use está diff para resolver este bug

 

Difference File Created Has Been DevSheeN
000206EC: E8 90
000206ED: 8F 90
000206EE: 25 90
000206EF: 01 90
000206F0: 00 90
000206F1: 84 90
000206F2: C0 90
0002070C: E8 90
0002070D: CF 90
0002070E: 1B 90
0002070F: 01 90
00020710: 00 90

Share this post


Link to post
Share on other sites
antiblock
cyber-gamers
  • 0
Resolve isso diretamente na source .

 

Em char_effect.cpp procura por:

 


 
if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
{
    ComputePoints();
}
 

 

E substitui com:

 


 
if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
    ComputePoints();
else
    UpdatePacket();
 

 

Boa Sorte ..

Share this post


Link to post
Share on other sites
  • 0

sabe me dizer como altero na source? '-'

Share this post


Link to post
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