I updated at latest rev with Ace updater an I get this error:
2007/02/16 08:36:14-458-x5]: ArkInventory\ArkInventory.lua:2152: attempt to compare number with nil
Which language your client is using? Before I fixed the german localization I got the same errors.
There were a lot of locales added to the latest revision. they could be missing in your localization file.
Ark: the performance is way better now, the bank lag has almost gone. awesome work! :)
The Viewport function actually resizes the game screen display to add the borders at the top and bottom, it isn't an added texture. I don't understand why you don't want them to be shown as a snapshot by definition should show what is on the screen.
I don't see a reason for doing this except it would take a fullscreen picture. I also think I'd had to save the players viewport settings, change it back to game default and after taking the screenshot set the viewport again. Sounds a big to much for a simple Screenshot tool :-/
I also have the same problem as slayman. it takes up to 10 seconds to put a item from bag into bank or vice versa. There must be a way to reduce this massive lag. I'm totally happy with this addon except the lag it's producing. I guess I'm forced to use another bag/bank addon till this issue is fixed :-/
Alright, what do you mean by this feature exactly? When you collect a mail from the AH, spit out a summary of the message to the chatframe?
Yup, that was the basic idea behind it. In my opinion it would fit best to Postal_Rake, since it's already showing the money you gained from your mail. Make them real Ace modules though, you'll love it. I'm enyoing this big time in Fence :)
Heya grennon, since I didn't take a look at the mail API so far, do yo think it's possible to also add a feature that does print out the amount for an auction I've won? Something like: Auction won: 20 rune clothes for 1.20 g.
Found the possible issue. Are you using simpleMinimap? if yes it might be that the author has changed the code/data structure once again. try to replace line 256-257:
if simpleMinimap then
Minimap:SetMaskTexture(simpleMinimap:GetModule("skins").skins[simpleMinimap:GetModule("skins").db.profile.skin]["mask"])
with
if simpleMinimap then
simpleMinimap:UpdateScreen()
Yep, you're right. Didn't check because nothing is happening there since months ;)
After patch 2.0.3, with gfxToggle2 in Auto mode, when zoning into a zone set for "Medium" from a zone set to "High", the following bug message is repeated over and over until a reload/logout:
gfxToggle2-2.0\\gfxToggle2.lua:257: attempt to index field 'db' (a nil value)
Hm interesting, could you tell me which revision you're using? I'm also using gfxToggle with medium settings and didn't notice this error before. But I'm after it, of course.
just to let you know that the most recent version of fence is working great with no errors :D
I know :P Couldn't post a thread since the server forums were off.
Just FYI what has been changed:
r24602 | neriak | 2007-01-10 21:46:54 -0500 (Wed, 10 Jan 2007
Fence:
- AutoFill: fixed issues, it should now work again with all sorts of items
- updated code to new API GetCursorInfo() .. yay!
- changed event registering and hooks
- Sort: disabled the BrowseBuyout button because Blizzard changed bid and buyout sorting in 2.0.3
- TOC: edited short description (to identify Fence as an auction house addon)
Now I know why .. doh! All of the recipes have the same scheme: "Recipe: blah ..."
Now, my method to split the itemlink into ID and suffix is to split everything between the ":". It can't get the ID's when the name itself also has a ":".
I'll change the searchpattern and use string.find for it. Funny I didn't notice this all the time :)
I'll update Fence later (as always) *g*
0
0
Which language your client is using? Before I fixed the german localization I got the same errors.
There were a lot of locales added to the latest revision. they could be missing in your localization file.
Ark: the performance is way better now, the bank lag has almost gone. awesome work! :)
0
0
I don't see a reason for doing this except it would take a fullscreen picture. I also think I'd had to save the players viewport settings, change it back to game default and after taking the screenshot set the viewport again. Sounds a big to much for a simple Screenshot tool :-/
0
0
0
Yup, that was the basic idea behind it. In my opinion it would fit best to Postal_Rake, since it's already showing the money you gained from your mail. Make them real Ace modules though, you'll love it. I'm enyoing this big time in Fence :)
0
0
with
0
Yep, you're right. Didn't check because nothing is happening there since months ;)
Hm interesting, could you tell me which revision you're using? I'm also using gfxToggle with medium settings and didn't notice this error before. But I'm after it, of course.
0
Just FYI what has been changed:
0
0
Ah ok, now I know. I thought he meant my post. You guys are talking about the TOC description. Well, I'll change it tonite.
0
Now, my method to split the itemlink into ID and suffix is to split everything between the ":". It can't get the ID's when the name itself also has a ":".
I'll change the searchpattern and use string.find for it. Funny I didn't notice this all the time :)
I'll update Fence later (as always) *g*
0