Jump to content

spacecowboy

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

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

spacecowboy's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hmm. Im using it together with HBM from Schaka, maybe they interfere with each other ?
  2. Version 1.0.0

    161 downloads

    Use Case: You level your character but something keeps you checking it, preventing you from the ultimate AFK experience that all these Quester/Grinder seller promise you. You guess it right, its the talent assignment. Features: Assign Talents for the primary spec All Trees are configureable Pet talents also configureable You can configure the order of trees to be skilled How it works: In the plugin settings you can find options for all 4 trees (Tree 1-3 and Pet). The format follows the these rules: The order is from left to right, appended by the next row Each character in the sequence is the number of points that you want to assign to that talent, i. e. 0-5. Example: The configuration for the retribution paladin tree: https://truewow.org/talent-calculator#sVVzZVZVfbtbIuhdIfsu FirstTree = 3 SecondTree = 2 ThirdTree = 1 Tree1 = 050501 Tree2 = 05 Tree3 = 05232051203331302133231331 Note: Tested for 3.3.5, but the API calls that are used also exist in Cata, TBC and Vanilla. I don't know if it works for other versions. Cheers!
  3. Version 1.0.2

    160 downloads

    Use Case: If you level up a character and it does quests or gets soulbound items via equipping them. Eventually the bags will fill up because they cant be send away if you dont want to sell them by default. Features: Option to enable to sell green soulbound items (Default=true) Option to enable to sell rare soulbound items (Default=false) Option to enable to sell epic soulbound items (Default=false) Note: Tested for 3.3.5, but the API calls that are used also exist in TBC and Vanilla. I don't know if it works for other versions. Cheers!
  4. I found it out. Im using the lua API now to do both. Unfortunately, there is no API call to sell specific bag items, is there?
  5. Hio! How to find out if an item is soulbound or not? I saw that there are some Descriptors with contain flags, which may give some info about it. I assume it is a bit vector. But which bit gives me the required infos? Also for random items, how do i get the full name? cheers!
  6. For some reason It does not go training at all when activated for the WOTLK client. I have added train levels every 4 level.
  7. Hey! I would love to add steps to the quest order above/below of the currently selected step. Currently it just appends them to the end, which becomes extremely tedious if you have about 500 steps and you need to go the the beginning. A workaround is currently to edit the files manually and the reload it, but this is about as tedious. Cheers!
  8. The Quester module executes steps, there is a step called GoToStep, which I believe just takes a number. I want to jump to a variable step at a certain point but I don't know how to run code in that action. So I thought I could execute the GoToStep step from some internal call, I found the enum in the API but not a function to execute an arbitrary step.
  9. Hey! For a project of mine I would like to set the GoToStep action parameter programatically, how can I do that? Actually, how can I execute any action programatically? Cheers!
  10. TLDR: @BetterSister, is probably right. In the end I didnt get it to work directly. However, @Ordush, suggested a way to run it through a VNC server. Another alternative is to use KVM and run it in a windows VM obviously. Cheers!
  11. Hio! Since I can not get wow to connect to any server in my virtual machine with windows 10 for some reason, I was trying to run the bot using wine under linux. I needed to install dotnet45 using winetricks and add msvcr100 dll. Upon doing that the application started, when using the "-nodx" option. However when I tried to log into a character, the application crashed having a nullreference exception in MemRobot.Memory.HWBPThread() Hope someone knows the answer to either getting wow to run on the VM or resolving this issue xD cheers!
  12. Version 1.0.0

    223 downloads

    DISCLAIMER: English client only! If you want to use it for another language, change the Spell strings in the file! Hey! I made this fight class solely for farming, especially elementals. Combine it with some grinder. It does something for leveling as well, but its pretty obvious that it is a bot if you try to level from 1-62. Features: Automatically applied windfury to weapons. Pulling with Lightning Bolt if the target is far away or unreachable due to the environment. Using Water and Lightning Shield to regenerate Mana. Using Ghostwolf during farming and mounts up to go selling (Disable auto mounting in settings, You need to adjust the mount strings in the file for your mount) Executes the rotation following: Stormstrike > Flame Shock > Earth Shock Loots as soon as possible, with a custom loot fix. Heals up if < 50% or below 70% when outfight. Does not attempt to cast lightning bolt or heal if not enough mana Other Mods: I use SmoothMovement (WOTLK Plugin) Combat Looter MoveDuringCombat StopTabbedAttack, didnt seem to work well with this fight class. I will not update this fight class, feel free to use the source and publish it yourself. It is not allowed to use the fight class, modify it slightly and release it in a paid manner. cheers!
  13. Hey! It says in the description that its limited to one ip, but what does it mean? Can I still run the bot on my pc, even If I switch places (I travel a lot)? cheers!
×
×
  • Create New...