i posted this in client dev section too but noone seems to know :(
I want to show "critical damage" STAT in the detail stat window
i edited the interface.xdat to add the 2 things the other stats have, it shows the static text on the left but i need a way to get the value from server to client
so...how can i get the value of critical damage or skill reuse or any other stat a character has and display it as it does for patk matk etc?
what i found out so far:
DetailStatusWindow.uc is the one handling the stats display http://prntscr.com/jup5vi
This one gets the info out of the packet( also in DetailStatusWindow.uc )
http://prntscr.com/jup6fb
but i cant find GetPlayerInfo ANYWHERE, i dont know how the stats are linked etc.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
// Saw this drop on a cheat forum, cracked knuckles, ready to tear it apart.
// Then I peeked inside... bro. So much work, yet so little care.
// You're charging $12.5/$20 for a ticking time bomb?
// curl with hardcoded 'BoberKurwa' that's not protection, that's a meme.
// Wasn’t even a challenge just a graveyard of dead code and duct tape.
// Feels like someone copy-pasted from PHP 5.4 dreams into an 8.1 nightmare.
// Broken English, Russian leftovers, Frankenstein methods...
// Do yourself a favor and get into a real dev team and learn how code breathes.
// I will leave it at that and not exposing more *is* the real favor.
Question
SillverShadow
i posted this in client dev section too but noone seems to know :(
I want to show "critical damage" STAT in the detail stat window
i edited the interface.xdat to add the 2 things the other stats have, it shows the static text on the left but i need a way to get the value from server to client
http://prntscr.com/jup9cj
http://prntscr.com/jup8gl
so...how can i get the value of critical damage or skill reuse or any other stat a character has and display it as it does for patk matk etc?
what i found out so far :
DetailStatusWindow.uc is the one handling the stats display
http://prntscr.com/jup5vi
This one gets the info out of the packet( also in DetailStatusWindow.uc )
http://prntscr.com/jup6fb
but i cant find GetPlayerInfo ANYWHERE, i dont know how the stats are linked etc.
Any help is welcome
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.