This would probably be one of the most used addons if it can be ported to DF.
Here is the link:
http://www.wowroster.net/Forums/viewtop ... html#19943
Thanks!
RottGutt
robojerk wrote:The current version works in WoWRosterDF. It does however slow down the sql server to a crawl while it is updating and I get emails about how the sql server cant be found if anyone is surfing the forums while the script is doing it's thing. After a minute, once the ArmorySync script is done, everything works like it should again.
From the article wrote:Here's what ArmorySynch can do:
Update your guild member list with WoW Armory (buggy, see below)
Update your character profiles with WoW Armory
-Currently synchs attributes, equipment, resistances, skills, and reputation
Here's what ArmorySynch does NOT do (and may never do, depending on Armory):
Pet Data
Talents
PVP (Except for Lifetime HK's)
Spellbook
Bags
Bank
Mailbox
Recipes
That is indeed what it does. It's meant for those member hat are too lazy to update.scapegoat wrote:Does this pull for Every guild character, instead of having each member update their own? If thats the case, than I can see it being useful;
<?php
$addon_conf['ArmorySync']['Host'] = "armory.worldofwarcraft.com"; //European players use: armory.wow-europe.com
$addon_conf['ArmorySync']['MinLevel'] = 10; //The minimum level to be updated
$addon_conf['ArmorySync']['SynchCutoffTime'] = 24; //Time, in hours. All players who have not updated in the last (24) hours will be updated.
$addon_conf['ArmorySync']['UseCurl'] = true; //Set this to false if you want to use the original FileSocket function.
RottGutt wrote:Anaxent,
Is this AddOn something that you may look at to port correctly to WoWRosterDF? It seems to work for some DF users, but not others.
RottGutt
Anaxent wrote:RottGutt wrote:Anaxent,
Is this AddOn something that you may look at to port correctly to WoWRosterDF? It seems to work for some DF users, but not others.
RottGutt
I just uploaded it top my site today and will see what I can do.
require_once($addonDir.'functions.synch.php');
require_once($addonDir.'config.php');
Users browsing this forum: No registered users and 0 guests