-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,53 @@ | ||
-- Functionality Changes | ||
# Installation Instructions. | ||
|
||
- CONTPOSX/Y and CONTSIZEX/Y have been replaced with GUMPPOSX/Y and GUMPSIZEX/Y | ||
These only update when a new gump opens, and do not update when you change focus in game. | ||
- #GUMPSERIAL and #GUMPTYPE #LGUMPBUTTON new variables for gumps. | ||
1. Download the latest release bin.zip from the releases page. | ||
2. Extract the contents into your ClassicUO/data/plugins/ folder | ||
3. Edit your settings.json file to include CEasyUO | ||
``` | ||
"plugins": [ | ||
"./Razor/Razor.exe", | ||
"./CEasyUO/CEasyUO.exe" | ||
] | ||
``` | ||
|
||
## Functionality Changes | ||
#### #GUMPSERIAL and #GUMPTYPE #LGUMPBUTTON new variables for gumps. | ||
|
||
- Mobile Health bars do not show Type, Use #LTARGETTYPE | ||
#### Mobile Health bars do not show via #ContType, Use #LTARGETTYPE | ||
|
||
|
||
--New commands | ||
## New commands | ||
|
||
---Gump Handling | ||
### Gump Handling | ||
|
||
- event gump wait {timeout} | ||
#### event gump wait {timeout} | ||
Waits until timeout( default 10 seconds) or a gump appears | ||
|
||
- event gump last | ||
#### event gump last | ||
Repeats the last gump input action | ||
|
||
- event gump button {index} | ||
#### event gump button {index} | ||
Responds to the current gump with the specified index | ||
|
||
|
||
--- Context Menus | ||
### Context Menus | ||
|
||
- event contextmenu {serial} {index} | ||
#### event contextmenu {serial} {index} | ||
Triggers a context menu click at the specified index on the specified object | ||
|
||
|
||
--Depreceated commands | ||
## Depreceated commands | ||
|
||
#### Menu | ||
#### Click | ||
|
||
## Depreceated Variables | ||
|
||
#### #NEXTCPOSX/Y Gone | ||
#### #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. | ||
#### #CONTSIZEX/Y have been replaced with #GUMPSIZEX/Y | ||
These only update when a new gump opens, and do not update when you change focus in game. | ||
|
||
|
||
|
||
- Menu |