Jump to content
  • 0

Status.cpp changes doesn't work


qtdan

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

Try to clean > then build.

And check the DEFINE RENEWAL things.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...