-
Posts
315 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Dreamful
-
Dragonblight issues ( Privat server )
Dreamful replied to Bikinibottom's topic in General discussion
Carefully with PQR on that server, the Main server "Rising-Gods" has a warden protection and bans directly. i am using this one and works perfect, -
Press Macro when Dead
Dreamful replied to maukor's topic in WRobot for Wow Vanilla - Help and support
using robotManager.Helpful; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Events; using wManager.Wow.ObjectManager; using System.Media; using System.Windows.Forms; using System; using System.Threading; public class Main : wManager.Plugin.IPlugin { private bool _isRunning; /* Code here runs when the plugin is enabled and the bot it started. */ public void Initialize() { _isRunning = true; Logging.Write("[SpirithealerFixer] Loaded."); SpirithealerAccept(); } public void SpirithealerAccept() { while (_isRunning) { try { if (ObjectManager.Me.HaveBuff(8326)) { Lua.LuaDoString("StaticPopup1Button1:Click()"); } } catch (Exception e) { Logging.WriteError(" ERROR: " + e); } Thread.Sleep(10); // Pause 10 ms to reduce the CPU usage. } } public void Dispose() { _isRunning = false; Logging.Write("[SpirithealerFixer] Stopped."); } public void Settings() { Logging.Write("[SpirithealerFixer] No settings."); } } I have the problem the Spirithealer rezzing is till today not working on Woltk, i made a plugin that spams the Accept button all day long if you have a dead debuff. https://wotlk.evowow.com/?spell=8326 i dont know if that works, but just change it for the dead buff in vanilla and you good to go. Hope i understand your usage correctly. Peace, Dreamful -
Routing WoW Through Multiple VPN's on Same Machine
Dreamful replied to johnblaster123's topic in Tutorials - WRobot
Virtual machine software is designed to mimic the hardware functionality of real hardware. But when doing so, some artifacts remain, which help indicate that it is indeed a virtual machine and not a physical one. These kind of artifacts can be specific files, processes, registry keys, services, network device adapters etc. Malware programmers take advantage of this “design flaw”. They code the malware to detect virtual machine configuration files, executables, registry entries or other indicators in order to manipulate their original execution flow. This behavior is referred to as “Anti-Sandbox” or “Anti-VM”. So if a registry entry like SYSTEM\CurrentControlSet\Control\VirtualDeviceDrivers exist or even a running process like Vmtoolsd.exe, Vmwaretrat.exe, you get flagged. Start your virtual machine and inside you will see in the taskmgr there will be processes that not running on your system. This is just all speculation, i dont know how warden works in depth, but the cases you see above can be used for a flag. -
Routing WoW Through Multiple VPN's on Same Machine
Dreamful replied to johnblaster123's topic in Tutorials - WRobot
What you're up to won't work, because that's not the point of a VPN. What you are looking for is a Socks5 together with Proxifier. You can tunnel all traffic program specific with it. NordVPN also sells Socks5 proxy or given even away if you have a subsciption, if I'm not mistaken. -
[C#] dRotation - Mutilate Rogue (PvE)
Dreamful commented on Dreamful's file in Fight Classes - Wotlk
-
[C#] dRotation - Mutilate Rogue (PvE)
Dreamful commented on Dreamful's file in Fight Classes - Wotlk
-
i would say wRobot is more like a framework, there are many free profiles, some are good, some rather not. There are also paid ones but even those are not bug free and 100% quester like you know from honorbuddy. Keep in mind private servers differ, some quest work on servers others don't. You will not have a 100% bugfree and fully afkable profile. And especially since you will come to a point where you have to make yourself one because there are none.
-
[C#] dRotation - Marksman Hunter (PvE)
Dreamful commented on Dreamful's file in Fight Classes - Wotlk
-
[C#] dRotation - Marksman Hunter (PvE)
Dreamful commented on Dreamful's file in Fight Classes - Wotlk
-
i will try that thank you!
-
mmmmmmhh ok, so let us guess then since you dont provide a log shall we ? You have addOns on ? that can cause issues most of the times. Maybe you selected a diffrent mode in battlegrounder ? On what build you play ? 7.3.5 build ????? Did you try to turn of your computer and back on? Try maybe rotate your tower at 90° degree Unplug HDMI cable, wait exactly 7 secounds and plug it in. Maybe you can try hit Spacebar+1+2+3 and then Enter when you start the bot. seriously tho, just post a log and we can help you.
-
Hey guys, Trying to write a plugin for TSM (3.3.5), and i need to interact with the UI somehow so i tought do it over LUA with the /click function like, /click TSMStartCancelScanButton but the debug tools not showing me the right button when i hover it. And "/click table: 2C460368" dosent work either. /run print(GetMouseFocus():GetName()) -- prints "nil" in chat if hover over the button Anyone can help me and can explain what happens their ? it looks like to me its from a parent and inheritance from it, not sure tho. I hover over "Start Cancel Scan" at that screen, greets, Dreamful
-
Guildbank? Thats what i actually do.
-
WTH, this is getting out of hand. How they even do this shit without modifing the client, this seems so surreal. Never saw something be on 8 years private servers without interact with an object, NPC.
-
Anything needs to happen while waiting or he only want to wait and do nohting ? Your question is actually a bit unclear. You can add Thread.Sleep into your function, Thread.Sleep(5000) // Wait 5 Seconds
-
Yes it is possible. In LUA for Grounding Totem would be simple this, if UnitBuffID("arena1", 8178) -- Checks if arena target has the Grounding Totem buff or UnitBuffID("arena2", 8178) or UnitBuffID("arena3", 8178) then RunMacroText("/petattack Grounding Totem") -- Sends pet to Grounding Totem end Just change up the ID with the Tremor Totem Buff.
-
Can't get Hunter to use Ranged Attack
Dreamful replied to NiteKat's topic in Fight Classes assistance
Some nameing of conditions are confusing too in the Fightclass Editor in my opinion. if you are expierenced with programming you better go with developing it in a IDE immediatley. Helpful threads, Or join the wRobot discord their is a Developer channel where you get quick help. -
Can't get Hunter to use Ranged Attack
Dreamful replied to NiteKat's topic in Fight Classes assistance
Hey NiteKat, On the Left site in Fightclass Editor you see General Settings change the point 'Range' to 25 or 30. That should work. Have fun, Dreamful -
-
[C#] dRotation - Marksman Hunter (PvE)
Dreamful commented on Dreamful's file in Fight Classes - Wotlk
-
Version 1.0.1
361 downloads
Hey Guys, Simple and lightweight Plugin to inform you if you have an Dungeon Invite, it plays a Notification sound and even Auto Accept the LFG invite. It maybe works for Cata, MoP, WoD, Legion since its the same LuaEvent but not tested. How to Place the dDungeonAlerter Plugin and the Folder in your Plugins folder. Activate it If you have any suggestions or good ideas that would be useful just tell me so i will maybe implement it. Peace, Dreamful -
Version 1.0.0
664 downloads
Hey Guys, Since many servers detect PQR now, i begun to migrate all my PQR Profiles to wRobot in C#. All my FightClasses will have a Ingame StatusFrame so you know whats happing next. You can disable it with /dRotation or hide it with the close button. Features Using Trueshot Aura Using Aspect of the Dragonhawk if we have more than 10% Mana Using Aspect of the Viper if we have less than 10% Mana Using Hunters Mark* if its not on Boss Using Misdirection on Focus if you have a Focus Using Rapid Fire* Using Readiness* to refresh Rapid Fire Using Call of the Wild* (Pet Ability) Using Kill Command* Using Silencing Shot Using Kill Shot if Target is under 20% Health Using Serpent Sting if Debuff not on Target Using Chimera Shot Using Aimed Shot Using Steady Shot if everything is on Cooldown *only using if target is a Boss This FightClass is only for Raid/Dungeon Environment and pull max DPS. If you have any suggestions or good ideas that would be usefull just tell me so i will maybe implement it. Peace, Dreamful -
Another site for game clients i recommend, https://wow-clients.eu/tbc.html But did you try it with an another Figthtclass ? To edit the realmlist what most of the cases works if you cant edit it, copy it and then drag it to desktop, edit it, put it back in and overrite the old one.