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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PB][A]Tailoring 1-600

webstar

New Member
Joined
Jun 15, 2013
Messages
34
[PB][A]Tailoring 1-500

Hey Everybody

I searched through the internet and I really couldnt finde a nice tailoring profile for ProfBuddy. So I decided to do it on my own.
There were several difficulties but I think it's time to make a pre-release of the profile now, just to see what others think about it.

Special thanks to clienau77

Note: you must be in Stormwind while using this profile!

-->This profile is for alliance only<--
Only provide the root mats, such as linencloth

What it does
  • At this time it does only tailor to a max Skill of ~500. Then it stops and does nothing
  • It buys the needed materials in the auction house and from vendors
  • It sells any crafted items to the auction house (low items to a vendor)
  • The code is commented (in german), so feel free to do any changes you like!

Future Support
  • Support Farm mode (a second profile which farms mats instead of buying them in the auction house)
  • Bug fixing (See known bugs)
  • Sell remaining materials

Testing
  • I observed the bot through the whole process

Known Bugs
  1. At the teacher, sometimes it runs outside and back in
  2. If it buys more than the mailbox can hold at the same time, the bot waits ~30secs till new messages are in there
  3. If you're in the auction house before you start the bot and the bot need some stuff from there, it runs outside and back in
  4. If the bot crashes or stops while tailoring, it will buy the material again
  5. In some cases the bot buys more materials than needed
  6. The amount of stuff it buys in the auction house is too low, so it walks many times into the auction house. I chose this to reduce the "lost" items if any application crashes.
  7. If you're the seller of an auction the bot wants to buy, it gets stuck
  8. In some conditions it's possible that the bot runs instead of flying to the teacher

My questions
  • Where's the best place for crafting items?

I'm pleased to receive your feedback.
 

Attachments

Last edited:
Bug on line179:

<While Condition="InbagCount (2589) &gt;= 3" IgnoreCanRun="True">

must be

<While Condition="InbagCount (2592) &gt;= 3" IgnoreCanRun="True">

Bot checks "Leinenstoff" must be check for "Wollstoff"

Best Regards
 
Bug on Line 219:

<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_24_Hours" AmountType="Everything" ItemID="2582" MinBuyout="5g10s0c" MaxBuyout="10g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="95" UndercutPrecent="0.1" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />

must be

<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_24_Hours" AmountType="Everything" ItemID="2580" MinBuyout="5g10s0c" MaxBuyout="10g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="95" UndercutPrecent="0.1" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />


Change ItemID From 2582 to 2580

Best Regards
 
Another Hint.

I would not check for all Materials in skill 125. The bot will bought all silk.
I would only bought the 80 silk for 20 skill points.
It should be that not enough in the AH and the bot hang.
The next time the bot start at a higher skill.
Every other routine behind skill 125 checks for the Mats, too.

Best Regards
 
Bug in Line 247:

There is Missing the BuyItemAction:

<While Condition="InbagCount (2604) &lt; 10" IgnoreCanRun="True" />

change to

<!--Solange nicht gen?gen Roter Farbstoff-->
<While Condition="InbagCount (2604) &lt; 10" IgnoreCanRun="True">
<BuyItemAction NpcEntry="1347" Location="-8942.841, 799.5444, 90.94199" ItemID="2604" BuyItemType="SpecificItem" Count="1" BuyAdditively="True" />
</While>

The best is that i send you the xml after finished. I correct all.

Best Regards
 
Hey clienau77
Thanks for your replies and your correction! i didn't expect that much reaction! :)
Please make sure you used the newest version ([PB][A]Tailoring 1-525_v0.94).

Ok i'll wait one day after that, ill go trough the code too and implent your improvements!
 
Last edited:
Hey clienau77

Thanks for bug fixing my profile. I've uploade your profile to the first post.

Since i've done this profile, i've worked at a farming profile for clothes combined with tailoring.
The most work is done. But there are some tricky bugs to handle. I'll create a new post for the new profile.
 
Hi,
i am new to the forum, and fairly new to Honorbuddy. i have been running professionbuddy successfully, but when i tried to use this profile i came across an error (attached) i can see others are successfully using it, so i was just hoping someone could tell me what the issue is, as i really look forward to this profile.

