User Tools

Site Tools



profilebundler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
profilebundler [2021/05/15 18:58] – [Contained Profiles] moderaprofilebundler [2021/12/02 15:01] (current) modera
Line 1: Line 1:
-{{:modera:banner.png?nolink&600|}} +Discontinued
- +
-======Profile Bundler====== +
- +
-The Profile Bundler provides premade profiles and an API for everyone who wants to create their own profile. +
-The addon can run with the Skillmanager but skills might then interfer!  +
-Furthermore this is NOT a replacement for the Skillmanager but should help creating a rotation based profile. +
- +
-<WRAP round tip 100%> +
-If you like more high quality profiles get the Deluxe version of Profile Bundler. Farmer profiles are in Deluxe aswell. +
-</WRAP> +
- +
- +
-===== Contained Profiles ===== +
-The currently available profiles are listed on my discord by asking moderaBot. +
- +
-If you have created a profile and want to share it with everyone, send it on [[https://discord.gg/Vmq6bYE|Discord]].  +
-If it's stable enough it can be added as permanent profile (if you want it is). +
- +
-===== How to use ===== +
- +
-The addon can be found in the GW2Minion menu. +
- +
-{{::modera:botmenu.png?nolink&400|}} +
- +
-The GUI consists of the Profile Bundler settings and the options of the selected profile. +
- +
-{{:modera:userinterface.png?nolink|}} +
- +
-| Nr  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                | +
-| 1   | Controls\\ - Running means profile is active.\\ - Build Info will open Nr 4.\\ - Settings/PVP Features will stop profile while Enemy is blocking.\\ - Settings/Auto set empty SM will replace current SM with a placeholder to prevent SM intervention with Bundler.\\ - Settings/Only attack on having target will execute profile even out of combat.\\ - Settings/Temporary enable Logs will help debug a profile.\\ - Settings/Network Latency will add skill delays. +
-| 2   | Target Info helps in assisted combat to keep flanking/being behind.                                                                                                                                                                                                                                                                                                                                                                                                        | +
-| 3   | Profile specific settings. They are set by the methods <code>PROFILE:MyGUI() PROFILE:MyVariables()</code>                                                                                                                                                                                                                                                                                                                                                                  | +
-| 4   | Build Info. Is set by the method <code>PROFILE:MyInfoModal()</code>                                                                                                                                                                                                                                                                                                                                                                                                        | +
-==== Assign Shortcut ==== +
- +
-In the bot's menu you can assign a toggle/trigger for easier use of the bundler. You have two functions that you can use: +
- +
-  * Toggle Run ProfileBundler (does the same as the Running/Stopped button) +
-  * Trigger Reset ProfileBundler (does the same as the reset button) +
-  * Toggle Lock ProfileBundler (does the same as the target lock button) => bind it to Control+T for convenience 8-) +
- +
-===== How to create a profile ===== +
- +
-{{youtube>ReJbbWfqlgI?medium}} +
- +
-===== Public API ===== +
- +
-<code lua> +
-  MPB_Public:GetRootPath() -- returns the module folder +
-  MPB_Public:IsRunning() -- returns if the profile is disabled or running +
-  MPB_Public:RefreshList()  +
-  MPB_Public:ToggleModule() -- disables/enables the profile +
-  MPB_Public:EnableModule() +
-  MPB_Public:DisableModule() +
-  MPB_Public:TriggerReset() -- resets the profile context +
-  MPB_Public:ToggleTargetLock() -- locks/unlocks the target +
-  MPB_Public:GetBlockSkills(projectiles) -- projectiles of type boolean, returns a list of skill IDs +
-  MPB_Public:HasSkill(nameOrId) -- return if skill is in active profile or not +
-  MPB_Public:DisableStartFightOOC() -- disable "attack on having target" +
-  MPB_Public:EnableStartFightOOC() -- enable "attack on having target" +
-  MPB_Public:GetMinProfileRange() +
-  MPB_Public:GetMaxProfileRange() +
-</code> +
- +
-You can have your profile externalized as a seperate addon by creating your own addon. Unzip this into your LuaMods folder and create the profiles you want in the profiles folder. On LuaMods startup/refresh your profiles will be automatically copied to ProfileBundler. +
- +
-[[https://github.com/moderaminion/UserProfileBundler|UserProfileBundler Git]] +
- +
-======Support====== +
-[[https://discord.gg/ApqjdWG|{{https://i.imgur.com/GuxJFoP.png}}]] +
profilebundler.txt · Last modified: 2021/12/02 15:01 by modera