the repair vendors are in the xml file
please check your out.xml file to confirm thisCode:<Vendor Name="Gina Mudclaw" Entry="58706" Type="Repair" X="-259.539900" Y="592.546900" Z="167.547900"/> <!-- 08D27058-AFAD-8EDA-7E06-FF3FB1F4F961-2B38C2DF6A49B97F706EC9148CE48D86 z:4 f:0 -->
if yes, then it's a botbase error (post to developers, not here)
if not, well... this cant be
speaking of free bag space and durability definition, thats right there is a bug on the plugin side, i'll try to fix it this weekend
well if you want to use your own local profile you can try out Highvotz's HBreloger or Nate8282's multizone. I assume you are only doing pandoria farming. you can modified the Multizone profile so it won't hearth back to SW. put all the local file you want to use in the pandoria folder than it will randomly select a new profile between xmin and y max minus you defined.Definitely going to donate! Nice work to both of you.
However I have some questions. What if I want to use my own local profiles. Is it possible?
It pick up all the node along it's fly path, assuming they are not black listed and within range.How is the nph on average? I was also wandering, whether it is possible that the bot switches the profile every 10 minutes, your character flies the whole time from one side of Pandaria to the whole other side because one profile was written for Townlong steppes for example and the other one for Jade forest. I understand this plugin is meant to minimize the bots repetitiveness but there is nothing included so to move to the adjacent areas instead of hopping from one side of Pandaria to the other?
No, while computers are retarded (can only do what code tell it to do), you can write a very complex program for this simple task.creating by hand is and always will be better then using a computer.
I think chinees goldfarmers are going to use it because it's safe fast and cheap.
Yea that's right, but it's so hard to create a good profile how would you beable te let a programe do the same thing with the same goodnes?No, while computers are retarded (can only do what code tell it to do), you can write a very complex program for this simple task.
i am working on PB Support, it's kinda stressful tho and i dont have that much time right nowanyway to use this with profession buddy? to post stuff on AH then go back to to farming?
Well I have never written a profile for honor buddy, and I have no idea how gb2 profile work. It looks like the GB2 profiles only depend on 4 elements hotspot,blackspot,vendorspot,mailspot. On this form we have enough public profile to create a data base of those by extract and filter all the hotspot,blackspot,mailspot,vendorspot. once we have those we can write a complex random function generator (I'm talking about C, but I'm sure other program language works too and a lot simpler to write)that use RND,time,clock cycle for reading a at least 3 files (the clock cycle for reading each files is going to be in a range). use it to pick out a group random hotspot (also change the order of hotspots in the data base for more randomness in the future). I assume the GB2 work by going to the first hotspot than the next hotspot. so we can calculate the number of node (assume it's related to hotspots) in each path and move it next to each other, filter out hotspots if node is less than certain number. Now we just need to check the angle between the conceptive hotspot, using (x[current]-x[next])/(y[current]-y[next]) is in between sin(2/3*pi) and sin(5/3*pi) (I assume x,y is for the plan and z is for height). if it's not within this range some hotspots will be generated in between these 2 hotspot. In this calculation we have to include blackspots, but since I have no idea how it work, I'm not going to comment on it. And much much more steps needed, like I said a very complex program. (if you are going to do it I recommend you change x,y,z into double instead of a character array, it will save you a lot of time) Don't underestimate the computation power of your computer. Sorry for the lame grammar, and spelling.Yea that's right, but it's so hard to create a good profile how would you beable te let a programe do the same thing with the same goodnes?
Well I have never written a profile for honor buddy, and I have no idea how gb2 profile work. It looks like the GB2 profiles only depend on 4 elements hotspot,blackspot,vendorspot,mailspot. On this form we have enough public profile to create a data base of those by extract and filter all the hotspot,blackspot,mailspot,vendorspot. once we have those we can write a complex random function generator (I'm talking about C, but I'm sure other program language works too and a lot simpler to write)that use RND,time,clock cycle for reading a at least 3 files (the clock cycle for reading each files is going to be in a range). use it to pick out a group random hotspot (also change the order of hotspots in the data base for more randomness in the future). I assume the GB2 work by going to the first hotspot than the next hotspot. so we can calculate the number of node (assume it's related to hotspots) in each path and move it next to each other, filter out hotspots if node is less than certain number. Now we just need to check the angle between the conceptive hotspot, using (x[current]-x[next])/(y[current]-y[next]) is in between sin(2/3*pi) and sin(5/3*pi) (I assume x,y is for the plan and z is for height). if it's not within this range some hotspots will be generated in between these 2 hotspot. In this calculation we have to include blackspots, but since I have no idea how it work, I'm not going to comment on it. And much much more steps needed, like I said a very complex program. (if you are going to do it I recommend you change x,y,z into double instead of a character array, it will save you a lot of time) Don't underestimate the computation power of your computer. Sorry for the lame grammar, and spelling.
use arelog or hbrelogger and just set it up to switch profiles every 10min then log out when ever.Definitely going to donate! Nice work to both of you.
However I have some questions. What if I want to use my own local profiles. Is it possible?