Forum: Lua/XML Help
06-23-22, 08:13 PM
|
Replies: 3
Views: 141
|
Forum: Lua/XML Help
06-23-22, 05:40 PM
|
Replies: 3
Views: 141
Brand new character test
Hi all
I want to determine if a character is brand new or not.
I can see that there is;
OpeningCinematic() -- Shows the opening cinematic for a player's race. Only works as long as the player has...
|
Forum: Lua/XML Help
05-26-22, 04:30 PM
|
Replies: 7
Views: 403
|
Forum: Lua/XML Help
05-26-22, 02:14 AM
|
Replies: 7
Views: 403
Hi Kanegasi and Fizzlemizz
Thanks for your...
Hi Kanegasi and Fizzlemizz
Thanks for your answers.
Fizzlemizz, I can see the wait makes a lot of sense, it is something I should have picked up myself :(
I do have a couple of questions about...
|
Forum: Lua/XML Help
05-24-22, 10:01 PM
|
Replies: 7
Views: 403
Unequip all items
Hi all
I am trying to unequip all items into any empty bag slot.
The problem is that I can unequip all items into my bags or into my backpack but not all into any empty slot in both.
This is the...
|
Forum: Released AddOns
03-14-22, 10:05 PM
|
Replies: 1
Views: 2,096
|
Forum: Lua/XML Help
02-23-22, 02:31 AM
|
Replies: 4
Views: 615
|
Forum: Lua/XML Help
02-22-22, 10:25 PM
|
Replies: 4
Views: 615
Hi Fizzlemizz
Sorry about the first image, I...
Hi Fizzlemizz
Sorry about the first image, I have linked the correct one now.
I think you are correct the blue buttons were for the DK character screen.
The UIPanelButtonTemplate has thin yellow...
|
Forum: Lua/XML Help
02-22-22, 07:45 PM
|
Replies: 4
Views: 615
Getting Button Templates
Hi all
I am trying to find certain button templates.
The first is one used in the game menu, I have a screen shot showing the button and the fstack tooltip;
https://i.imgur.com/18iZf2R.png
I...
|
Forum: Released AddOns
02-22-22, 06:25 PM
|
Replies: 1
Views: 1,353
|
Forum: Released AddOns
01-22-22, 06:41 PM
|
Replies: 1
Views: 1,103
Aardvark new version to fix delete function
Hi all
Blizzard changed the way items are destroyed.
Now each item to be destroyed requires a button press.
You can spam delete and it will still delete but now it will not delete all in one...
|
Forum: Lua/XML Help
12-13-21, 05:09 PM
|
Replies: 5
Views: 1,645
|
Forum: Released AddOns
12-09-21, 07:48 PM
|
Replies: 1
Views: 1,373
Hi All
My new addon Spell Chat works for...
Hi All
My new addon Spell Chat works for Classic and BC
It allows a player to create a list of chat strings to spells, mounts, pets and items.
When that item, mount, pet or spell fires a random...
|
Forum: Lua/XML Help
11-30-21, 09:12 PM
|
Replies: 5
Views: 1,645
|
Forum: Lua/XML Help
11-28-21, 09:51 PM
|
Replies: 5
Views: 1,645
Get Spell Link in Classic
Hi all
I am adapting one of my current addons to Classic.
I have a button that I can drop an item or spell onto.
If the object is an item I just do a simple print.
If the object is a spell I get...
|
Forum: Released AddOns
11-24-21, 07:34 PM
|
Replies: 1
Views: 1,373
Spell Chat - brand new addon
Hi All
I have just launched my new addon Spell Chat.
It allows a player to create a list of chat strings to spells, mounts, pets and items.
When that item, mount, pet or spell fires a random...
|
Forum: Released AddOns
11-02-21, 07:39 PM
|
Replies: 0
Views: 881
|
Forum: Released AddOns
11-02-21, 05:25 PM
|
Replies: 0
Views: 792
Aardvark updated for 9.1.5
Aardvark - AR 12.3.9.15 - Wednesday 3 November 2021
Updated for 9.1.5
Please post any feedback on the Aardvark Curse Page (https://www.curseforge.com/wow/addons/aardvark).
Also, check out my other...
|
Forum: Released AddOns
10-14-21, 07:30 PM
|
Replies: 0
Views: 1,077
Aardvark 4 Classic Updated
Aardvark 4 Classic Updated
Blizz recently changed the way frames are declared in Classic.
The change did not stop the auto sell/destroy function but there was no way to add/remove items.
This update...
|
Forum: Released AddOns
10-01-21, 09:17 PM
|
Replies: 1
Views: 1,600
|
Forum: Released AddOns
09-30-21, 09:05 PM
|
Replies: 1
Views: 1,600
Swarm updated
Swarm updated
Bliz changed the way frame backdrops are declared in Classic.
The change did not affect operation but it did prevent the Swarm interface page from displaying correctly.
This update...
|
Forum: Released AddOns
09-30-21, 08:10 PM
|
Replies: 1
Views: 2,096
Newb Dev Box updated
Hi all
Newb Dev Box has been updated to include support for the What's On The Map and Cube addons.
Added support for Whats On Then Map and Cube addons.
Check it out, (and my other addons), here...
|
Forum: Lua/XML Help
09-19-21, 07:48 PM
|
Replies: 8
Views: 2,108
Hi Ketho
Yes getting the speciesID is pretty...
Hi Ketho
Yes getting the speciesID is pretty easy, though I prefer the BattlePetSpecies.db2 on wowtools database that you linked; once again a great tool that you introduced to me.
Thanks for your...
|
Forum: Lua/XML Help
09-16-21, 06:48 PM
|
Replies: 8
Views: 2,108
|
Forum: Lua/XML Help
09-15-21, 09:09 PM
|
Replies: 8
Views: 2,108
Hi Ketho
Thanks for your post.
I did not...
Hi Ketho
Thanks for your post.
I did not realise that all pets that we can catch share the same summonSpellID.
Also after testing the spellCastGUID, (arg2), from UNIT_SPELLCAST_SUCCEEDED these...
|