GetReputation

01/21/2020 00:04 DavidElen14#1
Hi guys !

I put this line for reputation ....

Session.Character.GetReputation (monsterToAttack.Monster.Level);

it works perfectly but I can't manage to make sure that on type 6 monsters (Elite = Autoloot) I also receive the reputation can you tell me what I can add to the line to ensure that I also receive the reputation on these monsters?

thank you in advance
01/21/2020 10:54 InnoTx#2
Quote:
Originally Posted by DavidElen14 View Post
Hi guys !

I put this line for reputation ....

Session.Character.GetReputation (monsterToAttack.Monster.Level);

it works perfectly but I can't manage to make sure that on type 6 monsters (Elite = Autoloot) I also receive the reputation can you tell me what I can add to the line to ensure that I also receive the reputation on these monsters?

thank you in advance

I would advise you to do these things before opening a server .. above all I would advise you to buy a VPS because I heard that your server is running on Hamachi. which is kind of cringe.

you would only pay 30€ or something for a stable vps
01/21/2020 10:57 Blowa#3
Quote:
Originally Posted by DavidElen14 View Post
Hi guys !

I put this line for reputation ....

Session.Character.GetReputation (monsterToAttack.Monster.Level);

it works perfectly but I can't manage to make sure that on type 6 monsters (Elite = Autoloot) I also receive the reputation can you tell me what I can add to the line to ensure that I also receive the reputation on these monsters?

thank you in advance
Your answer is within your post...
If you don't know how to do that, then go watch some programming logic tutorials cause this is the FIRST kind of things we see in programming (and, algorithms at high school)
- conditions
- loops
- variable