FEATURE AOS_damage 08 - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: FEATURE AOS_damage 08 (/Thread-FEATURE-AOS-damage-08) |
FEATURE AOS_damage 08 - Lazarus - 09-10-2012 03:14 PM Any script that use this feature only when you are fighting with NPC's and when you are fighting with Players not see the damages? // FEATURE_AOS_DAMAGE 08 ^_ ^ RE: FEATURE AOS_damage 08 - Rayvolution - 09-10-2012 11:13 PM I *may* be wrong, and this *may* be doable with SENDPACKET, but I think it's a hardcoded function when it's activated. It's all done client side and basically just detects what damage the server told the client it did then generates the floating damage text. So, if I understand correctly, the floating damage is 100% client-side, and can't really be controlled. It's just adding the floating text once it receives the normal packet that contains the data for how much damage you did. If it can be controlled, I'd love to know how, because I'd like to look into making it possible for players to see other people's damages too. |