- Download the latest release bin.zip from the releases page.
- Extract the contents into your ClassicUO/data/plugins/ folder
- Edit your settings.json file to include CEasyUO
"plugins": [
"./Razor/Razor.exe",
"./CEasyUO/CEasyUO.exe"
]
Really this will not work for you yet, This code is here simply incase someone wants to take over the project.
Script parsing is mostly all done, though a few bugs are probably still lurking when dealing with lots of nested if/else and subs. A few functions are hooked up, ie Event macro 17, 22, 13, 15 Most variables are hooked up.
Hook up remaining events/functions UI Improvments Script parser improvments.
Waits until timeout( default 10 seconds) or a gump appears
Repeats the last gump input action
Responds to the current gump with the specified index
Triggers a context menu response at the specified zero based index on the specified serial
#CONTPOSX #GUMPOSX replaces much of this functionality but GUMP handling should move to using the new events.
#CONTPOSY #GUMPOSY replaces much of this functionality but GUMP handling should move to using the new events.
These only update when a new gump opens, and do not update when you change focus in game.