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

Using Kick's Profile - How to edit to stop selling greens

wowbot2

New Member
Joined
Jun 27, 2013
Messages
26
Reaction score
2
Hi I am using Kick's profile from Buddy Store and also a enchanter, how do i edit the profile to stop selling greens and whites?

Thanks
 
You'll need to be using the SVN version of Kick's Profiles, as you can't modify profiles streamed from the Buddy Store.
You need to change the <SellGreen>, <SellBlue>, etc. tags.

I wrote a Powershell script to do this.
Inside the script you will need to change the $KicksDirectory variable to the directory where you have the SVN checked out.
You may also want to review the true\false settings I use in the For loop at the bottom.
Note, my script also contains mail settings.

These forums don't allow uploading of ps1 files so you will need to change the extension of this file to ps1 yourself.

View attachment Change Mail and Vendor settings.txt
 
You'll need to be using the SVN version of Kick's Profiles, as you can't modify profiles streamed from the Buddy Store.
You need to change the <SellGreen>, <SellBlue>, etc. tags.

I wrote a Powershell script to do this.
Inside the script you will need to change the $KicksDirectory variable to the directory where you have the SVN checked out.
You may also want to review the true\false settings I use in the For loop at the bottom.
Note, my script also contains mail settings.

These forums don't allow uploading of ps1 files so you will need to change the extension of this file to ps1 yourself.

View attachment 168481

Thanks for the quick reply I will look into getting the SVN version
 
Back
Top