- Re: XML/SOAP/WebServices Export
Posted by Akishari » Sat Jun 20, 2009 4:07 am
- Addons in-game cannot access the internet in any way. So to answer your question. No, it can't. The alternative would be to have the addon do the same calculations on a player's g...
- Re: XML/SOAP/WebServices Export
Posted by Akishari » Thu Jun 11, 2009 2:33 am
- Addons in-game cannot access the internet in any way. So to answer your question. No, it can't. The alternative would be to have the addon do the same calculations on a player's ge...
- Re: XML/SOAP/WebServices Export
Posted by Akishari » Wed Jun 10, 2009 2:54 am
- I have something very similar in php setup for my guild. Unfortunately something happened and all my database tables were nuked. I also listed progression for each player. What I d...
- Re: XML/SOAP/WebServices Export
Posted by Akishari » Sat Jun 06, 2009 2:02 am
- Sounds good!
You can have some of mine, it was 121 yesterday, hows 30 degrees sound?
- XML/SOAP/WebServices Export
Posted by Akishari » Fri Jun 05, 2009 6:38 am
- Some kind of method to request/pull data from wowheroes to be used on third-party (guild) sites. be.imba allows this through SOAP, but XML (tailored with the url string), or WebSer...
- Re: Unexplained DPS Drop
Posted by Akishari » Thu May 21, 2009 9:21 am
- 90% of the mobs that you will face do not heal. None in raids/heroics that I'm aware of. It's a good pvp attack, for sure, but a huge mana drain for survival
- Re: Unexplained DPS Drop
Posted by Akishari » Tue May 19, 2009 9:00 am
- Why concussive shot? That, to me, is a wasted cool down. Try this rotation: Black Arrow Explosive Shot Serpent Sting Steady Shot x2 Explosive Shot Steady Shot x3 Explosive Shot Ste...
- Re: Unexplained DPS Drop
Posted by Akishari » Tue May 12, 2009 8:00 am
- Well. My damage as a SV hunter post 3.1 has been better. HOWEVER I can't make any suggestions without knowing your current spec, and shot rotation. Do you use macros? They broke in...
|
-
Addons in-game cannot access the internet in any way.
So to answer your question. No, it can't.
The alternative would be to have the addon do the same calculations on a player's gear that the website currently does, since all the info is available in-game.
-
I have something very similar in php setup for my guild. Unfortunately something happened and all my database tables were nuked. I also listed progression for each player.
What I did was pull the XML for each character on the guild roster off of the Armory, then cache the important stuff in a local database. Then query (i used IMBA for this) and get the gearscore for each player, again, storing in the local database.
Then I used the local data to display a table listing every player that was level 80, with their race, class, guild rank, and imba gearscore. The imba gearscore was setup so the user could mouse-over it and a graph would pop up with the last 8 weeks of history, and the progression below.
-
Sounds good!
You can have some of mine, it was 121 yesterday, hows 30 degrees sound?
-
Some kind of method to request/pull data from wowheroes to be used on third-party (guild) sites.
be.imba allows this through SOAP, but XML (tailored with the url string), or WebServices (.NET version of SOAP), would work also.
What data should be available? As much as possible. Pull the data from your cache so it doesn't put too much load on the armory, since it's oh-so-picky about that.
Specifically, I'm interested in:
A flag to determine if the character is in pvp gear Raw Score Enchant Score A list of Item ID's the player has equipped A list of what gems and enchants belong to those equipped items.
I'm sure there's more, i just can't think of it right now... it's too hot in here/outside!
-
90% of the mobs that you will face do not heal. None in raids/heroics that I'm aware of. It's a good pvp attack, for sure, but a huge mana drain for survival
-
Why concussive shot? That, to me, is a wasted cool down.
Try this rotation:
Black Arrow Explosive Shot Serpent Sting Steady Shot x2 Explosive Shot Steady Shot x3 Explosive Shot Steady Shot x2 Serpent Sting etc.
When L&L procs: Explosive Steady Explosive Steady Explosive.
Reason for putting steady in there is to ensure that you don't clip the last tick in explosive.
Then just keep Serpent sting up, refresh it in place of a steady shot, and the same with black arrow. When Explosive shot is off cool down, fire that, it's the highest priority shot in the rotation.
When available, use Kill Shot in place of a steady shot.
I Choose not to spec into or use Aimed Shot. I find that my dps increase is very little for the additional complexity and mana cost.
-
Well.
My damage as a SV hunter post 3.1 has been better.
HOWEVER
I can't make any suggestions without knowing your current spec, and shot rotation.
Do you use macros? They broke in 3.1. I've gotten higher dps without them, anyway (1300ms ping on average)
|