Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Yes, again with the buff

Newbie Spellweaver
Joined
Oct 28, 2016
Messages
11
Reaction score
0
Hi there,
I followed this guide:
http://forum.ragezone.com/f566/packet-structure-ida-1083766/#post8523885
But i don't know really know what buff dword_1B5BB18 (below) actually is?
PHP:
v4 = UINT128::operator&(&v654, &v652, &dword_1B5BB18); // 57  
if ( UINT128::operator_bool(v4) )  
{    
   v5 = CInPacket::write(a3);    
   sub_424360(v477, v5);  
}
PHP:
v0 = UINT128::UINT128(&v3);  
v1 = UINT128::setBitNumber(v0, 57u, 1);  
return UINT128::UINT128_1(&dword_1B5BB18, v1, 0x1A0u);
 
Skilled Illusionist
Joined
Jul 17, 2010
Messages
333
Reaction score
165
Hi there,
I followed this guide:
http://forum.ragezone.com/f566/packet-structure-ida-1083766/#post8523885
But i don't know really know what buff dword_1B5BB18 (below) actually is?
PHP:
v4 = UINT128::operator&(&v654, &v652, &dword_1B5BB18); // 57  
if ( UINT128::operator_bool(v4) )  
{    
   v5 = CInPacket::write(a3);    
   sub_424360(v477, v5);  
}
PHP:
v0 = UINT128::UINT128(&v3);  
v1 = UINT128::setBitNumber(v0, 57u, 1);  
return UINT128::UINT128_1(&dword_1B5BB18, v1, 0x1A0u);
Is that ver.152? It's 'Speed'.
 
Upvote 0
Back
Top