Jump to content

ScripterQQ

Members
  • Posts

    484
  • Joined

  • Last visited

Everything posted by ScripterQQ

  1. This is the "Update Version" screen (this is the one that has more options). I still think its something related to priv server section
  2. MM no, I tried both "edit" and "update", still the only thing I found is the general file upload (which is supposed to be the fight class.xml), If i upload a picture, when you press download file it shows you both picture and fight class avaible to download..
  3. Then I really don't know, I hope someone can help you, this is very weird tbh..
  4. 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
  5. 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
  6. 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.
  7. 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)
  8. Happens to me too, I often need to force alt+f4 on robot and wow because both processes are not responding. I play 3.3.5 btw
  9. Did you try disabling the option "Calculate distance by target size"? For me it helped on some range issues.
  10. 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 :)
  11. Version 1.0.0

    1645 downloads

    Hello, I want to share my fight class for Rogue, WOTLK expansion (level 1-80) It works very good for an hybrid spec Subtlety / Assassination, this is the spec I always use and I suggest to you: Red Circles: Mandatory Talents (Damage from bleedings, Energy Regeneration, Combo Points) Yellow Circles: Optional Talents that benefit each other (Ghostly Strike, Setup) very good specially when you have evasion up. It's focused on doing damage by bleedings/physical attacks and surviving by dodging a lot, you don't want to eat food after every single kill everytime (You may need a lot of food anyway since you don't have Recuperate), and you definitely don't want to be bothered with weapon poisoning. So that's why you go mainly on Sub tree. At least this is what I found more confortable with. I think this is the best spec for leveling, specially when you just grind mobs and gear drops are awful (that's why I totally ignored the Combat tree). If you can buy heirloom, get the weapons first, without thinking twice. Obviously you can put talents in Assassination and play the classic specialization Mutilate + Envenom, but that requires you to pay attention on your poisons, so it's up to you. *Features* - Always choose best combo point builder (Sinister Strike until Hemorrhage / Mutilate) - Auto Stealth - Garrote / Cheap Shot (with StopAttack function that reduces the chances to break stealth with autoattacks) - Every Man for Himself on Stuns (if Human) - Will of the Forsaken on Fears (if Undead) - Auto Interrupt Casts with Kick (not istant bot-like) - Additional Cast Interrupt with Kidney / Blind / Gouge - Smart Evasion - Sprint - Preparation - Cloak of Shadows on Spells not Interruptable - Compatible with both Subtlety and Assassination specs: Premeditation, Ghostly Strike, Cold Blood, Envenom Feel free to try it and see how it works for you. If you have any suggestions or problem, contact me. IMPORTANT: As a leveling profile, remember to restart WRobot each time you learn new spells (such as Garrote/Hemorrhage/Ghostly Strike/Mutilate...) Have Fun
  12. When the character is Sapped, it randomly moves, or let's say better: it rotates a little bit in some direction, when it should be stuck in place. I think it's something related to the wrobot "unstuck", in fact if you have "Dismount when stuck" feature checked, it will dismount if you are sapped. So in few words: the robot thinks Sap is a stuck situation, and forces some movements in order to unstuck (at least this is what it seems to me). It should just stop everything unless in the class fight there is something that can remove sap (medallion, bubble, and so on). This is a small bug of course, but I'm testing some profiles in Battlegrounds and I see this happening a lot, it looks very weird, and may be even being classified as "hack" if reported with video proof (kinda like the hack that allows you to move while cycloned, or rooted, same concept I think). Thanks for reading
  13. What about deleting the ability from the list and re-write it? I had some similar problems with paladin seals, maybe it can help you.
  14. Actually you don't need "Buff Casted By Me > false", just put instead "Buff: Savage Roar > false" and on settings (upper-right corner) put "Is Buff > false". Then you can add the prowl/combo points/energy conditions aswell of course. Try this way, I was using this method and it worked for me.
  15. 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
  16. I wish I could do that, I have absolutely no clue about C# language or how to get source from a compiled .exe, I know only lua at the moment (and some other languages but they have nothing to do with WoW) :( Thanks for the info by the way, at least I know what's happening!
  17. Ok maybe I don't get your reply at all, but I just want to know where that 45 comes from.
  18. I just changed Distance Search Target to 45, to see if the Debug line would have changed to 50, but still it's 45. I think it's definitely something inside wrobot that can't be fixed (or idk then, I didn't set "change target on 45 yard" anywhere)
  19. 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.
  20. 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?
  21. 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.
  22. 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...