User Tools

Site Tools


cuo_funcs

This is an old revision of the document!


Scripting - ClassicUO functions

ClassicUO loads RE as a plugin, and as such RE does not have access to all the functionality in CUO, in fact RazorEnhanced treats CUO the same as the OSI client in terms of packet modification or generation.

There are cases when cheating on this situation is desirable, and that is what will go in this component.

Needless to say CUO function will do nothing on an OSI client.

Message

Load World Map Markers
Syntax CUO.LoadMarkers()
Description:
Executes the function used by the CUO ui to reload all the map markers.
Returns void
In Object: CUO
Parameters: None
Set the GoTo WorldMapMarker
Syntax CUO.GoToMarker(x, y)
Description:
Executes the function used by the CUO ui to set a temporary GoTo marker on its map
Returns void
In Object: CUO
Parameters: None
Set the FreeView in WorldMap
Syntax CUO.FreeView(bool)
Description:
Executes the function used by the CUO ui to set a FreeView on its world map on/off
Returns void
In Object: CUO
Parameters: None
Close T-Map gumps
Syntax CUO.CloseTMap()
Description:
Closes the T-Map gumps in CUO. If none are closed it returns False
Returns True - closed a t-map gump, False - no gumps could be closed
In Object: CUO
Parameters: None
Profile Property Set
Syntax CUO.ProfilePropertySet(profileName, bool/int/string)
Description:
Sets a profile property in CUO profile
Returns True - closed a t-map gump, False - no gumps could be closed
In Object: CUO
Parameters: None

cuo_funcs.1664070537.txt.gz · Last modified: 2022/09/25 01:48 by credzba

Exception: Git command failed to perform periodic pull: hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Warning: Permanently added 'github.com,140.82.112.3' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD There are no candidates for merging among the refs that you just fetched. Generally this means that you provided a wildcard refspec which had no matches on the remote end.

Exception: Git command failed to perform periodic pull: hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Warning: Permanently added 'github.com,140.82.112.3' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD There are no candidates for merging among the refs that you just fetched. Generally this means that you provided a wildcard refspec which had no matches on the remote end.

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.