Skip to content

Simple Reputation Management

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
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.
Sign In or Register to comment.