Skip to content

voodoonofx/rodebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rodebug

ROPlus debug window.

Installation

Just checkout this project into your ROPlus\Scripts folder.

Usage

In game, open the Python Editor. import rodebug will open the GUI window. If it has a problem, use Python -> Reload Context to reset everything and try again.

Please make an issue about it also!

Descriptions

This plugin monitors all attributes of a player, or if the checkbox is ticket, the target you're locked onto. Simply look through the list of items, or search for an attribute.

In a script, you'd be able to access any player attribute like this:

player = BigWorld.player()
player.attribute_name  # <-- Right here

Screenshots:

main window screenshot

About

ROPlus debug window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages