qtdan Posted August 12, 2019 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 qtdan Posted August 13, 2019 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 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...
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