Advertisement
XConquer

Try.

Apr 16th, 2024
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. 1.- Open Project
  2. 2.- Open Calculate.cs (GAME/ATTACKING)
  3. 3.- Find " public static uint Melee(Entity attacker, Entity attacked, Database.SpellInformation spell, ref Attack Packet) "
  4. 4.- Search this Damage = (int)Math.Floor((float)Damage * 0.5);
  5. 5.- Added This new code :->  
  6. Damage = Damage / 2;
  7.  
  8. https://prnt.sc/PT7AqS6NuToM
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement