Send DMG to Character

02/24/2020 14:41 Empire1453#1
Hello,

I'm looking for the function address you see in the gif.
Does anyone know the address or have any ideas?

Thanks.

[Only registered and activated users can see links. Click Here To Register...]
02/24/2020 22:47 hoangphan7#2
Made BOT (invisible) auto /movetouser and cast skill attack
02/25/2020 19:13 guckguck#3
This is handled by skill parameters for poison and petrify:
[Only registered and activated users can see links. Click Here To Register...]
02/25/2020 21:39 JellyBitz#4
To get clear, any skill cast requires a source.

Ok, you never sent damage, you increase or decrease health.
By decreasing the health, will be shown that visual color (poison warning).

Find the same function that increase the health constantly and you'll have it.

Through packets, you'll have to check SERVER_ENTITY_STATUS_UPDATE = 0x3057 which handles bad status and increasing/decreasing HP and MP, but I'm pretty sure you'll have sync issues with GS/database if you manipulate it by yourself.

I'm not PK actually, but I got PK just to confirm it.

[Only registered and activated users can see links. Click Here To Register...]
02/26/2020 04:40 sarkoplata#5
you mean this?

PHP Code:
void CGObjPC::DoDmg(uint32_t targetuint32_t damageuint32_t damage2uint8_t typeuint32_t from