ITEM DROP STATS.

02/12/2014 00:26 lunarrohan#1
where can i edit drop item stats.

example: varg drops dagger with 10 different stats attributes





tnx in advance
02/14/2014 22:33 alenRScd#2
Quote:
Originally Posted by lunarrohan View Post
where can i edit drop item stats.

example: varg drops dagger with 10 different stats attributes

tnx in advance
where ? in your dreams maybe
02/14/2014 23:47 PenguinJoe#3
To do that you need access to the rohan database to access the live data - not a smart thing to do even if you can.

You can't predict the stats on drop items except in very specific cases (i.e. Bezemut's Eyes). Others like dropped weapons with stats is not possible to predict ahead of time since they are set by a randomizing function in the server code.

--- Edit ----
After a quick discussion with Ishtaria (who knows far more about the numbers programming if a rohan server than I do) I need to revise what I said above.

While weapons and accs with stats do have some randomness as to what values are on the items dropped, the number, type and maximum amounts of those stats are set up totally in the .bin files.

Thanks Ish for the clarification.
02/18/2014 19:34 lunarrohan#4
Quote:
Originally Posted by alenRScd View Post
where ? in your dreams maybe


already solve it its on the limitdrop bin. so... fuck you!!!!!
02/19/2014 12:42 bringmethehorizon12#5
Quote:
already solve it its on the limitdrop bin. so... fuck you!!!!!
what the editor are you use dude ?
can you tell to me ;)
02/19/2014 17:26 PenguinJoe#6
Quote:
Originally Posted by lunarrohan View Post
already solve it its on the limitdrop bin. so... <vulgarity cut>
If you want to edit the limitdrops bin files, be advised that the rate values are not unsigned integers they are 32-bit floats. If you treat them like unsigned ints, you will corrupt the file.