Everything posted by Droidz
-
64 bit win 10
I understand, but you cannot will found bot with 64 bit support. And the difference between Wow 32 and 64 bit is very important, which explains why I didn't put the two versions. And 64 bit is usefuls when software use a lot of memory (this increment max memory size autorized by process), and the max ram supported by windows, but for wow with bot it is not usefuls (64 bit version increment usage of the memory, it is not good for botting, and how I said, some computer use yet windows 32 bit).
-
Plusieurs points :)
if (wManager.Wow.ObjectManager.ObjectManager.Target.IsValid && wManager.Wow.ObjectManager.ObjectManager.Target.IsCast) { int spellId = wManager.Wow.ObjectManager.ObjectManager.Target.CastingSpellId; wManager.Wow.Class.Spell spell = wManager.Wow.ObjectManager.ObjectManager.Target.CastingSpell; } Sans lua tu peux utiliser ce code, si une fonction lua t'intéresse dit moi laquel je te montrerais comment l'utiliser avec WRobot.
-
Quester question
Hello, For the moment, you cannot found quests profiles for all zones/levels. You need to use "Grinder" or "Automaton" bot if you don't found quests profiles for your current zone.
-
Plusieurs points :)
string instanceType = wManager.Wow.Helpers.Lua.LuaDoString<string>("local inInstance, instanceType = IsInInstance(); return instanceType;"); instanceType = instanceType.ToLower(); // En minuscule if (instanceType == "pvp") { } else if (instanceType == "arena") { } else if (instanceType == "party") { } else if (instanceType == "raid") { } else if (instanceType == "scenario") { } else { // Pas en instance } J'ai pas testé le code, mais ça devrait donner quelque chose de ce genre
- Mr
-
64 bit win 10
Hello, Sincerly, I don't think that you can see difference between 32 and 64 bit version. I have found this test: http://www.adriacraft.net/vesti/world-of-warcraft/wow-64-bit-client-test-201201093232/ (the difference is minimal). For WRobot I'm sorry but I won't make a 64 bit version (two version to keep updated otherwise, because there are always a few 32 bit computer...). Nothing prevents you to launch Wow in 64 bit when you do not use WRobot.
- Merry Christmas
- Merry Christmas
-
[Gatherer] Binds when picked up Primal
I have found this Wow addon: http://www.curse.com/addons/wow/need-primal-spirits
-
[Gatherer] Binds when picked up Primal
Can you test this plugin please: http://wrobot.eu/files/file/411-auto-accept-wow-popup-window/
-
[Gatherer] Binds when picked up Primal
Hello, Strange, do you have popup in game when you loot http://www.wowhead.com/item=120945/primal-spirit (popup to accept or not to pick up item) (if yes can you send me screenshot of this window and say me where you get this problem)? Are you sure that this problem was not caused by Wow addon?
-
Pick Up Items on Ground
Use quest type "Gatherer". In entry put: 203968 203966 203964 203967 203965 203443
-
Interact with NPC between PickUp & TurnIn
Hello, Your profile is empty (he has not hotspots and ...). But, with "InteractWithNpc", you need to config option "Gossip option" if NPC has menu (or you can use "Macro when interact" if npc have multi menu or complex menu).
-
Pick Up Items on Ground
Hello, To pick up items on the ground you need probably to use "Gatherer" type of quest. Can you give me wowhead link of your quest (or the quest id or the quest name) please.
-
Version problem
Your problem is very strange, do you get this window when you launch WRobot: Do you have file "WRobot\Bin\RDManaged.dll"? Do you have try to disable your antivirus and reinstall WRobot?
-
Banwave
Hello, About HB, sincerely, without the contents created by the HB community (profiles, fight classes, plugin, ...), HB is an very basic bot, the dev team take few days to release update after new wow update (I have never understand why, security is false pretext, you can see result...) (I work alone, it takes me a few hours for normal update, and we can begin to work on the PTR server for beings ready when build is released on live server). After the banwave a few months ago, HB team have reopened the bot without knowing exactly what had caused the banwave, current banwave is a logical continuation... This is not the first fault, I was already here at the time where bossland began to writte bot with GatherBuddy, after few months it had already taken a banwave (because poorly coded). Even the banwave dating from there are 1 or 2 years old could be avoid because they had was warned that bliz had added a detection method. About WRobot I have worked hard to make wrobot hard to detect (it is more easy to detect HB that WRobot (If any have knowbase he can test)), I use a special technique that I have not seen on another bots to hide WRobot in memory. I know what I'm doing (if I worked among bliz, the bots would have disappeared ^^). I cannot say that WRobot is undetectable (all is detectable), but I work to avoid it, and I think WRobot is among the most secure bots. ps: Sorry for my English.
-
bot crashing or closing on trial login
Yes sorry I can understand, I have delay on the WRobot support. If you have time, if you can try with new WRobot update and tell me if problem is resolved (your directx version seem modified (by your driver or another program)).
-
[Tutorial] Create a basic Grinding Profile
Hello, If you use button "Add current zone to black list" of the tab "Tools", the spot is added in WRobot settings (this zone is blacklist on all products/profiles, you can edit zones black listed with the button "Black list editor" tab "Tools"). To add zone to the blacklist of the profile you need to edit the profile with profiles editor (tab "Product Settings").
-
Question about command of create fightclass
Hello, I am not sure to understand exactly what you want say, but if I have understand, try to use the spell condition "Spell Affected By A Proc".
-
WRobot crashes
Hello, Do you get this problem frequently? At the start? Like Eeny said, try to install SlimDX (and if you can share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ )
-
Version problem
- Mr
-
Version problem
Hello, Do you run WRobot in admin Windows session? Can you share your log file please : http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
New to Wrobot
Hello, You can found ban reports here: http://wrobot.eu/forums/forum/29-security-ban-reports/ WRobot only supports the old donjon (raid) you can do solo (if the profile is available). You can download profile here: http://wrobot.eu/files/category/4-profiles/ You can use trial version of WRobot to test features.
-
Bot stops working
I have found others problem similar at your problem on google (for others software), update framework seem resolve the problem. Try and tell me if this works.