Jump to content

exuals

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

exuals's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. 10~ colored lines, 25+ profiles. I did think about that though, will remove if more people want me to.
  2. Version 1.0.1

    1294 downloads

    Exuals Northdale Horde 1-30 Kit 25 top quality, hand crafted, grinding profiles created by extensive database searching for optimal mobs based off level range, quest objectives nearby, pack density, neutrality, armor, value, PvP etc 13 quests in Stonetalon mountains for making accounts seem more realistic. Contains a hunter fightclass updated to handle Vanilla & overpopulated servers, adequately can handle multiple mob pulls, scare beast, feign death, etc. Based off Eeny's hunter fightclass, shout out to him. and a plugin that opens crab shells, it's nice. All tested by myself on Northdale during 12k+ population prime times, these were made to avoid the packs of bots and players/pvpers Some loops it has: Install instructions if you need, I hope you don't, are in the readme
  3. Seriously? It's so accurate on my breath remaining in MS, thanks though guys.
  4. Can't find it anywhere throughout the wManager. Human master plugin has this variable for sure and it's not on a timer, anyone know it?
  5. I've tried writing custom plugins to blacklist with a scan around the NPC it targets and it's still not even reasonably useful. The radius it checks for attack before being attacked in is so small and blindsided. I'll watch it set a path with a node on top of an hostile NPC? I've added every possible mob in the area to my target list, it will still make the stupidest choices of target, like the mob in the back and run up to range pulling everything. It will try and attack another mob if your pet is being hit and not you. Blacklisted NPCs are treated as if theyre invisible and will 100% kill you while bot attempts to go kill other targets. Why not sort potential targets by distance? Why not check node paths for nearby enemies when walking, can these be added please?
  6. So they have a note system in place, you can find screenshots of it if you go through the GMs comments on the subreddit. It basically keeps tracks of infractions, past mutes, etc etc. Sometimes a new GM can't ban but will leave a comment for a senior GM to investigate, eg if you failed 4/6 of the anti bot measures. You have to be online for the senior GM to follow up, they won't wait till your 60, it'll be within a day or two but I could be wrong on that.
  7. It will repeatedly choose an Alliance vendor when I'm Horde, it made 17 trips to an Alliance base, obviously dying. I manually disabled it in the DB and it still will go to that vendor which is farther than the nearest Horde one. Any plans for fixes or at least an API call so I can rewrite functionality?
  8. Look at the other fightclasses and check for simple numbers at first near spells names to get an idea of what it's doing. eg. Most fight classes will have ObjectManager.Me.HealthPercent which is a check to see if your health is greater or less than a certain threshold. "If health less than 70%, cast renew" Start tweaking numbers to change what percentage what spells trigger, if you don't want it to do a spell, comment it out by placing '//' infront of the lines of code. if (RaptorStrike.KnownSpell && ObjectManager.Target.GetDistance < 8) { RaptorStrike.Launch(); } change to if (RaptorStrike.KnownSpell && ObjectManager.Target.GetDistance < 8) { //RaptorStrike.Launch(); } Here's a more complex line that is almost human readable, hopefully the fightclasses you download were written well: if (ObjectManager.Me.HealthPercent <= 40 && FlashHeal.KnownSpell && !ObjectManager.Me.HaveBuff("Shadowform") && ObjectManager.Me.ManaPercentage > 15) { FlashHeal.Launch(); } "If my health is less than 40% and I know flash heal, I'm not in shadowform (the ! means inverse) and I have some mana"
  9. K this will be a bit technical but don't be a bitch and google it. Use classicdb.ch for the NPC database to find beasts or elementals around the level you are. Switch to https://vanilla-twinhead.twinstar.cz/?zone=406 and select the zones then pick an area you're in or near. Order NPCs by level, scroll to find your level range, look for beasts that are ideally neutral but can be aggressive if spaced out. Click on said NPC, it will hightlight the nodes on the map indicating where that NPC spawns, find an NPC in a remote location, you can cross reference classicdb.ch again on their zone DB which shows quest locations and if the NPC is part of a quest. The best mob is a neutral, non quest npc somewhere remote, like a river between two zones. Start up a private server of your own, takes a few minutes, make yourself GM and teleport to the NPC location. Mount up, set invisible and make your profile in a minute easy. Ideally you teleport 3 or 4 times making a string of profiles slowly climbing in npc level, make a quester profile which simply launches these profiles you made. A strong fight class is only possible with C# and modifications to be honest, the free ones don't account for multiple mobs, risky pulls, CCing a secondary target. Perhaps buy one or get someone to do a custom one for you. You get to 59 on Northdale?
  10. preraid bis gearing and quests for dungeons for last 5-7 levels, prior to that you can babysit grind quests. eg. go to an area, grab a grind quest and setup a profile to run it for an hour, repeat.
  11. Thanks for finding it, knew they had tests. I'm writing a plugin quick for this.
  12. All AFK characters in stormwind instant banned lol. We can bypass tests with stronger fight classes that detect when a mob suddenly teleported. The real question is can we have the bot tell me when a GM is watching, we have full access to WoW memory set, the fact that they're there is readable in memory even if invisible. Setup a private server, have a GM silently watch your bot, memory dump and compare to the same dump without GM logged in to find the values. A GM is still a player and players can be detected in memory.
  13. I agree with this, the reddit comments mentioned drop tables being too large would cause performance stress. Plus you walk client sided, hence speedhacks, they're not monitoring walking patterns.
  14. I babysit my char's and only let them run for a 3-4 hour period unattended when their won't be EU people on. The tests are real, it was mentioned twice by a senior GM and I've seen it happen to my character before.
×
×
  • Create New...