-
Posts
1887 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by BetterSister
-
[Paid Request] Legion Questing and fighting classes
BetterSister replied to wowfan's topic in Profiles and Requests
Not from me untill i finish quests -
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
edited the runcode to accept the quest edit: edited it again cuz of typo- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
Okay lets try this: Add quest order action type While with code !Quest.HasQuest(14074) then add under it RunCode with this in it: Vector3 narasiloc = new Vector3(32.222, 33.2225, -5.22244f); wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(narasiloc, 4561, 3, false); Lua.RunMacroText("/run AcceptQuest()"); (Change the coordinates to correct one otherwise it should be correct. You can get NPC coords from helper tools -> Target NPC info) after this all add EndWhile it should look like this:- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
Alright finished the quest... Damn it was hard to script after all but it's done I'll look into the daily now- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
Small beauty problem there (1 -> 10 -> 2) is this objective ID 1 2 3 4 5 6 ... or is it 1 10 2 3 4 5...? edit: looks like it is properly 1 2 3 4 5... on helper tools Works flawless
-
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
yes as long as it is always the same option on same npc. I'll look into it in a moment i'm currently trying to script a quest that Droidz just uploaded compatibility update for- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
if there is even little bit randomness on each NPC it is hard to script but it is possible. It is easy to tell the bot to interact with NPC and take the X option- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
[Paid Request] Legion Questing and fighting classes
BetterSister replied to wowfan's topic in Profiles and Requests
I'm currently working on Azsuna. I don't have ETA yet because i don't know what the quests will be like untill i pick them up -
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
Is the correct quest 3rd always?- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
not without custom script- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
cool
-
Wrong daily quest pickup
BetterSister replied to craine's topic in WRobot for Wow Cataclysm - Help and support
the problem is bot can't tell which one of the pickup quests is right one so it tries to pickup first quest on first try. If it fails it trys to pick the 2nd one and so on- 19 replies
-
- daily quest
- quester
-
(and 2 more)
Tagged with:
-
how long it is gonna take about? i can't finish this quest without this because the objective IDs aren't logical Remember to add it on helper tools too!
-
meanwhile i'll use Quest.IsObjectiveComplete(8, 37660)
-
10 should do the trick
-
Ability to tell bot to take one of mentioned quests
BetterSister commented on BetterSister's bug report in Bug Tracker
Oh so you can actually do that already! I learned something new -
Ability to tell bot to take one of mentioned quests
BetterSister commented on BetterSister's bug report in Bug Tracker
I found the IDs! http://www.wowdb.com/quests/44137-into-the-fray http://www.wowdb.com/quests/38834-into-the-fray -
On legion there is quests like Into The Fray (not available on wowhead yet) which has 2 different IDs but same name but meanwhile they are exactly the same quest. (turnin-only quest this case) It is completely random which one you will pickup. If i add 1 of these then the profile will break for someone else There might be daily quests too that have exactly the same name but different IDs and it is random which one you will pickup so this feature would have to be added on all expansions
-
yes there is by using Skrill manually
-
I checked the website payment method which indeed is broken. Always when i change country it will disable writing on address bar @Droidz check this out Saper, website is connected to paypal paying
-
How to use Skrill: Go to Skrill website, send payment (Currency in €) of the selected subscription at [email protected] and contact Droidz here with your WRobot account name and Skrill email, I'll activate your subscription quickly (if you can, it is recommended to use PayPal, all is automatically activated).
-
yes with skrill but it requires manual activation so it can take few hours
-
Try chosing country again first. I'll check it in few mins
-
How you can't access it? Error? Could you take picture of it (if there is anything sensitive information blur them out)
-
Correct sentences for MoveTo in RunCode
BetterSister replied to craine's topic in Quester assistance