legit
Member
- Joined
- Apr 28, 2013
- Messages
- 89
Hello Guys,
i found the UseItem syntax in the API.Documentation - i want to add medpacks/adrenals/stims usage to my rotation.
Syntax:
public static bool UseItem(
TorItem item
)
so as far as my understanding is - in my rotation i would write
UseItem ( TorItem ) -> has anyone got a clue how i can figure out the right spelling for the items (TorItem) ?
best regards
legit
**EDIT
in the old PureSWTOR Routines they used Medpack like this
MedPack.UseItem(ret => Me.HealthPercent <= 20) <- but this is not working anymore
i found the UseItem syntax in the API.Documentation - i want to add medpacks/adrenals/stims usage to my rotation.
Syntax:
public static bool UseItem(
TorItem item
)
so as far as my understanding is - in my rotation i would write
UseItem ( TorItem ) -> has anyone got a clue how i can figure out the right spelling for the items (TorItem) ?
best regards
legit
**EDIT
in the old PureSWTOR Routines they used Medpack like this
MedPack.UseItem(ret => Me.HealthPercent <= 20) <- but this is not working anymore
Last edited: