dantoki Posted August 12, 2019 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 236 Reputation: 42 Joined: 10/21/12 Last Seen: 29 minutes ago Share 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 Link to comment Share on other sites More sharing options...
0 dantoki Posted August 13, 2019 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 236 Reputation: 42 Joined: 10/21/12 Last Seen: 29 minutes ago Author Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted August 13, 2019 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: Yesterday at 02:57 AM Share Posted August 13, 2019 Try to clean > then build. And check the DEFINE RENEWAL things. Quote Link to comment Share on other sites More sharing options...
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!!!
Link to comment
Share on other sites
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.