Reputation points have been increased. In game

12/22/2017 17:07 redbull2905#1
How to remove the message "Reputation points have been increased." The responses of the style "go ctrl + f" abstain thanks.

I have the code I think that's it but I have to erase it ?

public void SetReputation(int val)
{
Reputation += val;
Session.SendPacket(GenerateFd());
Session.SendPacket(GenerateSay(string.Format(Langu age.Instance.GetMessageFromKey(""), val), 11));
}
12/22/2017 17:57 Fizo55#2
Lol DELETE the Line : Session.SendPacket(GenerateSay(string.Format(Langu age.Instance.GetMessageFromKey(""), val), 11));
12/22/2017 18:09 redbull2905#3
I did it change nothing
12/22/2017 18:41 EPvPAgen#4
OpenNos.Gameobject/character.cs
->
Code:
 public void GetReput(long val)
        {
            Reput += val * ServerManager.Instance.ReputRate;
            Session.SendPacket(GenerateFd());
            Session.SendPacket(GenerateSay(string.Format(Language.Instance.GetMessageFromKey("REPUT_INCREASE"), val), 11));
        }
Remove
Code:
Session.SendPacket(GenerateSay(string.Format(Language.Instance.GetMessageFromKey("REPUT_INCREASE"), val), 11));
12/22/2017 20:34 redbull2905#5
line?
12/22/2017 23:14 EPvPAgen#6
Quote:
Originally Posted by redbull2905 View Post
line?
Please if you can't handle that just stop

seriously.. stop

(CTRL+F -> GetReput ??)
12/23/2017 13:29 DarkyZShadow#7
Quote:
Originally Posted by redbull2905 View Post
And you too stupid to make money without ripping off
The answer has been given and it is very clear. If you're not able to do a simple search on an IDE, I clearly don't see why you're looking for make a private server.

Best regards,
A random developer
12/23/2017 13:41 Pumba98#8
Quote:
Originally Posted by redbull2905 View Post
line?
[Only registered and activated users can see links. Click Here To Register...] :rolleyes:
12/23/2017 15:29 redbull2905#9
public void SetReputation(int val)
{
Reputation += val;
Session.SendPacket(GenerateFd());

}

your code I erased it already. always nothing
12/23/2017 17:51 Maniatyme#10
alexis thiry , did you generate your solutions after the change? LMFAO

Press Ctrl + Maj + B

well done ! now you've seen it work and you're an Idiot