-
Content Count
406 -
Joined
-
Last visited
About Marsbar
-
Rank
Advanced Member
Profile Information
-
Location
=ObjectManager.Me.Position;
Recent Profile Visitors
3009 profile views
-
Sleepwalker reacted to a post in a topic: Use certain spell when a certain number of mobs are in range?
-
Sleepwalker reacted to a post in a topic: Use certain spell when a certain number of mobs are in range?
-
Marsbar started following Disfunctional program, Use certain spell when a certain number of mobs are in range?, [Help] Druide Restoration Heal(party) and 1 other
-
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)
-
Marsbar reacted to a file: TrainerScanner
-
Energia reacted to a file: MoneyMailer
-
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.
-
Marsbar reacted to a post in a topic: Official WRobot API Documentation
-
Marsbar reacted to a post in a topic: WRobot for Project Ascension
-
@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?
-
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.
-
Harvest Golem reacted to a file: [Free] RequestHandler
-
Marsbar reacted to a file: PoisonMaster
-
Kamogli reacted to a post in a topic: Fight Class Range
-
Kamogli reacted to a file: [Free] Ammo
-
Kamogli reacted to a file: [Paid] TravellerPlus
-
Kamogli reacted to a file: [Free] qObjMarker
-
Marsbar started following 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?
-
Marsbar reacted to a post in a topic: endless.gg ?
-
Exactly what I was looking for, thank you.
-
Marsbar reacted to a post in a topic: RunCode class
-
Marsbar started following RunCode class
-
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 ❤️
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Marsbar commented on Talamin's file in Fight Classes - Wotlk
-
C# Variable in Lua.DoString() gives lua error
Marsbar replied to Harvest Golem's topic in General assistance
Was just typing out a message lol. One can also use Environment.NewLine in C# if that's easier. -
That's not the problem really, I've played on that server myself quite a bit (including creating fightclasses that cater for classless chars) that's why I thought it'd be fine but then I went on to check and the Lua for returning pet happiness doesn't return a value, everything else should work fine.
-
No it isn't. Edit: Nevermind I was wrong - it is the fault of the server.
-
If I do Logging.Write(MovementManager.CurrentPath.Find(x => x == MovementManager.CurrentMoveTo).ToStringNewVector()); I get the Swimming type but MovementManager.CurrentMoveTo doesn't have it.
-
Ah gotcha, good to know