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

how do I add code to the profile???

  • Thread starter Thread starter Trollin
  • Start date Start date
T

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
 
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.
 
<!--Lantern Hook-->
<!--Fortune's Shore-->
<!--Wyrmbane Spire-->
what s mean ?vendering location name or farming location name ?
 
Thank you, so should I re-write the location name and adress, or just add another line with the new name and location?
 
Is there a vendoring whitelist/blacklist function I can add items I don't want to sell to?
 
Is there a vendoring whitelist/blacklist function I can add items I don't want to sell to?
Only the filtering by color/rarity currently.

<!--Lantern Hook-->
<!--Fortune's Shore-->
<!--Wyrmbane Spire-->
what s mean ?vendering location name or farming location name ?

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.
 
ok ,tyvm,i know it ....but i want to know where those code can Paste!
 
you paste them inside the profle.xml file you plan on loading up
 
Back
Top