PB 1.592: Loading Profile :C:\Users\taylor\Desktop\WOWHACKS\HONORBUDDY\Bots\Professionbuddy\Profiles, previous profile was C:\Users\taylor\Desktop\WOWHACKS\HONORBUDDY\Bots\Professionbuddy\Profiles\[PB][A]Tailoring 1-525_v0.94_clienau77-Edit.xml
Changed tilemap to Azeroth, Tiled: True
Changing current profile to Empty Profile
PB 1.592: Loading Profile :C:\Users\taylor\Desktop\WOWHACKS\HONORBUDDY\Bots\Professionbuddy\Profiles\HBProfiles\Blank profile.xml, previous profile was C:\Users\taylor\Desktop\WOWHACKS\HONORBUDDY\Bots\Professionbuddy\Profiles\[PB][A]Tailoring 1-525_v0.94_clienau77-Edit.xml
Err: Unable to find profile: HBProfiles\Blank profile.xml[/U][/U]

RESOLVED : My HB updated this morning and now it is running :) i will be starting 250-525.. hope it all works now.
 
Last edited:
Hey TeeGee

I saw your post and tried to reproduce your error. There it was. So i fix this bug. Now the profile will work very fine.
At the beginning and ending of the profile it will leave you a message in the HBLog.

Now im working on a profile that will farm all mats used. The profile is done, but i tested only tested from skill ~450 to 600. Dont aks me what the profile before does :confused: :rolleyes:
 
Last edited:
Cheers Webstar,
i am very much looking forward to this profile being increased to 600 :) it is alittle buggy, but nothing that stops it from doing what it says it does :)
the only annoying things is when the AH doesnt have the desired mats haha

There is an issue when buying from AH, sometimes it just keeps searching ? not sure if it is due to the price being to high ? but it happened constantly for frostweave cloth, so i had to go farm it, and it has just started happening for eternal shadows ?
 
Last edited:
Hey TeeGee

I'm glad to hear that you feel comftable with my profile :)

Regarding to the Frostweave Cloth:
Cheers Webstar,
it is alittle buggy, but nothing that stops it from doing what it says it does :)
the only annoying things is when the AH doesnt have the desired mats haha

What bugs did you find? Did you have to step in the profile?

There is an issue when buying from AH, sometimes it just keeps searching ? not sure if it is due to the price being to high ? but it happened constantly for frostweave cloth, so i had to go farm it, and it has just started happening for eternal shadows ?

I'm quite sure this happens because MaxBuyout was setted to "10g0s0c". I've done this to ensure it won't cost too much.
I've updated the profile (v1.1) now with MaxBuyout "100g0s0c".
 
The main bug that i dont understand is the mailbox, it convinces itself more mail is coming sometimes for a good 30mins before it is like mehhh ill just craft now :P but besides that, ill have to finish the profile off when i get a bit more gold :)
but honestly, probably my favourite profile. you should deffinately consider an engineering profile ! haha
 
This bug is based on the routine GetMail. I didn't wrote this but i think there would be a better way to handle that. But just restart the bot and it will go on!
Yeah probably i should do that, but it's very expensive. I'm more interested in AFK-Farm/Craft profiles. :D
As i said i almost have done this for tailoring, but i still need some time for bug fixing.
 
Last edited:
yes I see the same problem at the mailbox - it just keeps trying to get mail that is not there. just started the profile and will let you know what I find, but I am looking forward to getting to 500-600 :)

thank you again!
 
Ok i tried using this profile and it was working fine. It got to about 105, went to the vendor, purchased stuff then flew to the AH and just stopped din from of it. Now it just stand there. I have tried restarting, manually crafting, deleting mats ect. If will go back and rebuy my deleted mats regardless of from AH or vendor, if will fly back the the AH, stand in front of it and continue to just do that.
 
doesnt farm embersilk. It doesnt drop there at that place, in deepholm, like at all.
 
First I want to thank you for sharing. This is quite a profile you have made. +rep!
Do you happen to have a version without the buying and selling. Some of my toons already have the mats, and I just need the tailoring routines without AH nor mail. Thanks again.
 
Trying this out. It's working fairly well so far. An instance grinding/tailoring combo profile would be AMAZING.
 
Back
Top