Skip to content

Fixing reputation once and for all.

Viconia_sViconia_s Member Posts: 15
Hello, here it is a way to fix the reputation once and for all in game. You will be able to change your reputation by clicking shortcuts in game, without the need to kill an NCP or to use the keeper.

You need "Near Infinity" and "Java".

Open and set "Near Infinity" with "Java", there is a guide on this forum.

Once you open the "Near Infinity", go on "Scripts", edit a random script and at the end add this script
IF
	HotKey(D)
THEN
	RESPONSE #100
		ReputationInc(-1)
END

IF
	HotKey(F)
THEN
	RESPONSE #100
		ReputationInc(1)
END

Then click compile, save and overwrite.

Restart the game, from now on by clicking "D" your rep will decrease one point and by clickling "F" it will increase one point.

This script is for old players. To remove it just delete the script above. You need to edit a file for each version of the game.
Sign In or Register to comment.