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!

Bender69

Community Developer
Joined
Dec 31, 2015
Messages
59
So just wondering, how is this supposed to work? I tried simple Killik Burrow in Aldaraan, yet no matter what I type, it won't click it? It moves to objective just fine, just can't get the clicking working.

<If Condition="((HasQuest(0xE0001F94FE5DA794)) and (not IsQuestComplete(0xE0001F94FE5DA794)))">
<If Condition="((not IsTaskComplete(0xE0001F94FE5DA794, 2, 1)))">
<MoveTo QuestId="0xE0001F94FE5DA794" X="210.6404" Y="21.93653" Z="232.189" />
<UseObject QuestId="0xE0001F94FE5DA794" Name="Killik Burrow" BranchId="1" StepId="2" TaskId="1" WaitTime="4" UseRange="4" IgnoreLOS="True" X="210.6025" Y="22.028" Z="231.7169" />
</If>
</If>
 
If useobject doesn't work, use interact in a while.
See my profiles for an example
 
If useobject doesn't work, use interact in a while.
See my profiles for an example
Yeah I was using yours and kicks profiles as reference, when you mouse over the object it gives you the finger to use it, I just wondering what function to call, since I couldn't get it to work with UseObject.
 
If useobject doesnt work, the i use interact.
Problem is then the hovername is different from the actual coding name.
This goes from spelling error to other names.
 
Back
Top