What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Fight at Joe's - 2.0

Status
Not open for further replies.
well tonight when i get home i am going to try this code int he Darkness.cs file.. i pray that it works.

PHP:
if (BuddyTor.Me.HealthPercent <= 95 || BuddyTor.Me.ResourceStat <= 50)
                    {
                    do{Spell.Cast("Seethe");} while (BuddyTor.Me.HealthPercent != 100);}
                else
                return new PrioritySelector(
                    Spell.Cast("Stealth", castWhen => !BuddyTor.Me.HasBuff("Stealth")),
                    Spell.Cast("Surging Charge", ret => !BuddyTor.Me.HasBuff("Surging Charge"))


is anyone else in here learning C# i mean i am a web developer that knows php but i ma sure there must be at least one other than can give me a hand here.:rolleyes:
 
Is it coded anywhere to heal companions? My medic commando is running great, but she just can't take down an elite once M1-4X bites the bullet.

Also, cant seem to get gunnery to move anymore, but attacks if I manually move.

(anything else you need tested? I have everything.)
 
Is it coded anywhere to heal companions? My medic commando is running great, but she just can't take down an elite once M1-4X bites the bullet.

Also, cant seem to get gunnery to move anymore, but attacks if I manually move.

(anything else you need tested? I have everything.)


are you tested the development one of stable release one... also jets said that gunnery was working good... what lvl is your gunnery and make sure nav server is not down as well.
 
@adude - Hey bud would you mind adding a version to your downloads? Even if it just says

Version 1.0 =Defaultcombat.zip
Version 1.1(BETA) =Defaultcombat.zip

This way I always make sure I have the latest release of your HARD work!

Thanks
 
@adude - Hey bud would you mind adding a version to your downloads? Even if it just says

Version 1.0 =Defaultcombat.zip
Version 1.1(BETA) =Defaultcombat.zip

This way I always make sure I have the latest release of your HARD work!

Thanks


done.... your request has been granted :o
 
are you tested the development one of stable release one... also jets said that gunnery was working good... what lvl is your gunnery and make sure nav server is not down as well.
Nooooooooooope...
Im just a retard and had disabled movement.
Go me.

Anyhow, how about adding an SVN, that way updating is easy and instant. Then instead of worrying about versions, you could just say "Update your SVN dumbass"
 
I'd rather he didn't do an SVN, because those of us who have modified the core Joe's files are going to run into trouble :P But I guess that might just be being selfish.

I suppose I could still download it manually though and then do what I've been doing.
 
Nooooooooooope...
Im just a retard and had disabled movement.
Go me.

Anyhow, how about adding an SVN, that way updating is easy and instant. Then instead of worrying about versions, you could just say "Update your SVN dumbass"

no idea how to create an SVN lol
 
BTW why is this not a sticky thead... they sticky WINGIT and its a dead project! :p
 
Wingit may be dead, but it is still a viable combat routine. It deserves to be stickied still I think.

This project will probably get stickied after it's been running for a while :) I don't think I've seen the devs sticky anything since the bot was relaunched. For instance, the performance fix by setting affinities probably deserves a sticky but that hasn't gotten one yet (to my knowledge).
 
Lets start with this as it may help you out.

SVN
1. SVN = Free Subversion Hosting | Free SVN Hosting | Assembla You may also ask Kick or some of the other Devs to guide you on how to set it up. I'm sure google code has a free hosting.

Classes
Agent Lethality - Looks like class is using old rotation from either 1.6 or 1.7. Operative Lethality (Imperial Agent) PvE Rotation & Cooldowns - SWTOR (2.0)
Agent Concealment - Same as above Operative Concealment (Imperial Agent) PvE Rotation & Cooldowns - SWTOR (2.0)

I just use what Noxxic has, as I have provided the links.

By the way I'm level 39 with my agent and have been noticing this.

Thanks!
 
in order for that to work your going to have to add this code to the file.... now rtemember i ma at work again so i cant test this i will add an AT Work version of the file in the top post.

PHP:
public static bool StrongOrGreater(TorCharacter unit)
        {
            if (unit != null) if (unit.Toughness == CombatToughness.Strong || unit.Toughness == CombatToughness.Boss1 || unit.Toughness == CombatToughness.Boss2 || unit.Toughness == CombatToughness.Player) return true;
            return false;
        }

and i think this is the syntax you need to use.

PHP:
Spell.Cast("Plasma Grenade", castWhen => Helpers.Targets.Count() >= 2 && Helpers.Targets == StrongOrGreater(CT)),

It didn't appear to like any of this when I tried to add it tonight. ( I get the same error as phay)

Getting that to function would go a long way in helping me optimize I think. I'm going to try to add heals tonight.

Changes to functionality I made:
Spell.BuffSelf("Reactive Shield", ret => BuddyTor.Me.HealthPercent < 40),
-- Changed to 70 because 40 didn't seem early enough to me.
Moved full auto above gravround in hopes that it will use full auto more often.
Moved High Impact Shot above Grav Round so it'll cast more frequently
Added heals at the top of the rotation:
Spell.Cast("Advanced Medical Probe", ret => BuddyTor.Me.HealthPercent <= 40),
Spell.Cast("Medical Probe", ret => BuddyTor.Me.HealthPercent <= 50),


It might be a good idea to add health checks for the companion too, but I don't know how to do that with this language.

*edit*
Also, the bot is still getting stuck on hammer shots for some reason.
Need to add recharge cells as well into the rotation... probably whenever ammo goes below 20%
Need to rearrange the order in which the bot ressurects it's companion, and when it recharges and reloads. Currently it rezzes afterward, and your companion stays at low health.
 
Last edited:
When ever i have this in my routines folder it wont load any of the profiles,
20 agent,
 
ok well my Sabbath starts Friday sunset and ends Saturday sunset so i will be unavalible as i will be with my friends and family at church. however on Sunday i will look into the bugs and other SVN stuff



also if you have a Free To Play account that has one of these class's on there that has a lvl 40 or above let me have access and i will make a good routine for it. you can PM me with the login info if you like.
 
Last edited:
ok well my Sabbath starts Friday sunset and ends Saturday sunset so i will be unavalible as i will be with my friends and family at church. however on Sunday i will look into the bugs and other SVN stuff



also if you have a Free To Play account that has one of these class's on there that has a lvl 40 or above let me have access and i will make a good routine for it. you can PM me with the login info if you like.

Im going to try and get my agent leveled up this weekend, if i get to 40 ill diffidently PM you
 
Status
Not open for further replies.
Back
Top