[GetActorSNO] Rogars riesiger Stein : 298090 // Rogar's Huge Stone
[GetActorSNO] Xephirisches Amulett : 197814 // Xephirian Amulet
[GetActorSNO] Kamee von Gräfin Julia : 298050 // Countess Julia's Cameo
[GetActorSNO] Stein von Jordan : 212582 // Stone of Jordan
Here are my Items...![]()
borderjs, u have any idea how we can play manually with this plugin auto switching necks for us?
Ok so we got:
Countess Julia's Cameo: 298050
Xephirian Amulet: 197814
Stone of Jordan: 212582
Nemesis Bracers: 298121
Unity: 212581
Sun Keeper: 188173
Trag'Oul Coils: 298119
Rogar's Huge Stone: 298090
Still need:
Talisman of Aranoch
The Star of Azkaranth
Mara's Kaleidoscope
Ice Climbers
Halycon's Ascent
If anyone has them please help out!
Thanks!
I will have to test some with the Nemesis bracers. I know I can detect the Shrine but if I recall the shrine doesn't change states when it is used so there isn't a way to detect that we no longer need them. Maybe if a Shrine is within x distance equip bracers. Otherwise un-equip. I will play with it as my next update.
try
{
int gizmoState = c_CommonData.GetAttribute<int>(ActorAttributeType.GizmoState);
if (gizmoState == 1)
{
AddToCache = false;
c_IgnoreSubStep = "GizmoState=1";
return AddToCache;
}
}
catch
{
AddToCache = false;
c_IgnoreSubStep = "GizmoStateException";
return AddToCache;
}
Note - Remember to set your protected inventory slots in the bot config so your items are not stashed on town runs!
can someone tell me how i can do this that my bot dont stash the items in the bank plz thx btw great plugin![]()
i have unity+soj
bot swap them between each other, while both are equipped![]()
Awesome plugin.
FYI - Nemesis bracer swap works on shrines, but not Pilons in rifts.
Is ActorSNO actually working for identifying legendary items?
foreach (ACDItem i in ZetaDia.Me.Inventory.Equipped)
{
if (i.ActorSNO == id)
{
return i.DynamicId;
}
}
foreach (ACDItem i in ZetaDia.Me.Inventory.Backpack)
{
if (i.ActorSNO == id)
{
return i.DynamicId;
}
}
return -999;
i have Mara's
how i can get ActorSNO?
you sure? lootrulers in trintiy tab has a checkbox - Use Id's instead of names
and it works flawlessy with non-eng clients
I don't know if this has been posted or not but I have an soj and two rare rings that I use. What happens is if i start the game wearing both rare "yellow" rings the first elite it runs in to it switches to the soj on the left hand as it should but then once the battle is over it just switches the soj to the right hand instead of re-equiping the rare ring it switched with originally then every elite from then on out it is just switching right and left hand rings. Hope that makes sense... Loving this plugin man awesome job!