| Updated: | 05-14-11 09:33 PM |
| Created: | unknown |
| Downloads: | 38,748 |
| Favorites: | 258 |
| MD5: | |
| Categories: | Tekkub's Emporium of Random Crap, Character Advancement |

File Name |
Version |
Size |
Author |
Date |
3.3.0.9-Beta |
2kB |
Tekkub |
05-01-10 09:24 PM |
|
3.3.0.8-Beta |
2kB |
Tekkub |
04-04-10 04:26 PM |
|
3.2.0.7-Beta |
2kB |
Tekkub |
08-23-09 10:12 PM |
|
3.2.0.6-Beta |
2kB |
Tekkub |
08-15-09 09:36 PM |
|
3.1.0.5-Beta |
2kB |
Tekkub |
04-16-09 01:56 AM |
|
3.0.1.3-Beta |
2kB |
Tekkub |
08-30-08 06:22 PM |
![]() |
Comment Options |
|
|
|
|
Go figure, but the downloads are updated but the repositories are old.
git://git.wowace.com/wow/quelevel/mainline.git https://github.com/tekkub/Quelevel This worked: http://www.wowace.com/media/files/52...10-Release.zip Presumably this is the same: https://github.com/tekkub/Quelevel/z...1.0.10-Release It's very strange to see a new tarball but old repository code in github.
__________________
spiralofhope.com |
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
Message: Interface\FrameXML\UIParent.lua:3359: attempt to perform arithmetic on local 'level' (a string value)
Time: 06/06/10 06:21:24 Count: 1 Stack: Interface\FrameXML\UIParent.lua:3359: in function `GetQuestDifficultyColor' Interface\AddOns\Quelevel\Quelevel.lua:67: in function <Interface\AddOns\Quelevel\Quelevel.lua:60> Interface\AddOns\Quelevel\Quelevel.lua:78: in function <Interface\AddOns\Quelevel\Quelevel.lua:75> [C]: in function `GossipFrameUpdate' Interface\FrameXML\GossipFrame.lua:27: in function <Interface\FrameXML\GossipFrame.lua:9> Locals: level = "Fallen Necropolis" (*temporary) = 70 (*temporary) = "player" (*temporary) = 70 (*temporary) = nil (*temporary) = "attempt to perform arithmetic on local 'level' (a string value)" |
|
|
|
|
|
|
Message: Interface\FrameXML\UIParent.lua:3359: attempt to perform arithmetic on local 'level' (a string value)
Time: 04/30/10 06:52:09 Count: 1 Stack: Interface\FrameXML\UIParent.lua:3359: in function `GetQuestDifficultyColor' Interface\AddOns\Quelevel\Quelevel.lua:67: in function <Interface\AddOns\Quelevel\Quelevel.lua:60> Interface\AddOns\Quelevel\Quelevel.lua:78: in function <Interface\AddOns\Quelevel\Quelevel.lua:75> [C]: in function `GossipFrameUpdate' Interface\FrameXML\GossipFrame.lua:27: in function <Interface\FrameXML\GossipFrame.lua:9> Locals: level = "Rapporter la sacoche perdue" (*temporary) = 80 (*temporary) = "player" (*temporary) = 80 (*temporary) = nil (*temporary) = "attempt to perform arithmetic on local 'level' (a string value)" |
|
|
|
|
|
|
|
same here.
|
|
|
|
|
|
|
|
When visiting a quest npc, i'm getting the following error[1]:
Code:
Message: Interface\FrameXML\UIParent.lua:3359: attempt to perform arithmetic on local 'level' (a string value) Time: 04/05/10 12:52:52 Count: 1 Stack: Interface\FrameXML\UIParent.lua:3359: in function `GetQuestDifficultyColor' Interface\AddOns\Quelevel\Quelevel.lua:67: in function <Interface\AddOns\Quelevel\Quelevel.lua:60> Interface\AddOns\Quelevel\Quelevel.lua:78: in function <Interface\AddOns\Quelevel\Quelevel.lua:75> [C]: in function `GossipFrameUpdate' Interface\FrameXML\GossipFrame.lua:27: in function <Interface\FrameXML\GossipFrame.lua:9> Locals: level = "No More Mushrooms!" (*temporary) = 64 (*temporary) = "player" (*temporary) = 64 (*temporary) = nil (*temporary) = "attempt to perform arithmetic on local 'level' (a string value)" [1]The npc in question offered two quests for turn in, both were finished. The "No More Mushrooms!" quest was the second one that had no level displayed.
__________________
Gentlemen, you can't fight in here! This is the War Room! |
|
|
|
|
|
|
|
Line 67 of "Quelevel.lua":
Change from: Code:
if level ~= -1 then Code:
if level and level > 0 then |
|
|
|
|
|
||
__________________
Krendis, level 85 Prot Paladin Simkin level 85 Combat Rogue Inardescoo, level 85 Arcane Mage |
||
|
|
|
|
|
|
change GetDifficultyColor to GetQuestDifficultyColor in line 67 fixes the problem
![]() author probably notices it soon |
|
|
|
|
|
|
|
Getting this after updateing to 3.2.0.6. Only happens the first time I open a gossip window then it goes away, however the info (level and colour) its supposed to display doesn't appear.
Code:
Error occured in: Global
Count: 1
Message: ..\AddOns\Quelevel\Quelevel.lua line 67:
attempt to call global 'GetDifficultyColor' (a nil value)
Debug:
[C]: GetDifficultyColor()
Quelevel\Quelevel.lua:67:
Quelevel\Quelevel.lua:60
Quelevel\Quelevel.lua:77:
Quelevel\Quelevel.lua:75
[C]: GossipFrameUpdate()
..\FrameXML\GossipFrame.lua:27:
..\FrameXML\GossipFrame.lua:9
__________________
Krendis, level 85 Prot Paladin Simkin level 85 Combat Rogue Inardescoo, level 85 Arcane Mage
Last edited by def9 : 08-16-09 at 12:06 PM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
Not working
Not working with 3.2
|
|
|
|
|
|
|
|
A Cobalt Mageweaver
Forum posts: 206
File comments: 132
Uploads: 0
|
Yeah, it produces an error
Quelevel.lua 45: hooksecurefunc() QuestWatch_update is not a function |
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.