i got this nodachi
Honor's Frenzied Nodachi - Archeage Database 1.2
and what i wana do is:
-equip nodachi
-active the nodachi skill
-equip my sword
-equip my shield
i`m trying this code:
if (itemCooldown("Honor's Frenzied Nodachi") == 0)
{
Equip("Honor's Frenzied Nodachi");
Thread.Sleep(50);
UseItem("Honor's Frenzied Nodachi");
Thread.Sleep(50);
Equip("Demon's Crook");
Thread.Sleep(50);
Equip("Faded Shield of Fortitude");
Thread.Sleep(50);
}
and this code only equip nodachi...
any help?
Honor's Frenzied Nodachi - Archeage Database 1.2
and what i wana do is:
-equip nodachi
-active the nodachi skill
-equip my sword
-equip my shield
i`m trying this code:
if (itemCooldown("Honor's Frenzied Nodachi") == 0)
{
Equip("Honor's Frenzied Nodachi");
Thread.Sleep(50);
UseItem("Honor's Frenzied Nodachi");
Thread.Sleep(50);
Equip("Demon's Crook");
Thread.Sleep(50);
Equip("Faded Shield of Fortitude");
Thread.Sleep(50);
}
and this code only equip nodachi...
any help?