SphereCommunity
Weapondamage in status bar - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Weapondamage in status bar (/Thread-Weapondamage-in-status-bar)



Weapondamage in status bar - sco - 07-29-2012 10:06 PM

Hi,

simple Question:

When you equip a weapon your statusbar shows dam.lo and dam.hi + (str/10) as damage output.

Is there a way to modify the formulas for dam.lo and dam.hi to display (or even use them in calculations for combat) other values without changing every item?


RE: Weapondamage in status bar - Shaklaban - 07-29-2012 11:32 PM

well you can use return 1 on @userstats trigger, then you can try to send that packet:

http://docs.polserver.com/packets/index.php?Packet=0x11

i don't know is it work good or not im not tried.