Any Update?

This is a good place to ask general question about our products.
rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Wed Jan 01, 2020 1:11 am

All fine. I just thought, nobody want the bot anymore...

AeonDistraction
Pro User
Posts: 158
Joined: Fri Jan 09, 2009 9:05 am
Supporter: 4

Re: Any Update?

Post by AeonDistraction » Sat Jan 04, 2020 7:04 am

Rhui, I think it's just been long enough that most people haven't been checking in regularly. I assure you, if this gets back up and running, the people will come.

wilsono18
Pro User
Posts: 33
Joined: Wed Nov 09, 2011 10:28 am
Supporter: 0

Re: Any Update?

Post by wilsono18 » Sat Jan 04, 2020 5:34 pm

Rhui,
I will be off this Wednesday and ill work on the burg and beorning skills and will post them. I've been away working on life and all it's glory.

wilsono18
Pro User
Posts: 33
Joined: Wed Nov 09, 2011 10:28 am
Supporter: 0

Re: Any Update?

Post by wilsono18 » Wed Jan 08, 2020 4:43 pm

I have the burglar added to the class post. I'll work on the Beorning this weekend.

AeonDistraction
Pro User
Posts: 158
Joined: Fri Jan 09, 2009 9:05 am
Supporter: 4

Re: Any Update?

Post by AeonDistraction » Sat Jan 11, 2020 10:12 am

Riddle me this, how are people able to write XML's if the bot isn't working? Are you writing XML's without testing? Was there a beta release I missed?

rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Sun Jan 12, 2020 11:15 pm

The complete skill rotations are new. Skills will be autodetected

rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Mon Jan 13, 2020 2:00 am

Here a small teaser. I will build-in default rotations.....

Depends on spec trees....

internal override Specialization _setSpec()
{
uint spec = Player.GetPropertyValue((uint)EntityPropertyType.Trait_TraitTree_Class_SpecializationBranch) ?? 0;

switch (spec)
{
case (uint)PointBasedTraitTreeBranch.Class_Specialization_Hunter_One:
this.StayWithin = 30f;
this.Spec = Specialization.Blue;
break;
case (uint)PointBasedTraitTreeBranch.Class_Specialization_Hunter_Two:
this.StayWithin = 35f;
this.Spec = Specialization.Red;
break;
case (uint)PointBasedTraitTreeBranch.Class_Specialization_Hunter_Three:
this.StayWithin = 30f;
this.Spec = Specialization.Yellow;
break;
default:
this.Spec = Specialization.None;
break;
}

return this.Spec;
}

so we are able now to detect which spec trees you are using
and can modify rotations.

you will be able to override this with your own rotations of course.

we will also change skills on mob type: swarm, normal, signature, etc...

mila
Pro User
Posts: 83
Joined: Wed Feb 20, 2013 1:43 am

Re: Any Update?

Post by mila » Tue Jan 14, 2020 3:26 pm

very interesting - i look forward to see more , or test.

how are you going to tackle the harvesting of resources?

Orphansoffire
Posts: 20
Joined: Tue Sep 05, 2017 1:55 am
Supporter: 0

Re: Any Update?

Post by Orphansoffire » Tue Jan 14, 2020 7:52 pm

My oh my, it's coming back alive. :D
I think the approach to resources is probably based on UID of resources, and if tools are equipped, and since spec can be identified via Rhui's code, I'm sure hitting the keybind for what type of crafter the toon is can easily identify which UIDs are included in the harvest list.

If this pushes out into testing, I'd be happy to test it for both combat, resourcing, and skirming. I'd even go as far as building routes for skirms, and further into a simple skirm running addon.
Since a certain breed of MMO playing snake is no longer my friend.

rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Tue Jan 14, 2020 11:25 pm

Because of many code changes we will do a long public open test

rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Tue Jan 14, 2020 11:28 pm

At the moment we only have the 32bit client working for injection. Still a couple of crashes. We working as hard as we can.

Harvesting is also autodetected, yes.

mila
Pro User
Posts: 83
Joined: Wed Feb 20, 2013 1:43 am

Re: Any Update?

Post by mila » Wed Jan 15, 2020 12:38 am

Oh so it wont be compatible 64 bits -? I fear for the performance

rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Wed Jan 15, 2020 1:41 am

We working on the 64bit, but that will take 4-6 months, and i want to push out the public tests much much earlier

rhui
Tester
Posts: 993
Joined: Tue Mar 09, 2010 7:10 am
Supporter: 9999

Re: Any Update?

Post by rhui » Wed Jan 15, 2020 1:44 am

Injection in 64bit is a bit more difficult, but we will be able to manage that

grantarno
Pro User
Posts: 33
Joined: Mon Aug 13, 2012 6:16 am
Supporter: 1

Re: Any Update?

Post by grantarno » Wed Jan 15, 2020 2:24 am

It is super exciting Rhui. I will tackle a basic Lore Master Red Trait line later today.

I am limited with warden and beornings unfortunately.

When do you think you will have a beta version ?

Post Reply