What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Party botting

Out

Active Member
Joined
Jun 2, 2012
Messages
2,972
Reaction score
13
Hi, is it possible to botting in party (4 bots) where just 1 leave&make new game, each others just run by profile points (but after each start they must run from profile start)
 
Possible? Yes. Implemented? No. Possible to make with a plugin? More than likely. How long would it be? About 300 lines with normal formatting.
 
i dont find any API\wiki for DB functions. so.
 
also where some info about <if condition> ?
can i check my position via this?
can i make somethink like <while condition=myPosition(x,y,z) < 100> ?
 
You talking just from a profile side (xml)?

You can have a look at Kickazz's 1-60 dev profile(s).
He may also have a "blank" profile that just has info that he gathered while creating those. dealing with the available tags and conditions.
 
also where some info about <if condition> ?
can i check my position via this?
can i make somethink like <while condition=myPosition(x,y,z) < 100> ?

Not sure about demonbuddy, but, I know in honorbuddy you can call C# code, try that?

<If condition="Zeta.ZetaDia.Me.Location.X >= 50 && Zeta.ZetaDia.Me.Location.X <= 100" />
 
Not sure about demonbuddy, but, I know in honorbuddy you can call C# code, try that?

<If condition="Zeta.ZetaDia.Me.Location.X >= 50 && Zeta.ZetaDia.Me.Location.X <= 100" />
Thank, try today. But anyway hope devs can say how it must be, cus only they know this :p
 
where i can find info about Zeta class\namespace?
 
where i can find info about Zeta class\namespace?

Open up visual C#, import Demonbuddy.exe, go to object manager. Decently documented, but, a lot of it is really shitty. It's like:

"ownerId".

How the fuck am I meant to know what the ownerId is?
 
find just
Zeta.ZetaDia.Service.Party.IsPartyLeader
and
Zeta.ZetaDia.Service.Party.HasRecivedPartyInvite
 
Back
Top