Jump to content

Matenia

Elite user
  • Posts

    2226
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Matenia got a reaction from grrberry in [PAID] HumanMasterPlugin   
    It's always in the latest download link.

     
    Will be in the next update
  2. Like
    Matenia got a reaction from (̾●̮̮̃̾•̃̾) ̿ ̿ ‘̿’\̵͇̿̿\ in [PAID] HumanMasterPlugin   
    Hit CTRL+A inside that screen now hit DEL. Close the list.
    See any improvements? If not, re-download wRobot. Get your fightclass and the plugin (nothing else) and run it in Automaton. See if the CPU still spikes. Add plugins/profiles one by one and see what might interfere.
     
  3. Like
    Matenia got a reaction from (̾●̮̮̃̾•̃̾) ̿ ̿ ‘̿’\̵͇̿̿\ in [PAID] HumanMasterPlugin   
    PM me your log file and your Rocketr transaction ID on Discord.
    General advice for high CPU usage is cleaning your NPC database entirely (delete the file while bots are off) and turn on auto vendoring in HMP or manually add/set your vendors.
  4. Like
    Matenia got a reaction from doped0c in [PAID] Frostmage 1-60   
    Frostbolt range is set to 25 yards. This was requested by several people, because mobs usually keep moving and if you set it to frostbolt range (30-36 yards, depending on talents), they will outrange you constantly.
  5. Thanks
    Matenia got a reaction from LukeJudd in [PAID] Shadowpriest 1-60   
    Make sure your combat rotation isn't too slow (check Fight logging). If it's too slow, disable framelock.
  6. Thanks
    Matenia got a reaction from LukeJudd in [PAID] Shadowpriest 1-60   
    Yes, dots are only used in the shadow rotation (as soon as you get mind flay).
    It will smite/wand (primarily) depending on your current level and fightclass settings (good wand).
  7. Thanks
    Matenia got a reaction from Ruffy in [PAID][TBC] Enhancement Shaman 1-70   
    I would rather wait for Droidz to fix this issue (because it's a general issue with looting).
    For now you can use the vanilla combatlooter plugin (should work in TBC+WotLK), that one will not skip looting.
  8. Thanks
    Matenia got a reaction from Enraged in [FREE] [PVE] 1-40 Enraged Frost Mage Vanilla   
    This is free and was never for sale. If you purchased any product on here, you most likely still have the download link in your emails.
    Almost all sellers use Rocketr, Sellfy or Selly.
  9. Thanks
    Matenia got a reaction from FNV316 in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    Since he sells via Rocketr: They send an email to your PayPal email with the download link.
    It says so during the buying process.
  10. Like
    Matenia got a reaction from reapler in SmoothMove   
    On vanilla, for CTM to work, you need to set your monitor (or use software to force it on WoW) to 60Hz, enable Vsync ingame and cap your FPS at 60.
  11. Like
    Matenia got a reaction from Gregoryn82 in [PAID] HumanMasterPlugin   
    The addon is called Carbonite. It doesn't exist for vanilla, it's a questhelper addon.

    CTM is necessary, because it's the only way I can get you out of the tram, if you get stuck. Also water without CTM is a mess.
  12. Like
    Matenia got a reaction from Silentviper in AvoidIt   
    Do you mind sharing the source for this?
    There are some problems on earlier expansions that it might be worth fixing - mostly in regards to your settings.
  13. Like
    Matenia reacted to FNV316 in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Hello, yes it is, but I need a few more weeks to balance it for weak solo classes (Warrior / Rogue), doing some minor bug fixing and implement missing features. First part will be 1-40, 40-60 will follow later. I'll also release some video footage to give everyone interested an honest impression of what to expect from the profile.
  14. Like
    Matenia got a reaction from FNV316 in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    You should add dedicated trainers and vendors (that sell food/water, preferably) as well as repair NPCs in the quester profile. It makes it more reliable.
    Then you can add a line to 
    NpcDB.AcceptOnlyProfileNpc = true; to only use profile NPCs. That'll help with it going to random NPCs the user may have in his database or not going to trainer at all.
  15. Like
    Matenia got a reaction from Lbniese in [PAID][PvP] Frostmage   
    No, I don't play retail
  16. Like
    Matenia got a reaction from FNV316 in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Hey, just a small addition. This is C# code you can use to add items (westfall stuff) to your DoNotSell-List:
    wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add("Okra");  
  17. Thanks
    Matenia got a reaction from mrfrank in [PAID][1.12.1/2.4.3/3.3.5a] AFKing and Humanizing plugin   
    My bad. I uploaded a new version where it won't try to loot if you have it disabled in your settings.
  18. Haha
    Matenia got a reaction from BetterSister in [PAID][1.12.1/2.4.3/3.3.5a] AFKing and Humanizing plugin   
    My bad. I uploaded a new version where it won't try to loot if you have it disabled in your settings.
  19. Like
    Matenia got a reaction from Marsbar in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    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>  
  20. Like
    Matenia got a reaction from Marsbar in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    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()  
  21. Thanks
    Matenia got a reaction from FNV316 in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    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()  
  22. Thanks
    Matenia got a reaction from FNV316 in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    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>  
  23. Like
    Matenia got a reaction from reapler in [PAID][PvP] Restoration Shaman   
    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.
×
×
  • Create New...