• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • how do I add code to the profile???

    Discussion in 'Archives' started by Trollin, Jun 2, 2011.

    1. Trollin

      Trollin Guest

      I see several posts about additions to the profile used to heal the soul, to vendor the full bags, etc.

      Please excuse my ignorance, but how can I add that code to the profiles??

      Thank you
       
    2. hyshakt

      hyshakt New Member

      Joined:
      May 30, 2011
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      This is to add vendoring to your profile:

      Code:
      <AddJob>
        <Vendor SellWhites="True" SellGreens="True" SellBlues="True" SellPurples="False">
          <Vendors>
            <!--Lantern Hook-->
            <Hotspot X="7594.341" Y="915.2083" Z="6330.176" />
            <!--Fortune's Shore-->
            <Hotspot X="6624.151" Y="880.2174" Z="7034.096" />
            <!--Wyrmbane Spire-->
            <Hotspot X="6089.772" Y="979.0938" Z="7299.528" />
          </Vendors>
        </Vendor>
      </AddJob>
      This is for the soul healing:

      Code:
      <AddJob>
            <MendSoul>
              <Healers>
                <!--Far Mine Loop-->
                <Hotspot X="6016.573" Y="875.5634" Z="4383.16" />
                <!--Quarrystone Basin-->
                <Hotspot X="5689.19" Y="962.1104" Z="4750.899" />
              </Healers>
            </MendSoul>
          </AddJob>
      Both of those blocks of code go right after the <LoadMesh Name="xxxxxxx" /> and of course change the Hotspots accordingly.
       
    3. venture08

      venture08 New Member

      Joined:
      May 30, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      whats the z axis on the map loc? Don't see that in game.
       
    4. dare

      dare Guest

      use the bot, hit the my location button.
       
    5. twj2003

      twj2003 New Member

      Joined:
      Jul 7, 2011
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      <!--Lantern Hook-->
      <!--Fortune's Shore-->
      <!--Wyrmbane Spire-->
      what s mean ?vendering location name or farming location name ?
       
    6. Trollin

      Trollin Guest

      Thank you, so should I re-write the location name and adress, or just add another line with the new name and location?
       
    7. papatoast

      papatoast Guest

      Is there a vendoring whitelist/blacklist function I can add items I don't want to sell to?
       
    8. tsincaat

      tsincaat Member

      Joined:
      Jan 15, 2010
      Messages:
      163
      Likes Received:
      0
      Trophy Points:
      16
      Only the filtering by color/rarity currently.

      It's just a comment in the code, It doesn't do anything. These are written notes of which town/zone the vendor is in.
       
    9. twj2003

      twj2003 New Member

      Joined:
      Jul 7, 2011
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      ok ,tyvm,i know it ....but i want to know where those code can Paste!
       
    10. hyshakt

      hyshakt New Member

      Joined:
      May 30, 2011
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      you paste them inside the profle.xml file you plan on loading up
       
    11. papatoast

      papatoast Guest

      Thanks for the clarification, tsincaat.
       

    Share This Page