• Visit Rebornbuddy
  • UseObject

    Discussion in 'Community Developer Forum' started by Bender69, Jan 2, 2016.

    1. Bender69

      Bender69 Community Developer

      Joined:
      Dec 31, 2015
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      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>
       
    2. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      If useobject doesn't work, use interact in a while.
      See my profiles for an example
       
    3. Bender69

      Bender69 Community Developer

      Joined:
      Dec 31, 2015
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    4. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      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.
       
    5. Bishop56

      Bishop56 Member

      Joined:
      Nov 1, 2013
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6

      Hey, trying to do this exact same thing.

      Which profile exactly? You have a... couple :p
       
    6. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      Try taris, it has many of that stuff
       

    Share This Page