 |
09/08/09, 4:24 PM
|
#1636
|
|
Glass Joe
Orc Warrior
Mannoroth (EU)
|
Got the same problem like some other users...
Error:
Could not find
htt://eu.wowarmory.com/character-talents ...
I recognized there are some different thinks from the code...
For example:
http://eu.wowarmory.com/character-ta...&gn=is+extinct
as you can see there is something like &cn and &gn which isnt integrated in the code.
Tried to change that manually but didnt work.
So is there any other way to import from a german realm?
|
|
|
|
|
09/08/09, 4:31 PM
|
#1637
|
|
Glass Joe
Dwarf Warrior
The Scryers
|
Page : Arms & Fury
Type : Reference
The expertise calculation doesn't take into account Dwarven racial expertise with maces.
=INT(R237/E87)+IF(AND(RaceDropdown="Human",OR(IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Mace",IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Sword")),3,0)+IF(AND(RaceDropdown="Orc",IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Axe"),5,0)+2*AO17+2*AR16
in cells J28, L28, N28 and P28 should be replaced with
=INT(R237/E87)+IF(AND(RaceDropdown="Human",OR(IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Mace",IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Sword")),3,0)+IF(AND(RaceDropdown="Orc",IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Axe"),5,0)+IF(AND(RaceDropdown="Dwarf",IF(ISNA(VLOOKUP(C16,MainLookup,15,FALSE)),0,VLOOKUP(C16,MainLookup,15,FALSE))="Mace"),5,0)+2*AO17+2*AR16
If this is on the arms sheet, all references to "RaceDropdown" should be replaced with "RaceDrop"
|
|
|
|
|
09/08/09, 6:41 PM
|
#1638
|
|
Glass Joe
Undead Warrior
Bloodfeather (EU)
|
Page: Lookup/Arms
Type: Typo
[Anguish] and [Anguish] are missing.
|
|
|
|
|
09/09/09, 12:57 AM
|
#1639
|
|
Glass Joe
|
Originally Posted by Vitruvian
I noticed in the new spreadsheet there is a small entry for when to use slam. Currently I'm using EventAlert for slam procs, but it does not count down in tenths of a second. Is there a better mod or a way to truly make it mimic OmniCC? Also OmniCC only tracks tenths < 2 seconds, is there a way to change it to 3 seconds?
|
Vitruvian,
I've recently found a solution to this using 2 mods the first is SatrinaBuffFrame. What I've done is created a seperate frame that only displays the "Slam!" event I've set the counter to show tenths of seconds and the frame is fairly large and is just to the left of my Hud but you could put it anywhere you want .
The second Mod I've used is ScrollingCombatText I've created a custom event also based upon "Slam!" that plays a sound whenever 'Slam!' procs.
So now I have an audio event to tell me its time to Slam but I also have the buff frame to tell me how long I have to hit it. There's other addons that do similar things but since I use these 2 addons anyways I dont see the need to load yet another addon.
|
I was Fury Before the Lich King Came... I was Fury before Titan's Grip... I was Fury Before it was cool...
|
|
|
09/09/09, 1:49 AM
|
#1640
|
|
Glass Joe
Night Elf Warrior
Twisting Nether (EU)
|
Originally Posted by Vitruvian
I noticed in the new spreadsheet there is a small entry for when to use slam. Currently I'm using EventAlert for slam procs, but it does not count down in tenths of a second. Is there a better mod or a way to truly make it mimic OmniCC? Also OmniCC only tracks tenths < 2 seconds, is there a way to change it to 3 seconds?
|
I am using PowerAuras.
It is a bit hard to set up. But once you know how it works then you can set it up like you want.
I have currently 5 icons+timers in my screen.
1. Show when the targetted enemy have rend and the time it has left. So I can easily refresh it.
2. Showing when Sudden Death lights up + a timer I have left to use execute
3. Showing when I can use overpower + a timer I have left to use it.
4. Showing IF the enemy has hamstring on him + a timer left.
5. Showing IF the enemy has mortal strike debuff + a timer left.
I use nr 4+5 in ToC for the faction champions where im in charge of hamstringing enemy's and keeping MS up.
|
|
|
|
|
09/09/09, 3:42 AM
|
#1641
|
|
Glass Joe
Tauren Warrior
Twilight's Hammer (EU)
|
Problem with importing builds, arms tab.
Originally Posted by Namitsoo
Got the same problem like some other users...
Error:
Could not find
htt://eu.wowarmory.com/character-talents ...
I recognized there are some different thinks from the code...
For example:
http://eu.wowarmory.com/character-ta...&gn=is+extinct
as you can see there is something like &cn and &gn which isnt integrated in the code.
Tried to change that manually but didnt work.
So is there any other way to import from a german realm?
|
Some of the parameters used in wowarmory are:
r = realm, n = name, cn = character name (same as n), gn = guildname, lang = language, and so on.
To view one's armory, you don't need to include his/her guild name, so having gn is just an extra info. The problem isn't with the url itself, writing the url into your browser justifies my answer.
I've found couple of people having the same problem so I've decided to mention it once more.
In arms tab, what import macro does:
1- combines your name, realm, website together and request the armory. (if not found, displays an error message)
2- after getting the response, and assume it is an XML file, talent build is retrieved. (if not found, displays the same error message)
3, 4- same as 1 and 2, but to retrieve character's gear/gems/enchant.
For me, I can't retrieve my build from armory, but I can retrieve my gear.
To fix that, you need to change the macro module of the spreadsheet a bit. My previous post lists how.
I am really confused how people say importing talent, on the arms tab works fine. I've tried to import mine (EU) and landsoul (US) but couldn't. Maybe different versions? mine is: Version 2.500 (3.2.0a)
|
|
|
|
|
09/09/09, 5:23 AM
|
#1642
|
|
Glass Joe
Orc Warrior
Kor'gall (EU)
|
bo5r5osh..I changed the line from your previous post but when I try to import from armory i get:
"Run time error -2147012889(80072ee7)
and when I hit debug it shows me the line in Module 11..red line marked as problem. Any ideas on that?
Function GetSingleDataXLS(url, searchterm)
Set objXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP.3.0")
objXMLHTTP.Open "GET", url, False
objXMLHTTP.SetRequestHeader "User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
objXMLHTTP.SetRequestHeader "Content-Type", "text/xml"
objXMLHTTP.SetRequestHeader "Accept-Language", "en"
objXMLHTTP.Send ""
|
|
|
|
|
09/09/09, 6:47 AM
|
#1643
|
|
Glass Joe
Draenei Warrior
Kil'Jaeden (EU)
|
Getting the same error like Bigboss_hr.
At least this error makes it unpossible to import your chars data into the sheet.
And in fact its a hard bit of work to search on buffed.de for the english names of Items and Gems and talents.
Actually im working on a german translation will send the german file to Landsoul asap im done with it.
Last edited by Flummi : 09/09/09 at 7:16 AM.
|
|
|
|
|
09/09/09, 7:24 AM
|
#1644
|
|
Glass Joe
Tauren Warrior
Twilight's Hammer (EU)
|
My findings were mainly so Landsoul can fix it in his newer version. Since I am no expert in VB, I can't tell what is the problem, however, here is my newest finding after trying to change that XML path (didn't try it before).
After changing "//talentGroups/.." into "//talents/..", then go to File > Save the spreadsheet. Went back to pull landsoul and Recab's (both US) talent builds and it worked fine. When I try to get any of EU warriors, I get an error says timeout.
Hope this could help land figuring it out.
|
|
|
|
|
09/09/09, 7:26 AM
|
#1645
|
|
Von Kaiser
Goblin Warrior
Nethersturm (EU)
|
@All, that have to import from armory
You know, that the EU-Armory is currently down because of the weekly maintenance?
|
|
|
|
|
09/09/09, 7:38 AM
|
#1646
|
|
Glass Joe
Tauren Warrior
Twilight's Hammer (EU)
|
Originally Posted by samot
@All, that have to import from armory
You know, that the EU-Armory is currently down because of the weekly maintenance?
|
You are missing the point. First of all, the armory goes up and down, as I did my tests, the armory was up.
Second, it is about "how" the spreadsheet retrieving the data.
|
|
|
|
|
09/09/09, 8:10 AM
|
#1647
|
|
Glass Joe
Orc Warrior
Mannoroth (EU)
|
Didnt work yesterday for me too...
By the way i got (like maybe many others) an idea to fix that whole armory issue.
But i guess its much work to do for that.
My idea is that you select your zone (EU,RU,US ...) in a ComboBox and which one you choose in another ComboBox it shows all Realms out of that zone.After that the "Fetch armory" button could decide which url it needs to get the data from the armory.So if you choose in the zone: "EU" it knows the url is starting with "eu.wowarmory.com..." and the same with other zones and maybe syntax-differences between all these zones.By the way does it matter if you put in a "SPACE" in the server name or use the "+"? For example if i load my profile on Firefox it shows up eu.wowarmory..../Das+Konsortium instead of "Das Konsortium"...Maybe another fact that should be imported in this syntax things to set up the right URL?!
But i guess its not that easy to load all realms just by clicking a button and then send a request to a server?So i guess each realm in each zone has to be implemented in the code?
|
|
|
|
|
09/09/09, 2:48 PM
|
#1648
|
|
Myrmidon Champion
Worgen Warrior
Alterac Mountains
|
When fetching armory, include a space for a server name instead of a plus sign. For example, "Alterac Mountains" works fine. I'm afraid language translations for macros might get a little hairy, unless it's something as simple as a case statement choosing which region your character exists in.
Also, I have identified the cause of why increasing mortal strike damage reduces overall DPS. I double checked with pencil paper that not slamming and waiting for MS at a certain point in the difference between the strikes and lag yields more DPS per section of rotation. I am trying to work on a solution that produces a suitable result in the spreadsheet. I don't have the sheet in front of me right now, but I believe it has to do with the "portion of free space used for slam" being reduced by too much when the check for the last GCD before MS dictates that it cannot be used for slam. If anyone knows what I am talking about and would like to help come up with a solution I'd be willing to hear it.
Also please keep the errors and bugs rolling in, I am fixing them as they are reported. Probably have a fix update uploaded before or during the weekend. I can then start working on the reduced functionality '97 sheet.
|
|
|
|
09/09/09, 5:37 PM
|
#1649
|
|
Glass Joe
|
Page: Lookup
Type: Formula/calculation
Mjolnir Runestone has a ProcSEP value of 0.0.
|
|
|
|
|
09/09/09, 6:31 PM
|
#1650
|
|
Glass Joe
|
Im wondering if anyone else is questioning whether or not expertise is being calculated correctly. The SEP is extremely low compared to the previous sheet, and if this is the case a lot of the rankings are being thrown off in the lookup section, dps calculation, etc.
This is arms sheet btw i dont know about fury. To demonstrate, I have and Exp of 17, 2 pts in weapon mastery. my Exp SEP is .25xx, this is down about .60 or .70 percent from the previous sheet and I just cant see how such a drastic difference can be correct.
Further, I removed all gear I was wearing with Exp, so that I had 0 from gear, and removed the 2 pts from weapon mastery. My SEP at 0 Exp is .38xx
Does anyone else see a drastic drop in SEP value on their arms SEP calculation? Perhaps Landsoul could comment if he has a moment on his next post.
And speaking of Landsoul, I like everyone else am extremely grateful for the effort you put in on this terrific spreadsheet.
|
|
|
|
|
|