VaultNetwork.netVault Network Boards
Author Topic: acdc alternative & Alinco3 update [Locked]
PicaroLC  1 star
Posts: 225
Registered:
Bugger! it's not working for me. still picking up Blue 1's. I set it to 3 on loot max.
BgDarktide
Posts: 20
Registered: 2009-12-9 19:24:28
any instructions to go with this multiclient program? when i try to login 2nd acct it says access is denied.

 

-----signature-----
UD Kneegrows
mav_sc  1 star
Posts: 131
Registered:
Just an update on this new alinco w/aetheria.

It does work well but has a similar issue with aetheria that vtank had with missile weapons. This may be an issue with vtank though..

However, I wrote some code a while back using the icons of the aetheria to identify them. This is more reliable and faster than using the description.

This might help:


Quote:

private enum eAetheria_Color
{
unknown,

Blue,
Yellow,
Red,
}

private enum eAetheria_Type
{
unknown,

Growth,
Defense,
Destruction,
Fury,
Vigor,
}

private void Aetheria_ProcessAetheria(WorldObject obj)
{
int Icon = obj.Values(LongValueKey.Icon);
int IconOverlay = obj.Values(LongValueKey.IconOverlay);

bool Identified = true;
if (Icon == 0x6C0A || Icon == 0x6C0C || Icon == 0x6C0B) Identified = false;

eAetheria_Color color = eAetheria_Color.unknown;
if (Icon == 0x6BF2 || Icon == 0x6BFE || Icon == 0x6BFF || Icon == 0x6C00 || Icon == 0x6C01 || Icon == 0x6C0A) color = eAetheria_Color.Blue;
if (Icon == 0x6BF3 || Icon == 0x6BFD || Icon == 0x6C06 || Icon == 0x6C07 || Icon == 0x6C08 || Icon == 0x6C0C) color = eAetheria_Color.Yellow;
if (Icon == 0x6BF4 || Icon == 0x6C02 || Icon == 0x6C03 || Icon == 0x6C04 || Icon == 0x6C05 || Icon == 0x6C0B) color = eAetheria_Color.Red;

eAetheria_Type type = eAetheria_Type.unknown;
if (Icon == 0x6C00 || Icon == 0x6C08 || Icon == 0x6BF4) type = eAetheria_Type.Growth;
if (Icon == 0x6C01 || Icon == 0x6BFD || Icon == 0x6C05) type = eAetheria_Type.Vigor;
if (Icon == 0x6BF2 || Icon == 0x6C06 || Icon == 0x6C02) type = eAetheria_Type.Defense;
if (Icon == 0x6BFE || Icon == 0x6C07 || Icon == 0x6C03) type = eAetheria_Type.Destruction;
if (Icon == 0x6BFF || Icon == 0x6BF3 || Icon == 0x6C04) type = eAetheria_Type.Fury;

int level = 0;
if (IconOverlay == 27700) level = 1;
if (IconOverlay == 27701) level = 2;
if (IconOverlay == 27702) level = 3;
if (IconOverlay == 27703) level = 4;
if (IconOverlay == 27704) level = 5;
if (IconOverlay == 27705) level = 6;
if (IconOverlay == 27706) level = 7;
if (IconOverlay == 27707) level = 8;
if (IconOverlay == 27708) level = 9;
}
WebScouse
Posts: 7
Registered:
I have changed from ACDC to ACmulticlient. I have 4 accounts but can only use 3 at a time. How can I increase this to 4 at a time ?
WebScouse
Posts: 7
Registered:
OK - I found it !
RubissTD
Posts: 22
Registered: 2010-6-15 06:52:53
Los...you're on my Christmas list, buddy. Haven't been able to multi-client or even run Decal without booting into XP for months. Stopped playing.

Runs great so far! Three clients up, decal running, stable. Thanks!!

-rub

(p.s. Wouldn't mind a setup option of being able to store passwords. My roommates can scatter my stuff around /mp if they want )

 

-----signature-----
The Fury
Rubiss/Ten-Toes/Three-Toes/Dash Cunning
shojimbo  1 star
Posts: 205
Registered: 2002-5-6 13:03:04
Is the -newest- Alinco3 fully functional and stable? I had it installed, but had problems with various things working intermittently and having to re-log or restart AC. If so, can you link me to the proper download? The site is confusing my feeble mind

Thanks for the plugin!

 

-----signature-----
Arggash - level 275 Tank/3 School/Bow
ShoJimbo - retired axer Apr 2002
ViaJimbo - level 230 2H Meat Shield
Babu Bhatt - level 208 War Mage
Keith Stone - level 117 Axer
OgII
Title: Hall Monitor
Posts: 40
Registered: 2002-7-24 18:49:43
Anyone know how to setup alinco3 to detect good neither wands?
GoldyGoldtheGoldfish  1 star
Posts: 68
Registered: 2000-9-3 23:57:30
Going to have to try this ACMC

 

-----signature-----
The system was unable to retrieve Membership Plans for the Product Key you entered. [err: 40001]
A pizza with depth a and radius z has a volume of pi z z a. - Stolen from /.
| WoW - Sargeras [Karma Horde - Reddit guild] |
Zarry
Posts: 49
Registered:
am having lot of trouble with win7 an acdc

is there any place to find instruction on this acmc ? other than here it is download it

some set up instructions would be really helpful

VaultNetwork.net is an independently operated community forum and is not affiliated with, endorsed by, or technically based on IGN, GameSpy, FilePlanet, GameStats, or the former IGN/GameSpy Vault Network.
References to VaultNetwork.net mean this site/domain. VNBoards-style presentation is a visual homage only. By using this site, you agree to the forum rules.