User Tools

Site Tools



profilebundler

This is an old revision of the document!


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.

If you like more high quality profiles get the Deluxe version of Profile Bundler. Farmer profiles are in Deluxe aswell.

Contained Profiles

The currently available profiles are:

Class Name Made for Build
Thief DaredevilStaff.lua Raids,PvE,Fractals Snowcrows
Thief DeadeyePower.lua Raids,PvE,Fractals Snowcrows
Thief DeadeyePowerRifle.lua Raids,PvE,Fractals Snowcrows
Thief DeadeyePermaStealth.lua Fun?, WvWvW It is really fun…
Guardian GuardianPower.lua Raids,PvE,Fractals Metabattle
Revenant HealingRenegade.lua Raids,PvE,Fractals Snowcrows
Engineer HolosmithSwordPower.lua Raids,PvE,Fractals Snowcrows
Mesmer MirageCondi.lua Raids,PvE,Fractals Snowcrows
Necromancer ScourgeCondi.lua Raids,PvE,Fractals Snowcrows
Ranger HealingDruid.lua Raids,PvE,Fractals Snowcrows
Ranger SoulbeastCondi.lua Raids,PvE,Fractals Metabattle
Ranger SoulbeastPower.lua Raids,PvE,Fractals Snowcrows
Warrior SpellbreakerBannerPower.lua Raids,PvE,Fractals Metabattle
Warrior SpellbreakerPower.lua Raids,PvE,Fractals Snowcrows
Warrior WarriorBannerPower.lua Raids,PvE,Fractals Snowcrows
Warrior BerserkerBannerCondi.lua Raids,PvE,Fractals Snowcrows
Elementalist TempestPower.lua Raids,PvE,Fractals Snowcrows
Elementalist WeaverSDPower.lua Raids,PvE,Fractals Snowcrows

If you have created a profile and want to share it with everyone, send it on 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.

The GUI consists of the Profile Bundler settings and the options of the selected profile.

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
PROFILE:MyGUI() PROFILE:MyVariables()
4 Build Info. Is set by the method
PROFILE:MyInfoModal()

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-)

Public API

  MPB_Public.root --returns the module folder
  MPB_Public.running --returns if the profile is disabled or running
  MPB_Public:RefreshList() 
  MPB_Public:ToggleRun() --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:ResetCache() --Resets profile variables and other state
  MPB_Public:GetBlockSkills(projectiles) --projectiles of type boolean, returns a list of skill IDs
profilebundler.1585764050.txt.gz · Last modified: 2020/04/01 18:00 by modera