• Visit Rebornbuddy
  • I cant swim !!

    Discussion in 'Community Developer Forum' started by Thecamel, Nov 19, 2014.

    1. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      I might have hit a little hurdle of my profile

      Please see picture ..

      I need to get where the red arrow is..

      Bot cant path with the mesh because well you need to take a boat.

      Water.jpg
       
    2. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Can i just TP to Aleport ?
       
    3. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      maybe this?
      ff14bot.NeoProfiles.Tags.UseTransport
      set DialogOption ?

      i know nothing about profiles
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Yep, use the usetransport tag.
       
    5. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48

      Thanks, Im pretty new this this can i get a example or a profile that uses this ?

      In my honorbuddy days the usetransport was a customized quest behavior .cs that had to be written for each point.
       
    6. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Here is a real basic profile im using for testing prehaps show me here.

      Code:
      <Profile>
        <Name>kobold_pickmanm</Name>
        <KillRadius>50</KillRadius>
        <GrindAreas>
          <GrindArea name="TWINADDER_1_0_6_0">
            <Hotspots>
              <HotSpot Radius="80" XYZ="-396.4174, 36.49767, 28.37953" name = "TWINADDER_1_0_6_0" />
            </Hotspots>
            <TargetMobs>
              <TargetMob Id="370" />
            </TargetMobs>
            <MinLevel>1</MinLevel>
            <MaxLevel>50</MaxLevel>
          </GrindArea>
        </GrindAreas>
        <Order>
          <If Condition="Core.Player.ClassLevel &lt; 51">
            <If Condition="not IsOnMap(139)">
              <TeleportTo Name="Camp Bronze Lake" AetheryteId="15" />
            </If>
          <Grind grindRef="TWINADDER_1_0_6_0" while="Core.Player.ClassLevel &lt; 51" />
          </If> 
        </Order>
      </Profile>
       
    7. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
    8. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Last edited: Nov 19, 2014
    9. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      edit
       
      Last edited: Nov 19, 2014
    10. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      edit
       
      Last edited: Nov 19, 2014
    11. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Edit all that..

      i just had to zone out and backin working now :)
       

    Share This Page