THIS PROJECT IS IN NEED OF A NEW MAINTAINER
I am no longer playing war, and I am seeking someone to take over this mod. It is relatively simple to maintain, and by doing so... you will gain the benefits of being an Addon Author!! PM me with your details if interested.
Description
NBSquared is an addon that integrates into Squared using the Squared Plugin API, allowing users to assign click-casting cability that leverages the NerfedButtons addon for choosing the next click action. It functions similar to ISHealBot, with the additional power of NerfedButtons!
Beta v0.3 updates to 1.3.0 and coordination with the latest version of NBSequence Builder
It is green... so I must give it light to let it grow /grin. It is probably choke-full of bugs... hopefully not! Issue tickets if you have problems.
Dependancies
Squared
NerfedButtons
LibSlash
Optional Dependancies
For those that are brave, you can try the beta version of my NerfedButtons GUI for sequence building, NB Sequence Builder.
How It Works
Abilities can be assigned to left click behavior on Squared windows in 7 states, Left click with: No key pressed, Shift Key Pressed, Alt Key Pressed, Control Key pressed, or any two-key combination of those keys, or all three keys together. Assignment of the ability to be pressed can be added with the help of NerfedButtons by using the command:
/nbsqr add [SLOT] [A-NERFEDBUTTONS-SEQUENCE]
NOTE: To use the NerfedButtons' features, you need to have the latest version of NerfedButtons installed.
Valid slots for NBSquared are:
- n - None
- s - Shift
- a - Alt
- sa - Shift+Alt
- sc - Shift+Control
- ac - Alt+Control
- sac - Shift+Alt+Control
How to create a NerfedButton sequence is beyond the scope of this tutorial. I recommend you go to their page here for instructions on how to create sequences with NerfedButtons, as it is what provides this capability to NBSquared. To help, adding a slot to button 1 in NB would be:
/nb add 1 ...
Where as adding a slot to the shift button in NBSquared would be:
/nbsqr add s ...
The delete, list, and edit operations are available as well:
/nbsqr list
/nbsqr del s
/nbsqr edit s
etc.
Special Thanks
Special thanks to the Squared and NerfedButtons folks, as without their great addons, this one would not exist.
------------------------------------------------------------------------
r6 | shayme | 2009-06-27 16:21:56 +0000 (Sat, 27 Jun 2009) | 3 lines
Changed paths:
M /trunk/NBSquared.mod
M /trunk/Source/NBSquaredBindings.lua
Corrected a bool return issue with NBSB integration.
Updated to 1.3.0
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...