Jump to content

Marsbar

Elite user
  • Posts

    411
  • Joined

  • Last visited

6 Followers

Profile Information

  • Location
    =ObjectManager.Me.Position;

Recent Profile Visitors

4379 profile views
  1. https://github.com/Marsbars/OSPlugins/tree/master/mQuestObjMarker
  2. What you see is pretty much what you get I'm afraid. It really depends on the expac you're looking to bot on. Also make sure you're in the right area depending on what you're looking for. This area for example is for quester profile for WotLK https://wrobot.eu/files/category/126-quester-wotlk/
  3. Make sure you have the right ID, there are 2 humble tasks, 753 and 752. 752 is the first one. ahumbletask.xml
  4. You can hook onto the https://wrobot.eu/byme/doc/html/E-robotManager.Products.Products.OnChangedIsStarted.htm event and run whatever you need to in there
  5. Oh lol dude, add a using System.Linq; to the usings at the top of the file
  6. This should be enough as your if statement: if (Swipe.KnownSpell && Swipe.IsSpellUsable && Swipe.IsDistanceGood && ObjectManager.Me.ComboPoint <= 3 && ObjectManager.GetWoWUnitAttackables().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 8 && u.Guid != ObjectManager.Pet.Guid) >= 3)
  7. Welche expansion spielst du? Es sollte schon ein paar fightclasses geben die heilen eingebaut haben. Leider ist es etwas schwer eine heal fightclass zu erstellen ohne etwas c# wissen.
  8. @DroidzThis server has a modified client but is still wotlk 3.3.5a 12340, the offsets should all be the same. As Trustjah said, it used to work. What does wrobot do to check whether the wow client is supported?
  9. All of those things should work via the trial however for training spells, selling and repairing you need to have NPC's in your NPC DB. Wrobot attempts to add them itself but it's a bit hit and miss. Generally the profiles have NPC's in them too. To manually add NPC's and mail boxes go here: Then target the NPC in game then select the NPC type from the dropdown (1.) and click the big button (2.). This will add your current target into the NPC database and the bot should now use that NPC for whichever type you have selected.
  10. its free now, just download it from the download button
  11. Marsbar

    c# itemlink wotlk

    Getting the itemLink of an item via C# is incorrect if it is an item with potentially random stats, example below: I assume this isn't correct behaviour?
  12. Exactly what I was looking for, thank you.
  13. Does anyone know how the RunCode class works? I want to be able to let a user enter some C# similar to the quester runcode step. The RunCode class has some Compile methods but none for running that I could decifer. Any help would be appreciated ❤️
  14. Try running the fightclass with WRotation, if it doesn't disconnect you then the fightclass isn't the problem
  15. Was just typing out a message lol. One can also use Environment.NewLine in C# if that's easier.
×
×
  • Create New...