Jump to content

ScripterQQ

Members
  • Posts

    484
  • Joined

  • Last visited

Posts posted by ScripterQQ

  1. As I said this issue it's kinda weird, it's kinda impossibile no one else noticed a major bug like this. That's why I'm thinking it's something wrong on your robot or fight class or idk what else, and I'm hoping that someone sees this topic and can help you (or maybe you find a solution by looking at similar profiles' comments and so on). No idea about the refund sorry, try to send a PM to Droidz and wait his response.

  2. I don't know if this can help but I had a problem with Vampiric Touch, it was casting it twice (overlapping) because there was a split second between the end cast, and the VT debuff on the target, that the condition "Vampiric Touch: False" was triggered, imagine like a travel time, like a death coil, so between end cast and the actual debuff it was reading "no vampiric touch" thus it was casting it twice. The solution I found was adding on "Delay", a simple 1500, problem fixed. Now I don't know if this concept can be applied to the Savage Roar aswell, it sounds weird but you can try it if you want.

    Or another thing, even better, instead of wrobot "Buff: Savage Roar: True", use "LUA script" in condition. and see if you get the same problem. (I assume you know lua, but in the remote case you don't, I write you the code here)

    Lua Script

    sr = "no"
    if UnitBuff("player","Savage Roar")
    then
    sr = "yes"
    end

    Return Value Research: yes

    Return Value Var: sr

  3. Hello, I wanted to add some thumbnail on the files I uploaded (for example: fight class for 3.3.5), I can't find anywhere where to upload a preview image, how can I do it?

    P.S. I noticed no 3.3.5 fight class has a thumbnail, but other files, like plugins, or retail fight classes (IIRC), do have, so maybe it's something related to wotlk expansion?

     

    Thanks

  4. I'm pretty sure it's not the addons, at least for me. In fact, I use a separate computer with trash accounts with no addons in the wow folder, just to maximize the perfomances. But this freeze problem is kinda new, I remember time ago I was using 3-4 accounts together with no problems, smooth at 40+ fps for hours despite having a flinstones pc. It happened some time ago the reloadui thing, but it's very long time since I don't see the robot doing it, so I didn't bother to change any setting.

    I will try changing the memory usage anyway, and do some tests, who knows.

  5. I'm gonna test the savage roar spell on a druid and see if I have problems, but I play 3.3.5, and looking at your log looks like you play retail or another expansion because I don't know about "Ashamane's Frenzy (Ashamane's Frenzy)" or "Incarnation: King of the Jungle" (doesn't matter at all but at least knowing if it's a problem related to the spell itself or to the expansion you're playing)

  6. So I am working on SoTA and IoC profiles, I'm kinda close to the solution but still something is missing and I need some help/answers.

    For example, I recorded a starter path A from B (which happens only at beginning) then I recorded a loop from B to B, passing throught C-D-E-F and so on. I opened the xml of the profile and copy/pasted this loop like 40-50 times (maybe more). My aim is to create a profile that does A to B path when bg starts, then endless loop until the bg is over. No matter where I die, If I die at beginning, it does the A to B path, if I die in the middle, it founds the nearest vector and start with the loop.

    And here is where I noticed some problems

    1) The Robot doesnt do EXACTLY what I've recorded. If I record a simple circle, it does it pretty good. But If I record no-stop a circle, then an inverted circle, passing again on the same path, but with inverted directions, it does kinda what it wants.

    2) Now said that, I can't create a endless circle-loop with variations (so less bot-like and more realistic), because looks like when it reaches a vector, it decides the next point based on some rule that I don't know, I would want it "attaches" to the FIRST appearance of the vector in the profile. Because of this, happens it attaches somehow to the last/middle appearance of the vector so when the path is over, it tries to reach the start point (A) which I want to ignore because as already said I want an endless loop.

    In few words: After creating a path from A to B, and then a 50x loop B to B, I want every time it dies inside the loop, it starts reading the profile from zero and find the first vector inside the B circle. Sometimes I have the feeling it dies, and it attaches to the 49th appearance (for example), making the endless loop a 1x loop, and then stucking in attempt to reset the profile by reaching A. Also, the profile doesn't replay exactly the path, if you pass multiple times on same spot (You can record from A to Z and it will be smooth, but if you do A to Z then Z to A in the same profile you can have some prolems)

    Any solutions/ideas/answers?

    Thanks for reading :)

  7. Not sure if I'm posting in the correct forum, so if not please forgive me and move the topic .

    As the title says, I was thinking about creating some bg profiles, specially for SoTA and IoC that are very tricky, with blacklist zones included in the profile, should we hope to see this feature someday?

    I know you kinda don't invest time in the bg product (at least as far as I remember, some admin said like the bg feature was kinda a mistake) but I ask anyway.

    I know there is the blacklist zone in the "tools", but having a specific list included in the profile  (just like the grinding one) would be nice.

    Thanks for reading

  8. I'm testing it at the moment, I just noticed in the log a Debug line that says "Target has moved more than 45 yards", and it changed target to a closer one, my question is, where does that 45 come from?

    So in Gerneral settings I have 300 "Search Radius", on Product Settings I have 40 "Distance Search Target" and Fight Class is 5 yard, and in your plugin is 8 "Search Distance".

    I can only think it is Distance Search target (product) + Range of the Fight Class. If it is like this, then the robot has priority over the addon. But I am not sure 100% I should mess with ranges and see what happens.

  9. Yes I have it but I thought that feature (focus healer) was not working, since I was targeting a Balance Druid and there was a Paladin spamming heals behind him. Now I don't know exactly the algorythm you created, but I will try again, even if it doesn't get the healer right 100% of times, the closest target thing is something that I really need.

     

    EDIT: Ok I'm trying, as a melee class, what radius should I put in your plugin? And what about other two radius I mentioned?

  10. It's been some weeks since I started using wrobot again for battlegrounds (I was creating leveling profiles), and the bot is kinda good but still it has the same problems that I always hated and tried to fix somehow, without results.

    First of all, I'm a bit confused, in General Settings there is "Search Radius", and in Product Settings "Distance Search Target", so what's the difference between them, what do they do exactly?

    I go to the point: my character often goes suicide 1vs5, 1vs10, and keeps following the target he picks up. You know you can't switch the target unless it dies, or you die, so if the target start to move away, blink, teleport, whatever, you end up forever running towards a target too far from you, and this may work in a 1v1 situation, that you keep following the target, but most of times in bg, you really need to stop chasing the target and switch to another one, specially if it's in melee zone.

    I tried to put in both Search Radius and Distance Search Target 20 yard, but looks like I need a larger radius to engage combat, otherwise the char just passes next to enemies ignoring them because they are more than 20 yards away. But if I put a larger radius like 40 yard, the character picks up someone correctly, but keeps targeting that one eve if it's 40 yard from you, so both way are wrong and bottish.

    In few words:

    1) What do those 2 radius do exactly? Are them a pickup target radius, a following-max radius..what value should I put in those fields?

    2) How can I force the bot to switch to the target that requires less movement? I want it to pick the closest one ALWAYS, like "the target is now 20 yard away, but hey there is another one at 3 yard distance, so I switch to that one because it's closer"

    Thanks for reading.

  11. Best choice is always create your own profile, to minimize the bans, to maximize your playstyle.

    Select Grinder mode and start recording a path, where there are mobs..Don't forget to add every type of mob in the "to kill" list. Once you have done stop recording your path and enjoy the grinding. You can also add repair npc and you can create multiple grinding zones based on your character level (for example tanaris 40-44, un'goro 44-46 and so on)

×
×
  • Create New...