dantoki Posted August 12, 2019 Posted August 12, 2019 I edit my status.cpp this stat += status->luk + 10; // (every 10 luk = +1 perfect flee) to this : stat += status->luk + 100; // (every 100 luk = +1 perfect flee) and recompiled my server and still doesn't apply the changes there's no error either. hmmm... can someone help me i need it badly. thanksss!!! Quote
0 dantoki Posted August 13, 2019 Author Posted August 13, 2019 i doesn't work i already rebooted my VPS and rebuild it. still doesn't change. Problem Solve thanks. stat += 10 + (status->luk*10/50); Wrong code. Quote
0 Start_ Posted August 13, 2019 Posted August 13, 2019 Try to clean > then build. And check the DEFINE RENEWAL things. Quote
Question
dantoki
I edit my status.cpp
this
stat += status->luk + 10; // (every 10 luk = +1 perfect flee)
to this :
stat += status->luk + 100; // (every 100 luk = +1 perfect flee)
and recompiled my server and still doesn't apply the changes there's no error either.
hmmm... can someone help me i need it badly. thanksss!!!
2 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.