Page 1 of 1
Partying settings
Posted: Sun Jul 24, 2011 5:45 pm
by zakezk
Hello,i want to make 2 characters and lvlup in party, a knight and a priest,the knight will be the main, and the priest will support, how i setup to bot to chain the rwo chars and make them lvlup in party?
Re: Partying settings
Posted: Sun Jul 24, 2011 7:52 pm
by zakezk
i want that the priest follow hte main and atack the mobs, somebody can help me plz?
Re: Partying settings
Posted: Sun Jul 24, 2011 8:53 pm
by lisa
set up the profile for each character, read the options in each profile. Read the wiki which explains about profiles.
Start you priest with
rom/bot path:partydps
and start your knight with which ever WP file you want, the priest will follow knight and kill the target set by knight, it won't heal your knight at this point. I will be working on that over the next week or so.
Re: Partying settings
Posted: Mon Jul 25, 2011 4:36 am
by zakezk
In the profile i see the party options, party, party icon and party instance, what do party and party instance options?
Re: Partying settings
Posted: Mon Jul 25, 2011 4:54 am
by lisa
Re: Partying settings
Posted: Mon Jul 25, 2011 5:15 am
by zakezk
You told about the wp partydps, this will atack, and the partyhealer, this will heal?
its only a uestion because atm my healer is atacking too.
Re: Partying settings
Posted: Mon Jul 25, 2011 7:28 am
by lisa
if you start your healer with the default WP for partyhealer it will never attack anything because there is no code in the WP for it to attack.
use this to start the bot for healer
Re: Partying settings
Posted: Mon Jul 25, 2011 10:17 am
by zakezk
hmm, so the partyhealer will only heal, ok, thank you very much
Re: Partying settings
Posted: Sat Aug 27, 2011 12:36 am
by yoyodoggg
hiyas, i tryed to search for an answer and wasnt sure which tread to bump so hope this one is fine.
trying to figure out this partydps addon and i'd like to have my Leader, human controled, and my partydps just follow and kill stuff i mark
i think i figured it out but is there a way i can Raid target mark a monster from in the game? ie an ingame macro i can mash to Raid target mark what i want the bot to kill
"Raid icon detection is like this
Code:
local icon = pawn:GetPartyIcon()
if icon == 1 then"
is there a way i can mark that partyicon from an ingame macro on a different character, thx.
Re: Partying settings
Posted: Sat Aug 27, 2011 12:37 am
by yoyodoggg
nvm i found it i think
SetRaidTarget("target",1)
=)