| Tested: | Hour of Twilight 4.3 |
| Updated: | 03-20-12 02:20 PM |
| Created: | 03-01-09 03:54 AM |
| Downloads: | 4,785 |
| Favorites: | 69 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
1.11.1 Alpha 1 |
122kB |
Jamash |
03-29-11 10:07 PM |
|
1.11 Release |
117kB |
Jamash |
12-07-10 12:14 AM |
|
1.11 Beta 2 |
113kB |
Jamash |
11-22-10 06:02 PM |
|
1.11 Beta 1 |
121kB |
Jamash |
10-13-10 01:21 AM |
|
1.10 Beta 2 |
115kB |
Jamash |
06-28-10 11:35 AM |
|
1.10 Beta 1a |
114kB |
Jamash |
04-09-10 03:33 PM |
|
1.10 Beta 1 |
114kB |
Jamash |
04-08-10 12:11 AM |
|
1.09 beta 1 |
113kB |
Jamash |
03-29-10 05:16 PM |
|
1.09 alpha 2 |
109kB |
Jamash |
12-16-09 03:38 AM |
|
1.07 |
107kB |
Jamash |
05-19-09 05:05 AM |
|
1.07 RC 1 |
107kB |
Jamash |
05-15-09 08:55 PM |
|
1.07 BETA 1 |
104kB |
Jamash |
05-03-09 03:13 AM |
|
1.06 RC1 |
104kB |
Jamash |
04-14-09 07:32 AM |
|
1.06 BETA 5 |
100kB |
Jamash |
04-12-09 03:54 AM |
|
1.06 BETA 4 |
9kB |
Jamash |
04-03-09 01:59 AM |
|
1.06 BETA 3 |
8kB |
Jamash |
03-12-09 08:50 PM |
|
1.06 BETA 2 |
8kB |
Jamash |
03-05-09 11:59 PM |
|
1.06 BETA 1 |
8kB |
Jamash |
03-01-09 03:54 AM |
![]() |
Comment Options |
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 9
Uploads: 0
|
Hi
This bug has been ongoing but if you learn a new companion or mount it lists ALL your companions and or mounts NOT only the one/ones you just learned!! (In a HUGE list that covers alot of your screen if you have alot) Thank You in advance |
|
|
|
|
|
|
Comment refers to LearningAidBeta-1.12.0alpha1.zip.
Libs folder hasn't been packaged so LearningAid probably won't function for users that don't have Ace3 from another source (either installed standalone or the needed libraries embedded in another addon) Secondly there's a little error in the embeds.xml file. It should be like this: Code:
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <Script file="Libs\LibStub\LibStub.lua" /> <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml" /> <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml" /> <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml" /> <Include file="Libs\AceBucket-3.0\AceBucket-3.0.xml" /> <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml" /> <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml" /> <Include file="Libs\AceConsole-3.0\AceConsole-3.0.xml" /> </Ui> Other than that looking forward to testing the new file ![]() |
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 55
Uploads: 0
|
this kinda dead atm
![]() the bug i reported before seems to be related to "Learn All" button and the way it picks/displays new spells, been workin in another low lvl char doin the same 4 to 6lvls (before learning new spells) used the blizz default "Learn" 1by1 button and learning aid seems to work fine that way. |
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 55
Uploads: 0
|
this was mainly with low lvl chars i wasn't playin with and decided to lvl them now (priest and a warrior), as i said before i tend to lvl them 4 to 6 lvls in a row without learning new spells, doin this only by the end of sessions... priest(36) its in guild (lvl21)... warrior(42) not yet in guild as we speak i noticed when i drag a spell from learning aid popup and this happens the spell it picks instead the desired spell, use to be either right before or after in the spellbook. |
|
|
|
|
|
||
Is this with 1.11 release or 1.11.1 alpha 1? Also, which class are you playing, what level is your character, are you in a guild, what level is the guild if so, and what professions do you have? |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 55
Uploads: 0
|
lately been lvlin some of my chars, lets say i do 4 to 6 lvls in a row without goin to town to learn new spells...
by the end of my session i decide to go to town and learn my new spells, i get to the trainer and i make use of the "learn all" button, the learning aid window pops up with the new spells (nothing unusual here). next i drag some of the new spells to the action bars, whats happening is at least 1 of the spells i drag ain't what suposed to be... (i drag a spell named (X) and another called (Y) comes instead) |
|
|
|
|
|
|
Re: v1.11 beta1 bugs (+fixes)
Yeah, I've been ripping out and redoing all of the spam filtering code, it was pretty broken. Still is somewhat, but less broken.
|
|
|
|
|
|
|
|
v1.11 beta1 bugs (+fixes)
Problem #1
Lines 889-894 in LA:UNIT_SPELLCAST_STOP function Code:
for spell, rank in pairs(self.spellsLearned) do
if self.spellsUnlearned[spell] then
self.spellsLearned[spell] = nil
self.spellsUnlearned[spell] = nil
end
end
The 2 tables were of the form t[i] = {key=name, value=link} What this did was compare the 'i' parts and remove any nested tables with the same index regardless of contents. Problem #2 Lua stores references to tables not copies. Line 687 and most of LA:CHAT_MSG_SYSTEM function Code:
local t; t=self.spellsLearned; t=self.spellsUnlearned; t=self.petLearned; self.petUnlearned Problem #3 Line 635 the formatSpells() function contained an invalid sort order function which is what was giving the error reported by myself and Jzar further down the comments Code:
1x LearningAid-40000\LearningAid.lua:637: attempt to index local 'b' (a nil value) <in C code>: in function `sort' LearningAid-40000\LearningAid.lua:637: in function <LearningAid\LearningAid.lua:635> LearningAid-40000\LearningAid.lua:895: in function `?' LearningAid-40000\LearningAid.lua:565: in function `?' ).Instead of spamming more code here is a pastey with the updated LearningAid.lua and a diff Vs the 1.11beta1 code. (green added, red removed/changed). Drop-in Replacement: http://www.pastey.net/143128 "Save as" LearningAid.lua and replace the file of same name in v1.11beta1 only. Hope it helps and thanks again for sharing your work, this has been an essential addon for ages now. (and more so with Cataclysm around the corner)
Last edited by Dridzt : 11-22-10 at 07:00 PM.
|
|
|
|
|
|
|||
Issue two : no idea sorry. I did however get a new error and it seems atlasloot is indicated:
|
|||
|
|
|
|
||
Happened on my warrior when swapping between specs (freshly learned, was an alt I'd neglected talenting after the 4.0.1 talent wipe) Code:
1x LearningAid-40000\LearningAid.lua:637: attempt to index local 'b' (a nil value) <in C code>: in function `sort' LearningAid-40000\LearningAid.lua:637: in function <LearningAid\LearningAid.lua:635> LearningAid-40000\LearningAid.lua:895: in function `?' LearningAid-40000\LearningAid.lua:565: in function `?' CallbackHandler-1.0-6 (Ace3):147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147> <string>:"safecall Dispatcher[6]":4: in function <[string "safecall Dispatcher[6]"]:4> <in C code>: ? <string>:"safecall Dispatcher[6]":13: in function `?' CallbackHandler-1.0-6 (Ace3):92: in function `Fire' AceEvent-3.0-3 (Ace3):120: in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
Last edited by Dridzt : 10-22-10 at 09:21 AM.
|
||
|
|
|
|
|||
|
|||
|
|
|
|
|||
|
Two errors, plus I can not see the learning aid window, only printed message to chat.
and
|
|||
|
|
![]() |