Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Useless + stats??


chaosprince
 Share

Recommended Posts

hi,i made a weapon to test how things work and stuff

its got +255 of evereything,but i also tried with +100 and +150

i dont get any hp or mana,evereything just stays the same

![](http://i1107.photobucket.com/albums/h397/jojovossy/test-2.jpg)

oh,and when i 1hit a monster,the animation doesnt show
Link to comment
Share on other sites

I asked the same question yesterday i guess,well i didn't find a fix yet but i know that 255 is the maximum for byte in VB6,i tried to change it with long but the server crashed and i had to change it back to byte…So i am still searching to find a fix
Link to comment
Share on other sites

oh that reminds me…I did lol. imma look at it now !

hmm can I know where the recalculation is when I equipd a stat changing item? I dont think I changed anything except the commented out name (warrior -> guardian)
and added another case.

nvm i see it.
Link to comment
Share on other sites

I see. the equation from the previous version was different.
from
GetPlayerMaxVital = ((GetPlayerLevel(index) / 2) + (GetPlayerStat(index, Endurance) / 2)) * 15 + 150

to
GetPlayerMaxVital = ((GetPlayerLevel(index) / 2) + (Player(index).Stat(Stats.Endurance) / 2)) * 15 + 150

it worked :D

thank youuu
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...