Jump to content

Matenia

Elite user
  • Posts

    2226
  • Joined

  • Last visited

File Comments posted by Matenia

  1. Because it's not smart enough to be used in arenas. Some people except PQR style with movement and such. The bot doesn't have anything to support that. At best you would have your bot on partymode standing still spamming some heals.

    But other people basically expect to run it with wRotation and only move while the bot plays the game for them. This is not what this fightclass is for.
    For your use case, I'd say go for it.

  2. Honestly, I think this dude is doing something shady.
    Saying in 1.7.2 it doesn't work at all (he hadn't updated in that long), in 1.8.2 it doesn't pick up/turn in quests at all. I suggested he use the TurnIn addon because with some quests the bot can skip a turn in step sometimes.

    I've had over 20 people buy this and not a single complaint before except that one guy who admitted to cracking it on Discord. I uploaded the unencrypted version for my Horde and Alliance profiles now, but I still think something shady is going on - or maybe the quester base is currently broken.

    @Droidz can you confirm this user has purchased a license key? I supplied the non-encrypted version to him now anyway, because I do not want my customers to say I am a scammer. But I am warry to trust some random Chinese.

  3. 12 minutes ago, chinny said:

    Received a profile with junkcode in it. Bot is not able to run it as it throws some random error.

    [E] 16:51:03 - Quester.Bot > Pulse(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Quester.Bot.IloawagoiqubeIxiovuto.PicofiewienoumUpoik(Boolean ocuego, String saupe)

    Hi. I don't give support to users of the cracked version and it does not run with the trial key, as discussed earlier in this thread.

  4. On 2.9.2017 at 9:09 PM, ramzesbg said:

    Very nice... you restricted the download in Rocketr to single IP. Now my IP has changed on my laptop. How do I download future updates and in case I loose the profile or reinstall my computer. Is this what I paid money for?!

    My bad. Removed that. No updates thus far though.

  5. I just double checked, just to be sure. If you do not have that option anymore, then you already have the latest version of the fightclass.

    That error might be caused by your bot in general, not the fightclass in particular. I thought it may have been an old fightclass, but it seems to not be the case.

    Maybe check that in your general settings (bot, not fightclass), "attack players" isn't deactivated? The backlisting error you're getting can't be related to the fightclass, if you do not have the "attack players" option in the fightclass settings anymore.

  6. If you don't want a path to be run twice, you can use the completecondition for that step.

    Quest.GetQuestCompleted(questId) || Quest.IsObjectiveComplete(1, questId)



    Other helpful methods are

    Quest.HasQuest(questId)
    Quest.GetLogQuestIsComplete(questId)
    Quest.AbandonLastQuest()
    Quest.CompleteQuest(gossipOptionItem)
    Quest.GetNumActiveQuests()
    Quest.AcceptQuest()
    Quest.CloseQuestWindow()

     

  7. I haven't tested this, but I saw what you said about The People's Militia 1 1.

    Assuming this is the quest:

    http://db.vanillagaming.org/?quest=12

     

    Go to your XML file, go to the <EasyQuest> declaration for this quest.
     

    <AutoDetectObjectiveCount1>true</AutoDetectObjectiveCount1>
    <AutoDetectObjectiveCount2>true</AutoDetectObjectiveCount2>

    Set these to false instead.

    <ObjectiveCount1>0</ObjectiveCount1>
    <ObjectiveCount2>0</ObjectiveCount2>

    Set these to 15 each, as below:

    <ObjectiveCount1>15</ObjectiveCount1>
    <ObjectiveCount2>15</ObjectiveCount2>

     

  8. 11 hours ago, yadig1 said:

    Received a profile with junkcode in it. Bot is not able to run it as it throws some random error.

    [E] 16:51:03 - Quester.Bot > Pulse(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Quester.Bot.IloawagoiqubeIxiovuto.PicofiewienoumUpoik(Boolean ocuego, String saupe)

    q8Xstlw.png
    Works for me, with my normal license key (btw, this is the Alliance Quester you are commenting on, but I've only sold the Horde quester).

    @Droidz added the encryptor recently. Is there any reason why it wouldn't work for someone? When I tried it with the TRIAL key, I get the same error as @yadig1.

    For now, I will just update the files on Rocketr with the unencrypted version. I hope Droidz can resolve this soon, as I really don't want my product to be easily sharable.

    EDIT: After having more users test them, they work correctly. Currently, with the TRIAL key it seems to not work. Therefore I will re-upload the encrypted versions and ask @Droidz for clarification. 

    unknown.png?width=652&height=534

    here is proof that these profiles work, in the encrypted version.

     

  9. 1 hour ago, reapler said:

    @Matenia does the "Real cast detection" based on events?

    It is based on locking frame, then using Lua to read UnitCastingInfo and UnitChannelInfo. I've found events to be unreliable, because they only work for enemies that are either your target, focus, pettarget or mouseover. If you temporarily set it to focus, you can just call UnitCastingInfo and get the required information.

  10. 39 minutes ago, pedrooky said:

    How does it handle wands? Is it wonky at all where it stops and tries to auto attack as well? Does it cycle between attacking and not attacking mode while in combat?

     

    Admittedly, I am not really sure what you're asking. It will start wanding if nothing else is available in the rotation. So for example, if you're below 20% mana or no shield is available (to prevent many issues, it only mind flays with works up). It stops wanding if something else becomes available. 

    Now it doesn't always immediately stop wanding when it technically could, and I haven't found a solution for that. But I've used this to farm extensively at level 70 and to level 1-70 and haven't had issues with wanding. 

    In TBC, you have enough Lua available to make it happen, and I might improve wanding in the future, if I figure out why isn't doesn't always instantly stop. But it doesn't autoattack or look otherwise bottish. 

    I'm not sure what you mean by attack mode, but I believe it doesn't do this. 

    [FREE] Combatlooter

       730    4
    39 minutes ago, eebm said:

    Tried it, makes my wrobot crash and freeze my wow.exe after 10-34seconds .=( 

    I've been using this on Warmane's TBC for days now. If you tried it on Wrath or Vanilla, maybe that's what's crashing it.
    Or another conflicting plugin, possibly.

×
×
  • Create New...