Snippet Quest Experience Gained

Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Jarne

Premium
Premium
Joined
Jun 14, 2024
Messages
74
Solutions
6
Reaction score
72
Points
18
You will see that "Experience Gained" will appear in the Quest box if your active quest has an EXP Reward.
This update is inspired from FlyFF Universe, which displays the Experience Gained x.xx% (float).

Open WndQuest.cpp

Go to:
Hey There!
Please login and(or) register to see this awesome content today.

Find:
Hey There!
Please login and(or) register to see this awesome content today.

Replace the whole condition with:
Hey There!
Please login and(or) register to see this awesome content today.


Hey There!
Please login and(or) register to see this awesome content today.

Place #define __FLOAT_EXP_QUEST in your defines common. (CustomCommon.h, LodeCommon.h, etc.,)

Screenshot:

BEFORE QUEST:
Screenshot 2024-07-20 130251.png
DURING QUEST:
Screenshot 2024-07-20 130259.png

AFTER QUEST EXP GAINED:
Gives exactly as the Quest Reward window shows.
Screenshot 2024-07-20 130317.png


UPDATE:
We use __int64 for handling larger numbers and to avoid integer overflow as the EXP value holds a large number.
We also added the value of the Exp Reward.

I will "TRY" to do as @Kia said
I think what would be nice is to display both numbers. Maybe in smaller font, or maybe as a tooltip via on hover.

UPDATE (1):
Update to show the value of the Experience percentage and remove the value from the WIDC_TEXT_REWARD.
Replace the whole condition with:
Hey There!
Please login and(or) register to see this awesome content today.


1721706002454.png

There was a network outage due to typhoon and didn't have a chance to put an update sooner.
 
Very simple, yet nice QOL.
 
  • Love
Reactions: Jarne
One of the things you don’t really notice, very nice QOL like zOmbie said. Thank you :)
 
  • Love
Reactions: Jarne
no blame col
 
Last edited:
Made some changes.
I don't know if I'm doing just right. XD
 
Quality QoL, but I think what would be nice is to display both numbers. Maybe in smaller font, or maybe as a tooltip via on hover. Whatever ends up fitting more.
Tooltip :
1721652282865.png

Hey There!
Please login and(or) register to see this awesome content today.