What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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
 
Last edited:
Because medpack is a script that resides somewhere in the pure code.
If You search it and copy it over You have it
 
Because medpack is a script that resides somewhere in the pure code.
If You search it and copy it over You have it

i am sorry to disappoint you - i can't find such script...in my opinion "InventoryManager" should do the work?
....could be that i am to dumb also
 
Look on top of that cs file and See it includes something from buddywing.
Copy that over to the routine cs and see if it fires.
 
Look on top of that cs file and See it includes something from buddywing.
Copy that over to the routine cs and see if it fires.

i see what you mean**, already did that - didnt worked

**edit:
copyed :
using Buddy.BehaviorTree;
using Buddy.Swtor;
using Buddy.Swtor.Objects;
 
i see what you mean**, already did that - didnt worked

**edit:
copyed :
using Buddy.BehaviorTree;
using Buddy.Swtor;
using Buddy.Swtor.Objects;


perhaps you could help me with that? i am such a noob i am sorry :P
 
i found this "old plugin" from neo93 - copied it in the plugin folder and renamed the medpack stims etc. but it's not goin to work...perhaps u can have a look over it ?

thanks :-)

View attachment RelicManager.cs

best regards
legit
 
Back
Top