Well these are causing me fits with stuff getting moved out of them that belongs there and seeing constant messages of doesn't go in that container whenever i loot.
Heavy Toolbox 30745 20 slot
Mining Sack 30746 20 slot
Gem Pouch 30747 20 slot
Soul Pouch 21340 20 slot (old id and pouch but it's having problems with the MrPlow I got today from files.wowace.com)
If you need the full ID let me know, this is what is showing up on the tooltip.
I believe RapidSVN has you use bookmarks (which are accessed one at a time.)
Checkout is the command you use to create a new local copy from the repository. You only use it once.
Update is the command for getting the latest changes from the repository into your local working copy. First select the bookmark. Then you can use the toolbar icon (has a green arrow in the screenshot I've got), use the hotkey Ctrl-U or use the menu item Modify -> Update.
If you're just wanting the fastest way to keep updated and aren't afraid of the commandline use the official subversion executables.
I really have no clue as to why the error would occur... (I can't actually replicate the issue, however...)
Now that is worrisome. The repair utility says my files are fine. Which implies either the repair utility isn't checking everything or it's a system dependent bug. (WinXPpro sp2 updated, the latest security fixes this week, .Net framework 2)
I'd moved AddOns and WTF into \tmp. Then extracted LuaSlinger. Went into game and typed "print("hello world")" into the script pane and hit execute. I couldn't think of a simpler test that should isolate it.
No, sorry I'm not aware of one at the moment. For one thing KC Items doesn't collect anywhere near the information that CV does, so the display has been in bag mods.
MyBags can display the bank, inventory and equipment information that KC Items does store but it's one of the "big bag" type mods that you don't want. Bagnon can display bank and inventory (I don't think the equipment view has been added yet but I may be wrong.)
To be honest, I tossed it after seeing "if (print) then" lines inside a toggle function (for the minimap button?) without doing a more through check. Do a search for "print" and you should find it easily enough.
I think it was within the single function and it may be that just renaming the variable will take care of the problem. But I have trust issues with people who use reserved function names as variables even if it turns out they are local only.
If I were a forgiving sort I wouldn't be a good warlock. :) I may not have the dps down properly but I've got a excellent hold on the insanity.
Technically "print" -should- be a global, since it's like... I dunno the default method for LUA =P
I used print countless times before I switched to AceDebug for messages. The code looks right, I don't see where an error could be generated. Unfortunately I didn't have time yesterday to try and track down the source of the error.
No errors with the new version.
[edit] I believe I found the source of the problem, the author of TrainerSkills appears to have used "print" as a global variable in his AddOn. My opinion of such code will be left to your imagination.
Thanks again for the quick response and apologies for the extra work done for no purpose.
0
For example: for tekKompare http://tekkub-wow.googlecode.com/files/tekKompare-2.0.3.246.zip
The code would be "tekkub-wow".
(I don't actually use GoogleCode so let me know if it works.)
0
Heavy Toolbox 30745 20 slot
Mining Sack 30746 20 slot
Gem Pouch 30747 20 slot
Soul Pouch 21340 20 slot (old id and pouch but it's having problems with the MrPlow I got today from files.wowace.com)
If you need the full ID let me know, this is what is showing up on the tooltip.
0
I believe RapidSVN has you use bookmarks (which are accessed one at a time.)
Checkout is the command you use to create a new local copy from the repository. You only use it once.
Update is the command for getting the latest changes from the repository into your local working copy. First select the bookmark. Then you can use the toolbar icon (has a green arrow in the screenshot I've got), use the hotkey Ctrl-U or use the menu item Modify -> Update.
If you're just wanting the fastest way to keep updated and aren't afraid of the commandline use the official subversion executables.
http://subversion.tigris.org/project_packages.html (for windows all you should need is svn-1.3.2-setup.exe)
0
url="" target="" data-ensure-absolute>http://svn.wowace.com/root/trunk/PlowKing"
0
0
0
0
Now that is worrisome. The repair utility says my files are fine. Which implies either the repair utility isn't checking everything or it's a system dependent bug. (WinXPpro sp2 updated, the latest security fixes this week, .Net framework 2)
I'd moved AddOns and WTF into \tmp. Then extracted LuaSlinger. Went into game and typed "print("hello world")" into the script pane and hit execute. I couldn't think of a simpler test that should isolate it.
0
MyBags can display the bank, inventory and equipment information that KC Items does store but it's one of the "big bag" type mods that you don't want. Bagnon can display bank and inventory (I don't think the equipment view has been added yet but I may be wrong.)
0
Why in the world would blizzard disable print?
Please double check me, I hope I'm wrong.
0
I'm going to try without any addons but luaslinger and see if print still works without error.
0
To be honest, I tossed it after seeing "if (print) then" lines inside a toggle function (for the minimap button?) without doing a more through check. Do a search for "print" and you should find it easily enough.
I think it was within the single function and it may be that just renaming the variable will take care of the problem. But I have trust issues with people who use reserved function names as variables even if it turns out they are local only.
If I were a forgiving sort I wouldn't be a good warlock. :) I may not have the dps down properly but I've got a excellent hold on the insanity.
0
0
[me=Isharra]sings Cumpleaños Feliz. Cumpleaños Feliz. Cumpleanos Cumpleaños. Cumpleaños Feliz.[/me]
(alternately) Cumpleaños Feliz, Cumpleaños Feliz, Te deseamos todos, Cumpleaños Feliz.
(tradtitionally) Feliz, feliz en tu día, Amiguito qué Dios te bendiga, Y qué reine la paz en tu día, Y qué cumplas muchos más.
0
I used print countless times before I switched to AceDebug for messages. The code looks right, I don't see where an error could be generated. Unfortunately I didn't have time yesterday to try and track down the source of the error.
No errors with the new version.
[edit] I believe I found the source of the problem, the author of TrainerSkills appears to have used "print" as a global variable in his AddOn. My opinion of such code will be left to your imagination.
Thanks again for the quick response and apologies for the extra work done for no purpose.