Simple Reputation Management
lensam69
Member Posts: 1
I figured out a relatively simple solution using the Console.
While the console doesn't give you a command to directly change reputation, it does let you evaluate a script . There are a couple of options for script-based rep management: (https://gibberlings3.github.io/iesdp/scripting/actions/bgeeactions.htm#162 )
TL;DR
Lowers reputation by 1 (Use negative numbers to lower / positive numbers to increase reputation )
or
To set your rep to a specific number.
While the console doesn't give you a command to directly change reputation, it does let you evaluate a script . There are a couple of options for script-based rep management: (https://gibberlings3.github.io/iesdp/scripting/actions/bgeeactions.htm#162 )
TL;DR
CLUAConsole:Eval('ReputationInc(-1)')
Lowers reputation by 1 (Use negative numbers to lower / positive numbers to increase reputation )
or
CLUAConsole:Eval('ReputationSet(18)')
To set your rep to a specific number.
0