Jump to content

[Hi5] Services Npc


Colet

Recommended Posts

It's good share indeed, but there is a mistake(s) :P

 

this is wrong

 

player.getClan().addReputationScore(player.getClan().getReputationScore() + reputationPointsCount, true);

 

should be

 

player.getClan().addReputationScore(reputationPointsCount);

Link to comment
Share on other sites

It's good share indeed, but there is a mistake(s) :P

 

this is wrong

 

player.getClan().addReputationScore(player.getClan().getReputationScore() + reputationPointsCount, true);

 

should be

 

player.getClan().addReputationScore(reputationPointsCount);

 

True.

My logic always fails haha.

Thanks for reporting the bug :)

I'll update the first post and post the Freya version.

Link to comment
Share on other sites

True.

My logic always fails haha.

Thanks for reporting the bug :)

 

No problem :) I added it to Interlude and I noticed this problem. Also, there is a problem with character and clan name change, but maybe it's cuz of other method betwen chronicles. Gotta check it out :)

 

/Edit: Now it's working like a charm :D

Link to comment
Share on other sites

Also small advice. you should add

 

player.getClan().broadcastClanStatus();

 

in the changeName event also, since in the clan tab it's gonna show your old character name + you won't be able to change later the clan name, it's gonna show you 'Please, insert a correct name.' :D

 

When I make all 100% workin', I will share patch for interlude version ;)

 


 

Edit: Interude version can be found here - Hit me

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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...