Jump to content

Andoido

Premium Seller
  • Posts

    398
  • Joined

  • Last visited

8 Followers

Recent Profile Visitors

5965 profile views

Andoido's Achievements

  1. Sent you a PM with an updated file that has zero ingame ui functions. Let me know if that fixed the issue and ill push the update(s) to all the files. Can use "WhatsGoingOn" plugin, if you need ingame stuff.
  2. Its possible it could be from the lua events via the ingame interface. Can you please try disabling the interface. (DisableLINE 4) in the profile editor list. And get back to me please. I may just remove the interface all together with the new plugins avaialble.
  3. Sometimes the windows defender will trigger the exe as a virus. to fix this youi just need to add it into the exception list for the defender
  4. Shoot me a PM, I can give you the custom code used in most of my Profiles if you are interested. The link above works too!
  5. Great! Humanmasterplugin will help you greatly. Glad you are doing well man. If you have questions or issues don't hesistate to ask us
  6. as for vanilla profiles working. The content is the exact same. So Yes the profiles will work. Same ID's same everything. So if you could explain your problem a little better i could help.
  7. My profile contains custom codes to click flight paths, and to use them in certain situations while questing. I dont controll buying food or drinks that is a plugin that you should look for on the forums. HMP does this. Its a simple runluacode that goes to the flight path clicks, it then clicks the defined destination. If you do not have the destination then you will run into issues, for example starting at level 20 and not having camp taurajo FP. and the profile says lets fly to taurajo.. Well it wont =p. Other than the flight path issue. There are plugins like "Vanilla Flight Master" or its updated version atleast, which will always fly. I recommend you look into using this.
  8. Yea he needs to contact me - as stated in all posts + Rocketr on discord. Andoido#0218 In order to get the fix for this since my auth server is no more, you and the many beofre you are getting a fixed version.
  9. I totally missed this thread. Thanks for your hard work droidz! everyone is greatful
  10. With my Horde Remake Release - ive decided to relase Every single piece of code ive ever written, discovered, edited, messed with etc. I put... MANY .. MANY Manyyy hours into this list. Because i have a disibility with my memory @elitecasaj00 Reccomended that i "write it all down". Using VS to create the code for the specific quest and adding to my cheatsheet. Youll notice i have specific names for the // commands -- like // Gather, harvest, xgather - runcode - so i can CTRL-F stuff easier. Not all credit was given proper to the authers of some of this code, however the ones i do know off the top of my head are @Droidz, @Matenia, @Smokie @reapler and on some i tried copying the exact url of where i found it. @Droidz Can you Pin this topic - I think it is sup sup helpfull !
  11. try changing the priority to 1, other than that i dont see anything that would cause it to"not" be used on pull. i dont have wrobot open atm, but is there not a condition that allows you to use it on pull?
  12. in the off chance your creating your own quester profile here is a small code that i use. Make sure to change the ContinentID != (aka does not equal) Azeroth. so if your in Kalimdor, you would put == instead of != and change Azeroth to Kalimdor. if (wManager.Wow.Helpers.Usefuls.ContinentId != (int) wManager.Wow.Enums.ContinentId.Azeroth) { wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.Wow.Helpers.ItemsManager.UseItem(6948); System.Threading.Thread.Sleep(1000 * 20); // 20 secondes wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true; } And if you wish to check your hearths location in an IF statment Lua.LuaDoString<string>("bindlocation = GetBindLocation(); return bindlocation;") != "Orgrimmar"
  13. I could not get this to work. i disabled every addon (HMP, move during combat,) even the "use path finder" like droidz said, and the fucker still spirals up into the air. so i gave up and just use a ground mount, sucks i know
  14. update: -bphook + renamed Wrobot.exe to WRRobot.exe, banned yet again >< So is this just me or, is anybody else having the problem Rofl. Maybe its time for a Reformatt of the computer + a fresh install of wrobot. idfk.
×
×
  • Create New...