Page 3 of 16
Re: Party Bot (questions/answers)
Posted: Thu Dec 27, 2012 4:26 pm
by rock5
I think I've found a better pointer and I've even tested it with a 5.0.1 client successfully, so looking good.
Re: Party Bot (questions/answers)
Posted: Thu Jan 03, 2013 1:46 pm
by solembum05
Hi,
i had one problem with healparty, He heal only when on combat, so when i leave combat i haven't heal, i try search on party.lua but i don't find.
do you have an idea ?
I get other problem with loot (sometime loot or not), or portal, i cross portal but the heal don't follow me...
For the portal, maybe use the function DUEL-HACK from ROMeo ? sometime i lost my heal because he can't follow me with all wall.
I read the party.lua, so more function but i don't know what can i delete, i just want Heal, mount, loot, i don't need fight or talk with myself ^^
I want to try to understand but it is no easy with all function ^^ I would like a lite party.lua only for heal.
Can you tell me what can i delete ?
Thx and Happy Year :p
Re: Party Bot (questions/answers)
Posted: Thu Jan 03, 2013 7:21 pm
by lisa
I see no reason why the bot would only heal when not in combat.
Maybe try looking at your profile settings.
Code: Select all
<!-- Party Bot options -->
<option name="PARTY" value="true" />
<option name="PARTY_ICONS" value="false" /> <!-- For party leader to place "I" Icon on the target Mob -->
<option name="PARTY_INSTANCE" value="true" /> <!-- For party bot to enable the killing of mobs with high HP -->
<option name="ICON_FIGHT" value="false" /> <!-- For party bot to only attack mobs with "I" Icon -->
<option name="PARTY_FOLLOW_NAME" value="charname" /> <!-- For party bot name of character to follow -->
<option name="HEAL_FIGHT" value="false" /> <!-- For party bot if you want healer to also fight -->
Also make sure you start with the healer WP, partyhealer.xml
There is no reason to remove code as it works perfectly for me.
Re: Party Bot (questions/answers)
Posted: Fri Jan 04, 2013 4:58 am
by solembum05
thx i will try
About follow, it is possible to reduce the distance of follow-up?
Re: Party Bot (questions/answers)
Posted: Fri Jan 04, 2013 6:19 am
by lisa
solembum05 wrote:About follow, it is possible to reduce the distance of follow-up?
Follow uses the ingame follow function, in order to change the distance I would need to write my own follow function.
Re: Party Bot (questions/answers)
Posted: Fri Jan 04, 2013 7:33 am
by solembum05
so it's possible ?
Re: Party Bot (questions/answers)
Posted: Fri Jan 04, 2013 8:00 am
by lisa
solembum05 wrote:so it's possible ?
Anything is possible but do I see the need for it?
no.
I have implemented the ability to tell the other party bots to do absolutely any code desired.
Get yourself the gothroughportal userfunction by rock and when you want to go through a portal tell the other bots to use the function.
Everything you need to know is on the first page of this topic.
http://www.solarstrike.net/phpBB3/viewt ... 496#p45496
If you really want to change the follow then try using the userfunction I posted almost a year ago, forum search is a wonderful thing.
http://www.solarstrike.net/phpBB3/viewt ... =27&t=3713
Re: Party Bot (questions/answers)
Posted: Sun Jan 06, 2013 7:49 am
by Ego95
I`ve got a short question:
Is it possible to let the partyhealer just heal and not loot? I'm farming at a spot where I kill many mobs so the party healer has to do too much with looting, so it ignores healing :/
Re: Party Bot (questions/answers)
Posted: Sun Jan 06, 2013 9:40 am
by lisa
you can tell any party bot to loot or not by changing it's profile settings for looting. Either change it in the profile or command it to change with the party chat code
Code: Select all
code"settings.profile.options.LOOT = false"
or use the function
Code: Select all
code"changeProfileOption("LOOT", false)"
Re: Party Bot (questions/answers)
Posted: Sun Jan 06, 2013 11:56 am
by Ego95
Thank you, didn't know, that its just a thing of changing the profile options, works fine now

Re: Party Bot (questions/answers)
Posted: Wed Jan 09, 2013 11:28 am
by Tamyra
Does Party Healer work for Druid class as well?
Re: Party Bot (questions/answers)
Posted: Wed Jan 09, 2013 3:38 pm
by Bubi
Tamyra wrote:Does Party Healer work for Druid class as well?
Yes.
You have to set up your profile for druid heal skills ^^.
Re: Party Bot (questions/answers)
Posted: Fri Jan 18, 2013 1:04 pm
by solembum05
Hi,
sorry i had some problem with command...
Code: Select all
code"GoThroughPortal()"
code"sendPartyChat('I love to party all night long')"
code"madman(true)"
code"madman()"
so i write this code on group code"GoThroughPortal()" (example) but nothing happening, my character (partyheal) don't take portal, i had userfunction Portal for the bot.
I test this too, code"sendPartyChat('I love to party all night long')" but noting happening...
i don't know why
Re: Party Bot (questions/answers)
Posted: Fri Jan 18, 2013 8:26 pm
by lisa
did you make sure the monitoring is working properly?
http://www.solarstrike.net/phpBB3/viewt ... 579#p44579
you could also just do
and it should say to try again as incorrect usage of code, or something like that.
Re: Party Bot (questions/answers)
Posted: Sat Jan 19, 2013 11:14 am
by solembum05
Hi,
sorry i check and try but nothing happen ><
i check
http://www.solarstrike.net/phpBB3/viewt ... monitoring
i add userfunction_partymonitoring.lua but same nothing happen
Maybe i need an other userfunction ?
i play my two character on 1 computer.
Re: Party Bot (questions/answers)
Posted: Sat Jan 19, 2013 5:18 pm
by lisa
my guess is that you dont have the addon "d303fix" or anything similar
http://www.curse.com/addons/rom/d303fix
Re: Party Bot (questions/answers)
Posted: Sat Jan 19, 2013 5:57 pm
by solembum05

no work, i don't know why...
Problem with my client (i had fr client) ? or with addon ? or bot ?
Re: Party Bot (questions/answers)
Posted: Sat Jan 19, 2013 5:59 pm
by lisa
solembum05 wrote:Problem with my client (i had fr client) ? or with addon ? or bot ?
language shouldn't matter.
did you get d303fix addon ?
Re: Party Bot (questions/answers)
Posted: Sat Jan 19, 2013 6:07 pm
by solembum05
yes i add !
but nothing happen... same problem
Re: Party Bot (questions/answers)
Posted: Sat Jan 19, 2013 6:34 pm
by lisa
when you log into the game you should see something like this in the chat screen.
--=== Added ===--
Also to use the code"" you need this version of party.lua
http://www.solarstrike.net/phpBB3/viewt ... 496#p45496