HELP [SOLVE]

Junior Spellweaver
Joined
May 11, 2025
Messages
157
Reaction score
20
hi everyone i just ask if where we can find the monster stats gain after killing monster?
example:
-i kill Aibatt i become level 3 and gain 6 stat points when i add to the stats i will disconnect my connection in the world

if i do command /level Vagrant 3 1 i gain 4 stat points when i add to the stats no disconnect my connection in the world

the whole problem not the same stats give the monster and the command
where i can change this to correct giving stats?

thanks
Untitled - HELP [SOLVE] - RaGEZONE Forums
 
Last edited:
In cases like this, make sure to re-check every entry you have added. Depending on which sources or versions you have, places of their entry are not aligned. Sometimes now all changes are behind a #define, which makes it hard to track them down, but sure that this isn't the case.
A huge part can also be the Visual Studio version, as over time things changed, most systems on older versions will most likely not work, without changes - be sure they are the same version.

If you are on v15 and have a vs2022 base, i'd suggest my release as a system dump, as it's up-to-date and has things working properly.
Code:
https://forum.ragezone.com/threads/vs22-flyff-v15-custom-stable-base-source-full-files.1238502/
 
Upvote 0
In cases like this, make sure to re-check every entry you have added. Depending on which sources or versions you have, places of their entry are not aligned. Sometimes now all changes are behind a #define, which makes it hard to track them down, but sure that this isn't the case.
A huge part can also be the Visual Studio version, as over time things changed, most systems on older versions will most likely not work, without changes - be sure they are the same version.

If you are on v15 and have a vs2022 base, i'd suggest my release as a system dump, as it's up-to-date and has things working properly.
Code:
https://forum.ragezone.com/threads/vs22-flyff-v15-custom-stable-base-source-full-files.1238502/
i rework my threads since i found out the real issue of my files
 
Upvote 0
hi everyone i just ask if where we can find the monster stats gain after killing monster?
example:
-i kill Aibatt i become level 3 and gain 6 stat points when i add to the stats i will disconnect my connection in the world

if i do command /level Vagrant 3 1 i gain 4 stat points when i add to the stats no disconnect my connection in the world

the whole problem not the same stats give the monster and the command
where i can change this to correct giving stats?

thanks
View attachment 287038
to get a hint on where the problem can be, you can always use debug function within VS and hook it up to your worldserver and crash it!

with that you can get a hint on what problem can be!
 
Upvote 0
You must have either changed or added something to your files, to run into this issue.
As per default, you should gain 4 stats for level 3, however you gained 6. Something did either yield 2 more stats and things blew up trying to use the additional ones, or something isnt fully or wrongly implemented.
As Epoca said, either try debugging or go back to a state, where the issue wasn't there, and hunt the faulty change/ addition from there.
 
Upvote 0
to get a hint on where the problem can be, you can always use debug function within VS and hook it up to your worldserver and crash it!

with that you can get a hint on what problem can be!
no worldserver crash. only disconnect my neuz connection from worldserver,

Check the code associated with m_nRemainGP
which part of the source?

fix the disconnection of connection in neuz from the worldserver. the problem is the number of stats still 6points leveling and command leveling is 4points. where i can change this?

thanks for the reply

FIX ALL. [Solve]
 
Last edited:
Upvote 0
Back