Jump to content

y2krazy

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by y2krazy

  1. I do and I disabled the only mail AddOn I use, Postal, but that did not resolve the issue. I will try disabling all AddOns this evening and seeing if another AddOn could be the issue.
  2. That appears to have solved the problem! User error on my part. Thanks, @Droidz!
  3. That option is enabled now! I didn't realize it was unchecked - will report back after starting the profile near a pet to see if that resolved the issue.
  4. Forgot to attach the in-game error text that appears during this issue. Please see attached.
  5. After doing a town run, my character tries to kill a Hunter's tamed pet while in Orgrimmar. 23:41:29 - [Fight] Player Attack Sunscale Screecher (lvl 80) [N] 23:41:29 - [Path-Finding] FindPath from 1604.537 ; -4374.765 ; 9.589929 ; "None" to 1663.219 ; -4422.958 ; 16.9278 ; "None" (Kalimdor) [N] 23:41:29 - [Path-Finding] Path Count: 6 (80.67465y) 23:41:29 - [Mount] Mounting ground mount Green Wind Rider 23:41:37 - [Mount] Dismount [F] 23:41:37 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:38 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:38 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:39 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:39 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:40 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:40 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:40 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:41 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:41 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:42 - [Spell] Cast Sinister Strike (Sinister Strike) [F] 23:41:42 - [Spell] Cast Sinister Strike (Sinister Strike) [D] 23:41:42 - [Fight] Mob seem bugged 23:41:43 - [Fight] Can't reach Sunscale Screecher, blacklisting it. 23:41:43 - [Mount] Mounting ground mount Green Wind Rider
  6. From the log: 23:41:25 - [ToTown] MailBox found 23:41:28 - [ToTown] Mail sending at D... It appears that a set of 12 mails was sent, but after the first 12, any that should have been sent were not. Some items turned gray in my inventory, but eventually my character moved out of the Mailbox dialog and the items remained in my inventory.
  7. Not sure why the form wouldn't let me remove that image; please disregard it as that was from a previous "bug" I was going to report before I found out my conditionals were the problem with a Fight Class.
  8. Have any thoughts on why WoW and WRobot lock up randomly (WoW crashes and I have to restart WoW + WRobot to get it running again)? [F] 20:50:23 - [Spell] Cast Slice and Dice (Slice and Dice) [E] 20:50:41 - Error injection: Cannot launch it, skipped. [...] [5+ minutes of the above error repeating] [...] [E] 20:59:25 - !Memory.IsProcessOpen This happens to me every 1-2 hours spent in-game running a profile without fail. I have yet to run a profile for more than ~2.5 hours since buying WRobot.
  9. y2krazy

    Conjure Water Spam

    The IDs were always correct. I wasn't using the updated Fight Class. Using the one with &lt; works. The LUA code with < causes the Fight Class to no longer be editable in the Fight Class Editor.
  10. Had this happen while using the Burning Crusade version of the bot: [D] 01:05:29 - [Fight] Fight stopped 01:05:29 - [Resurrect] Player dead 01:05:30 - Player Teleported [E] 01:05:30 - !Memory.IsProcessOpen Not sure why, but upon dying (and possibly releasing their spirit), the bot thought I was teleported when the most likely thing that happened was I spawned at the Spirit Healer. Thoughts?
  11. y2krazy

    Conjure Water Spam

    Please disregard. I figured out what the problem was. &lt; is what is needed, though, as < makes the Fight Class no longer editable within the Fight Class Editor.
  12. y2krazy

    Conjure Water Spam

    After making the above change, the issue still occurs.
  13. After some searching, I am using a LUA code in the Fight Class posted by Droidz, but my character is still using the spell seemingly at random times until the bags are eventually filled with conjured items. LUA code used: local count = GetItemCount(5350); if (count &lt;= 5) { local name = GetSpellInfo(5504); RunMacroText("/cast " .. name) } While visiting a vendor to purchase items (conjures while the vendor window is open): [F] 23:14:33 - [Spell] Cast Conjure Water (Conjure Water) [F] 23:14:36 - [Spell] Cast Conjure Water (Conjure Water) [F] 23:14:39 - [Spell] Cast Conjure Water (Conjure Water) [F] 23:15:00 - [Spell] Cast Conjure Water (Conjure Water) [F] 23:15:04 - [Spell] Cast Conjure Water (Conjure Water) [F] 23:15:07 - [Spell] Cast Conjure Water (Conjure Water) [F] 23:15:10 - [Spell] Cast Conjure Water (Conjure Water) 23:15:12 - [Regen] Started 23:15:14 - [Regen] Use drink Refreshing Spring Water 23:15:49 - [Regen] Finished After looting a killed mob (this occurs after every kill + loot): 23:19:41 - [Looting] Loot XXXXXXXXXX [F] 23:19:41 - [Spell] Cast Conjure Water (Conjure Water) 23:19:42 - [Fight] Player Attack XXXXXXXXXX (lvl XXXXXXXXXX) [F] 23:19:48 - [Spell] Cast (on target) Frostbolt (Frostbolt) [F] 23:19:50 - [Spell] Cast (on target) Frostbolt (Frostbolt) [F] 23:19:50 - [Spell] Cast (on target) Frostbolt (Frostbolt) [F] 23:19:52 - [Spell] Cast (on target) Frostbolt (Frostbolt) [F] 23:19:54 - [Spell] Cast (on target) Frostbolt (Frostbolt) [F] 23:19:56 - [Spell] Cast (on target) Frostbolt (Frostbolt) 23:19:57 - [Looting] Loot XXXXXXXXXX [F] 23:19:59 - [Spell] Cast Conjure Water (Conjure Water)
  14. Ah! Good to know! That works. Sorry for the confusion. Thanks!!
  15. "Go to position when you double click on mini map" does not appear to be working. I am using the WotLK version of WRobot.
  16. I have kept the advanced settings to mail white items, but it doesn't appear to want to send them. I enabled selling of white items, but it's not wanting to sell them to a vendor either. This has resulted in an indefinite loop running back-and-forth between the mailbox and a vendor. Thoughts? BTW: Using the WotLK version of WRobot.
  17. When trying to use a macro with Alt + 1, it fails to execute. When swapping the macro to a hotkey without an Alt modifier, it works fine. Thoughts on supporting modifier keys in macros? Thanks!
  18. Relogger is not working properly for me. Upon starting a Relogger profile, the game client starts, but instead of logging in, I get a pop-up saying there is an update (when there isn't one) and it effectively won't get beyond this "error". I can run WRobot without Relogger fine, but every time I try to use a Relogger profile, it never gets past the pop-up.
  19. y2krazy

    Not Repairing

    I pre-maturely submitted this bug report. This is for the Wrath of the Lich King version.
  20. y2krazy

    Not Repairing

    Getting this over and over in the log while opening and closing the NPC: 23:25:11 - [ToTown] Go to vendor Gunther Weller (Repair) 23:25:12 - [ToTown] Vendor found Gunther Weller 23:25:12 - [ToTown] Repair items 23:25:13 - [ToTown] Sell items (try 1) 23:25:21 - [ToTown] Go to vendor Gunther Weller (Repair) 23:25:21 - [ToTown] Vendor found Gunther Weller 23:25:21 - [ToTown] Repair items 23:25:22 - [ToTown] Sell items (try 1) 23:25:31 - [ToTown] Go to vendor Gunther Weller (Repair) 23:25:31 - [ToTown] Vendor found Gunther Weller 23:25:31 - [ToTown] Repair items 23:25:32 - [ToTown] Sell items (try 1) 23:25:40 - [ToTown] Go to vendor Gunther Weller (Repair) 23:25:41 - [ToTown] Vendor found Gunther Weller 23:25:41 - [ToTown] Repair items 23:25:42 - [ToTown] Sell items (try 1) 23:25:50 - [ToTown] Go to vendor Gunther Weller (Repair) 23:25:51 - [ToTown] Vendor found Gunther Weller 23:25:51 - [ToTown] Repair items 23:25:52 - [ToTown] Sell items (try 1) 23:26:00 - [ToTown] Go to vendor Gunther Weller (Repair) 23:26:01 - [ToTown] Vendor found Gunther Weller 23:26:01 - [ToTown] Repair items 23:26:02 - [ToTown] Sell items (try 1) 23:26:10 - [ToTown] Go to vendor Gunther Weller (Repair) 23:26:10 - [ToTown] Vendor found Gunther Weller 23:26:10 - [ToTown] Repair items 23:26:11 - [ToTown] Sell items (try 1)
  21. While leveling a fresh Mage, after resurrecting (and/or after killing a mob), instead of waiting for Mana to regen (you get ~30% Mana when you resurrect), it continues to pull mobs until they eventually kill me due to not being able to cast spells because of being out of Mana. Thoughts?
×
×
  • Create New...