Everything posted by Droidz
-
Ignore This mob
Hello, Activate option "Start fighting with Elite" for don't avoid this mob (you can found this option in advanced "General Settings"). Tell me if your problem is solved.
-
Wrobot Warlock Immolate and Incinerate problem?
Hello Use spell http://www.wowhead.com/spell=686 instead of http://www.wowhead.com/spell=29722. Use spell http://www.wowhead.com/spell=172 instead of http://www.wowhead.com/spell=348. Tell me if this works. You can use this macro to get base spell name:
-
Gathering problem
Hello, What is your latency in game?
-
Profile Issue, Need Dr , Droidz =D
For http://wowhead.com/quest=8330 you need to make one quest by item at farm (one quest by objective), wrobot try to return to object already collected. For http://www.wowhead.com/quest=9704 add in "Macro when interact" this: CompleteQuest() GetQuestReward(1) AcceptQuest() (I'll add possibility to pickup/turnin quests on dead npc later).
-
Bosslist
Wait next update, I have added fightclass option (General Settings) "Additional C# Code". This is sample (with you bosslist): AdditionalCodeSample.xml
-
Ultimatum Issues (Prot Warrior)
You can found wow lua functions here: http://wowpedia.org/World_of_Warcraft_API
-
Ultimatum Issues (Prot Warrior)
You code has errors. - Before "UnitPower("player")" add "(". - "UnitBuffID("player",122510)" is an PQR function (no wow function), replace it by "UnitBuff("player",GetSpellInfo(122510))". - I have also removed unused variables. Result: condiok = 0; if (UnitPower("player") >= 85) or UnitBuff("player",GetSpellInfo(122510)) then condiok = 1; end
-
Ultimatum Issues (Prot Warrior)
Try this, tell me if this works HSProt.xml
-
troll start
Hello, What is the name of the quest (wowhead link)? Do you have try to use quest type "InteractWithNpc" instead of "KillAndLoot" to make agroo?
-
quest turn in
Hello, Wait next update, I have fixed the problem, for unknown reason in this zone he has an game object without name (this cause an error in wrobot to get wow object by name).
-
Goblin Starter Quester
Add in "Quests order" new action "RunLuaCode" and in param "AcceptQuest()". male goblin quest FIXED2.xml
-
Ultimatum Issues (Prot Warrior)
Hello, I don't have warrior, but I have found it: http://dl.dropboxusercontent.com/s/dng7cwknxh52nh4/AzN_WARRIOR_Abilities.xml (pqr profile): http://www.wowhead.com/spell=122510 ID = 122510 http://www.wowhead.com/spell=2565 ID = 2565 http://www.wowhead.com/spell=122016 ID = 122016 http://www.wowhead.com/spell=845 ID = 845 http://www.wowhead.com/spell=78 ID = 78 Ability: Prot Heroic Strike local playerhealth = 100 * UnitHealth("player") / UnitHealthMax("player") local targethealth = 100 * UnitHealth("target") / UnitHealthMax("target") local threat = UnitDetailedThreatSituation("player", "target") local start, duration, enabled = GetSpellCooldown(2565) if (start + duration - GetTime() > 0 and UnitPower("player") >= 85) or UnitBuffID("player",122510) or UnitBuffID("player",122016) then if AoE == true then CastSpellByName(GetSpellInfo(845)) else CastSpellByName(GetSpellInfo(78)) end end
-
Resurrect Die Pets with NPC Not Working
Your entry id is good? What can you share the log of bugged WRobot session (after getting problem).
-
GetReactionTowards(WoWFactionTemplate otherFaction): System.NullReferenceException
Wait next update and tell me if you get again this error. But it is not important, this doesn't affect performance of wrobot.
-
Bosslist
Hello, I'll not add it in wrobot. But I'll add in fightclass possibility to add custom c# function/methods. I post here sample when I have added this feature (sample of use of your boss list).
-
Pause Bot
I'll add timer by player, to pause only if player is near your more than X sec.
- Moll-e with Gatherer
-
cant get to add my sub
Hello, I have replied at your support request (if you launch wrobot with shortcut ."WRobot Quick Launch" you license key is selected automaticly, you need to launch wrobot with "WRobot.exe"). Your problem is solved?
-
Buy Wrobot
Hello, You can pay with bitcoin, or help the community (create profiles, fightclass, help for user support) to get free license key.
-
Can Wrotation be made more effective?
Hello, For one, check if your fightclass use all spells required and if optimised. If your fightclass is good but slow, you can: Activate options (in advanced general settings) "Unlock fps limit" and "Improve combat rotation speed". In the fightclass settings you can also increment "Frame per seconde". (More you have fps in wow, more wrobot is reactive, use low image quality in wow to get the best fps).
- Dungeon Profiles
-
Chatframe
Wait next update, I have added tab chat in main window.
- Moll-e with Gatherer
-
herbalism horde 75-125 fly and jup in mountain not geting up :O
Can you share your log please (you can found it in "Logs" folder). Can you try to activate option "Use Lua to move" in General settings advanced.
-
Resurrect Die Pets with NPC Not Working
Hello, Npc is far of your farming zone? If yes, in "General Settings > Advanced > Tab Others options" increment Npc/Mailbox Search Radius. In "Product Settings" do you have activate option "Revive even if one pet is dead"?