Jump to content

Matenia

Elite user
  • Posts

    2226
  • Joined

  • Last visited

Everything posted by Matenia

  1. Replay packets are mostly just movement and some spell packets. They're incredibly small. Take a look at Nostalrius source for a general idea of how it works. I wasn't talking about renting hardware, I was talking about overhead of processing power that saving every little action like player positions (not movement packets) would have. Not to mention you'd never store what is essentially non-relational big data in "another MySQL database". They have 7-8k players at peak time, server ticks are every 50ms and they're trying to keep them that low. Even if you somehow delegated all that logging to a separate thread/connection pool without blocking your map update threads, you'd lose out on a lot of performance that they need for other things. There's a reason character save operations are only executed at certain points and rollbacks can happen. That shit is expensive. Tbc client doesn't have decent warden. They simply can't do anything special with it against a bot that covers its tracks. So analysis is the only option. But they're hindered by resources on that one.
  2. That would be fairly easy if you're just looking to anti-afk. And it's a surefire way to get you banned moreso than running an actual battleground bot base.
  3. Your client blocks it from sending abilities to the server if you're stunned. So the spamming you see isn't visible to anyone and the server isn't receiving any info about it either.
  4. I reuploaded with a version that explicitly checks for those buffs. However, be aware that a fightclass runs on its own thread. So there is still a risk of your fightclass running into a race condition with the main thread on which wRobot regenerates.
  5. During regeneration, wRobot stops the fightclass thread entirely so I don't understand why that would be happening. Are you using any plugings or anything "special" regarding regeneration/food/drink? There is likely a lot more going on in my fightclass than in the AIO one. If you have trouble with framelock, try using "slow rotation" in addition to framelock. It should ONLY lock when you're not on global cooldown then.
  6. You're running a ton of addons and expecting a Lua-heavy out of process bot to work fast...
  7. Did you see that keys are valid for 1 year only? There haven't been lifetime keys (only for wrobot retail, btw) since ~2018 or so.
  8. As long as all 10 are running on the same IP, yes. You can only run 2 IPs concurrently. If you're using proxifier only for wow.exe and your ip for wrobot.exe is the same on all accounts, it also works. Only if you run 1 VPN per VM it becomes an issue (you'd need to buy it 5 times).
  9. Why are you using @ in a non-multi-line string? This isn't a problem with LuaDoString. //next time take a look at your ingame Lua errors and you'll see what's actually appearing in the game and why it's a problem var name = "qq"; var subject = 123; var text = "1\n2\n3\n4\n5\n6"; Lua.LuaDoString("SendMail(\"" + name + "\", \"" + subject + "\", \"" + text + "\")"); // don't use @ in combination with \n otherwise at least double escape \n as \\n // also, don't mix ' with ", you're bound to run into issues with names containing ' eventually
  10. That's a fightclass to be used with battlegrounder. And that one in particular is extremely unperformant. PQR works differently, it injects a module directly into the client and unlocks Lua. WRobot is out of process
  11. It uses Lua. Which means you need a really high framerate to make shit happen. And generally a good machine if you want to cheat in PvP. None of them are PvP fightclasses anyway. There are no rotations for cheating here.
  12. I ran 2 chars to ~40 basically no quests, just grinding. Was doing this while testing HMP update. No bans after 3-4 days of doing that.
  13. Get corpses from objectmanager instead of wowunit or wowplayer
  14. Use a timer you set when using SpellManager.CastSpellByName and add to the condiiton that the timer needs to be ready Edit: Ideally you want one timer per unit guid you tried to rezz
  15. PathFinder.OffMeshConnections.Add(new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-861.2993, -3758.589, 19.47886, "None"), new Vector3(-849.3063, -3742.703, 22.49161, "None"), new Vector3(-842.8103, -3734.129, 19.89155, "None"), new Vector3(-849.7686, -3735.616, 19.88754, "None"), new Vector3(-848.3646, -3731.851, 21.27056, "None"), new Vector3(-843.2056, -3727.342, 25.23064, "None"), new Vector3(-839.3514, -3726.285, 26.32008, "None") }, (int) ContinentId.Kalimdor) { Type = PathFinder.OffMeshConnectionType.Bidirectional, Name = "Ratchet - Gazlowe", TryToUseEvenIfCanFindPathSuccess = true }); PathFinder.OffMeshConnections.Add(new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(1155.042, 182.7223, 3.134686, "None"), new Vector3(1157.968, 184.0907, 5.895848, "None"), new Vector3(1157.852, 185.0874, 6.79552, "None"), new Vector3(1169.146, 188.5145, 17.70432, "None"), new Vector3(1176.177, 183.1431, 21.6543, "None"), new Vector3(1174.764, 180.1774, 21.44643, "None"), new Vector3(1170.609, 182.9803, 23.67873, "None"), new Vector3(1167.625, 185.7788, 27.12425, "None"), new Vector3(1165.26, 188.2767, 28.77732, "None"), new Vector3(1161.465, 183.8654, 29.03481, "None"), new Vector3(1164.393, 176.3627, 31.69842, "None") }, (int) ContinentId.Kalimdor) { Type = PathFinder.OffMeshConnectionType.Bidirectional, Name = "Stonetalon - Big machine", TryToUseEvenIfCanFindPathSuccess = true }); PathFinder.OffMeshConnections.Add(new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-9009.081, 851.679, 105.893, "None"), new Vector3(-9017.271, 864.8356, 109.8218, "None"), new Vector3(-9014.967, 882.9603, 112.9219, "None"), new Vector3(-8999.138, 890.7767, 115.9936, "None"), new Vector3(-8982.68, 880.2233, 119.937, "None"), new Vector3(-8982.612, 866.5609, 123.3268, "None"), new Vector3(-8992.165, 860.2961, 126.6532, "None"), new Vector3(-9001.312, 864.4201, 129.772, "None"), new Vector3(-9013.052, 873.2303, 132.0581, "None"), new Vector3(-9007.667, 877.3668, 135.9138, "None"), new Vector3(-9003.198, 874.1686, 139.3298, "None"), new Vector3(-9004.052, 868.6579, 142.6572, "None"), new Vector3(-9009.047, 867.0392, 145.7849, "None"), new Vector3(-9013.107, 871.0745, 148.6166, "None"), new Vector3(-9016.262, 884.7032, 29.6207, "None") }, (int) ContinentId.Azeroth) { Type = PathFinder.OffMeshConnectionType.Bidirectional, Name = "SW Mage Tower", TryToUseEvenIfCanFindPathSuccess = true });
  16. That's not how pathing works. If you want a forced path, either use follow path in quester or add a forced off mesh. It makes no sense to add a path where there isn't one because people take a shortcut. You're breaking the system that way
  17. Seems to work, haven't had a problem today. Consider it fixed
  18. That should not cause the fightclass to load twice creating a deadlock on levelup, right? Atm if you level up, what happens in the log I posted above keeps happening. I think even without framelock
  19. Could it be because I call SpellManager.UpdateSpellBook(); after successful training (in my own training state)?
  20. 16:54:53 - Level UP! Reload Fight Class. 16:54:53 - [WarlockTBC]: Force closing authentication thread 16:54:53 - Unloaded Warlock Fightclass [F] 16:54:54 - [FightClass] Loading Fight class: F:\Games\WoW 2.4.3\wRobot2.4.3\\FightClass\WarlockTBC.dll 16:54:54 - [Looting] Loot Defias Night Blade [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Life Tap (Id found: 1454, Name found: Life Tap, NameInGame found: Life Tap, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Demon Skin (Id found: 687, Name found: Demon Skin, NameInGame found: Demon Skin, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Demon Armor (Id found: 706, Name found: Demon Armor, NameInGame found: Demon Armor, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Fel Armor (Id found: 44977, Name found: Fel Armor, NameInGame found: Fel Armor, Know = False, IsSpellUsable = False) [D] 16:54:54 - [Spell] Unending Breath (Id found: 5697, Name found: Unending Breath, NameInGame found: Unending Breath, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Consume Shadows (Id found: 36472, Name found: Consume Shadows, NameInGame found: Consume Shadows, Know = False, IsSpellUsable = True) [D] 16:54:54 - [Spell] Summon Imp (Id found: 688, Name found: Summon Imp, NameInGame found: Summon Imp, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Summon Voidwalker (Id found: 697, Name found: Summon Voidwalker, NameInGame found: Summon Voidwalker, Know = True, IsSpellUsable = True) [D] 16:54:54 - [Spell] Summon Felguard (Id found: 30146, Name found: Summon Felguard, NameInGame found: Summon Felguard, Know = False, IsSpellUsable = False) [D] 16:54:54 - [Spell] Health Funnel (Id found: 755, Name found: Health Funnel, NameInGame found: Health Funnel, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Drain Life (Id found: 689, Name found: Drain Life, NameInGame found: Drain Life, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Soul Link (Id found: 25228, Name found: Soul Link, NameInGame found: Soul Link, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Fel Domination (Id found: 18708, Name found: Fel Domination, NameInGame found: Fel Domination, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Immolate (Id found: 348, Name found: Immolate, NameInGame found: Immolate, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Corruption (Id found: 172, Name found: Corruption, NameInGame found: Corruption, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Shadow Bolt (Id found: 686, Name found: Shadow Bolt, NameInGame found: Shadow Bolt, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Shoot (Id found: 5019, Name found: Shoot, NameInGame found: Shoot, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Fear (Id found: 5782, Name found: Fear, NameInGame found: Fear, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Drain Soul (Id found: 1120, Name found: Drain Soul, NameInGame found: Drain Soul, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Unstable Affliction (Id found: 43523, Name found: Unstable Affliction, NameInGame found: Unstable Affliction, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Fear (Id found: 5782, Name found: Fear, NameInGame found: Fear, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Death Coil (Id found: 46283, Name found: Death Coil, NameInGame found: Death Coil, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Sacrifice (Id found: 34661, Name found: Sacrifice, NameInGame found: Sacrifice, Know = False, IsSpellUsable = True) [D] 16:54:55 - [Spell] Suffering (Id found: 33703, Name found: Suffering, NameInGame found: Suffering, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Berserking (Id found: 26635, Name found: Berserking, NameInGame found: Berserking, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Shadowburn (Id found: 30546, Name found: Shadowburn, NameInGame found: Shadowburn, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Amplify Curse (Id found: 18288, Name found: Amplify Curse, NameInGame found: Amplify Curse, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Howl of Terror (Id found: 39048, Name found: Howl of Terror, NameInGame found: Howl of Terror, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Siphon Life (Id found: 41597, Name found: Siphon Life, NameInGame found: Siphon Life, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Curse of Agony (Id found: 980, Name found: Curse of Agony, NameInGame found: Curse of Agony, Know = True, IsSpellUsable = True) [D] 16:54:55 - [Spell] Siphon Life (Id found: 41597, Name found: Siphon Life, NameInGame found: Siphon Life, Know = False, IsSpellUsable = False) [D] 16:54:55 - [Spell] Curse of Agony (Id found: 980, Name found: Curse of Agony, NameInGame found: Curse of Agony, Know = True, IsSpellUsable = True) 16:54:55 - Unloaded Warlock Fightclass [D] 16:54:55 - Deserialize<T>(TextReader reader): System.Threading.ThreadAbortException: Thread was being aborted. at System.RuntimeTypeHandle.IsSecurityTransparent(RuntimeTypeHandle typeHandle) at System.RuntimeType.get_IsSecurityTransparent() at System.Reflection.CustomAttribute.AllowCriticalCustomAttributes(RuntimeType type) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) at System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit) at System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type type, String defaultNamespace, XmlSerializerImplementation& contract) at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) at robotManager.Helpful.XmlSerializer.Deserialize[T](TextReader reader) [D] 16:54:55 - F:\Games\WoW 2.4.3\wRobot2.4.3\\Settings\CustomClass-Warlock-Name.Sunstrider.xml - Deserialize<T>(String path): System.Threading.ThreadAbortException: Thread was being aborted. at robotManager.Helpful.XmlSerializer.Deserialize[T](TextReader reader) at robotManager.Helpful.XmlSerializer.Deserialize[T](String path) [D] 16:54:56 - [MovementManager] Avoid wall: StrafeLeft [F] 16:54:56 - [FightClass] Loading Fight class: F:\Games\WoW 2.4.3\wRobot2.4.3\\FightClass\WarlockTBC.dll [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Healthstone (Id found: 6201, Name found: Create Healthstone, NameInGame found: Create Healthstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Create Soulstone (Id found: 693, Name found: Create Soulstone, NameInGame found: Create Soulstone, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Life Tap (Id found: 1454, Name found: Life Tap, NameInGame found: Life Tap, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Demon Skin (Id found: 687, Name found: Demon Skin, NameInGame found: Demon Skin, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Demon Armor (Id found: 706, Name found: Demon Armor, NameInGame found: Demon Armor, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Fel Armor (Id found: 44977, Name found: Fel Armor, NameInGame found: Fel Armor, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Unending Breath (Id found: 5697, Name found: Unending Breath, NameInGame found: Unending Breath, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Consume Shadows (Id found: 36472, Name found: Consume Shadows, NameInGame found: Consume Shadows, Know = False, IsSpellUsable = True) [D] 16:54:56 - [Spell] Summon Imp (Id found: 688, Name found: Summon Imp, NameInGame found: Summon Imp, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Summon Voidwalker (Id found: 697, Name found: Summon Voidwalker, NameInGame found: Summon Voidwalker, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Summon Felguard (Id found: 30146, Name found: Summon Felguard, NameInGame found: Summon Felguard, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Health Funnel (Id found: 755, Name found: Health Funnel, NameInGame found: Health Funnel, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Drain Life (Id found: 689, Name found: Drain Life, NameInGame found: Drain Life, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Soul Link (Id found: 25228, Name found: Soul Link, NameInGame found: Soul Link, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Fel Domination (Id found: 18708, Name found: Fel Domination, NameInGame found: Fel Domination, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Immolate (Id found: 348, Name found: Immolate, NameInGame found: Immolate, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Corruption (Id found: 172, Name found: Corruption, NameInGame found: Corruption, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Shadow Bolt (Id found: 686, Name found: Shadow Bolt, NameInGame found: Shadow Bolt, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Shoot (Id found: 5019, Name found: Shoot, NameInGame found: Shoot, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Fear (Id found: 5782, Name found: Fear, NameInGame found: Fear, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Drain Soul (Id found: 1120, Name found: Drain Soul, NameInGame found: Drain Soul, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Unstable Affliction (Id found: 43523, Name found: Unstable Affliction, NameInGame found: Unstable Affliction, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Fear (Id found: 5782, Name found: Fear, NameInGame found: Fear, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Death Coil (Id found: 46283, Name found: Death Coil, NameInGame found: Death Coil, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Sacrifice (Id found: 34661, Name found: Sacrifice, NameInGame found: Sacrifice, Know = False, IsSpellUsable = True) [D] 16:54:56 - [Spell] Suffering (Id found: 33703, Name found: Suffering, NameInGame found: Suffering, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Berserking (Id found: 26635, Name found: Berserking, NameInGame found: Berserking, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Shadowburn (Id found: 30546, Name found: Shadowburn, NameInGame found: Shadowburn, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Amplify Curse (Id found: 18288, Name found: Amplify Curse, NameInGame found: Amplify Curse, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Howl of Terror (Id found: 39048, Name found: Howl of Terror, NameInGame found: Howl of Terror, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Siphon Life (Id found: 41597, Name found: Siphon Life, NameInGame found: Siphon Life, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Curse of Agony (Id found: 980, Name found: Curse of Agony, NameInGame found: Curse of Agony, Know = True, IsSpellUsable = True) [D] 16:54:56 - [Spell] Siphon Life (Id found: 41597, Name found: Siphon Life, NameInGame found: Siphon Life, Know = False, IsSpellUsable = False) [D] 16:54:56 - [Spell] Curse of Agony (Id found: 980, Name found: Curse of Agony, NameInGame found: Curse of Agony, Know = True, IsSpellUsable = True) [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Attack Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Diplomacy Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Dodge Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: First Aid Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Mace Specialization Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Perception Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Shoot Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Skinning Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Sword Specialization Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: The Human Spirit Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Amplify Curse Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Corruption Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Corruption Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Corruption Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Curse of Agony Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Curse of Agony Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Curse of Agony Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Drain Life Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Drain Life Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Drain Life Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Drain Soul Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Drain Soul Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Fear Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Life Tap Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Life Tap Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Life Tap Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Create Healthstone Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Create Healthstone Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Create Soulstone Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Create Soulstone Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Demon Armor Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Demon Armor Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Demon Skin Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Demon Skin Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Health Funnel Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Health Funnel Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Health Funnel Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Summon Imp Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Summon Voidwalker Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Unending Breath Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Immolate Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Immolate Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Immolate Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Immolate Rank 4 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Shadow Bolt Rank 1 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Shadow Bolt Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Shadow Bolt Rank 3 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Shadow Bolt Rank 4 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Shadow Bolt Rank 5 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Consume Shadows Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Sacrifice Rank 2 [F] 16:54:56 - [RTF] Fightclass framework found in spellbook: Torment Rank 3 16:54:56 - Loaded Warlock Fightclass [D] 16:54:58 - [MovementManager] Current pos: -10974,92 ; 274,0682 ; 28,50009 ; "None" - Target pos: -10969,6 ; 283,1646 ; 28,87038 ; "None" Continent: Azeroth Tile: 31.48612_52.57797 [D] 16:55:01 - [MovementManager] Current pos: -10974,92 ; 274,0682 ; 28,50009 ; "None" - Target pos: -10970,34 ; 275,3438 ; 28,84533 ; "None" Continent: Azeroth Tile: 31.48612_52.57797 [D] 16:55:03 - [Looting] Cannot loot the target (Defias Night Blade), ignore it.
  21. Entwede rmachste dein eigenes oder du kaufst ein existierendes mit guten Bewertungen für deine expansion
  22. Atm if you are locking frames in combat and the bot levels up it updates the spellbook. If this is done during framelock, it deadlocks. Maybe unfreeze the frame first or delegate the action until you're out of combat.
  23. That should work. Lua.LuaDoString takes some extra arguments like "notInGame" or something, so maybe try those
  24. Extract GlueXML from your client's MPQ find out what everything is called and then use those names.
×
×
  • Create New...