Party Bot (questions/answers)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Party Bot (questions/answers)

#41 Post by rock5 » Thu Dec 27, 2012 4:26 pm

I think I've found a better pointer and I've even tested it with a 5.0.1 client successfully, so looking good.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#42 Post by solembum05 » Thu Jan 03, 2013 1:46 pm

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
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#43 Post by lisa » Thu Jan 03, 2013 7:21 pm

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#44 Post by solembum05 » Fri Jan 04, 2013 4:58 am

thx i will try ;)

About follow, it is possible to reduce the distance of follow-up?
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#45 Post by lisa » Fri Jan 04, 2013 6:19 am

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#46 Post by solembum05 » Fri Jan 04, 2013 7:33 am

so it's possible ?
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#47 Post by lisa » Fri Jan 04, 2013 8:00 am

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
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Party Bot (questions/answers)

#48 Post by Ego95 » Sun Jan 06, 2013 7:49 am

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 :/

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#49 Post by lisa » Sun Jan 06, 2013 9:40 am

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)"
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Party Bot (questions/answers)

#50 Post by Ego95 » Sun Jan 06, 2013 11:56 am

Thank you, didn't know, that its just a thing of changing the profile options, works fine now :)

Tamyra
Posts: 133
Joined: Tue Feb 01, 2011 6:09 pm

Re: Party Bot (questions/answers)

#51 Post by Tamyra » Wed Jan 09, 2013 11:28 am

Does Party Healer work for Druid class as well?

Bubi
Posts: 57
Joined: Tue May 04, 2010 3:51 pm

Re: Party Bot (questions/answers)

#52 Post by Bubi » Wed Jan 09, 2013 3:38 pm

Tamyra wrote:Does Party Healer work for Druid class as well?
Yes.
You have to set up your profile for druid heal skills ^^.

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#53 Post by solembum05 » Fri Jan 18, 2013 1:04 pm

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
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#54 Post by lisa » Fri Jan 18, 2013 8:26 pm

did you make sure the monitoring is working properly?
http://www.solarstrike.net/phpBB3/viewt ... 579#p44579

you could also just do

Code: Select all

code"something"
and it should say to try again as incorrect usage of code, or something like that.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#55 Post by solembum05 » Sat Jan 19, 2013 11:14 am

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.
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#56 Post by lisa » Sat Jan 19, 2013 5:18 pm

my guess is that you dont have the addon "d303fix" or anything similar
http://www.curse.com/addons/rom/d303fix
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#57 Post by solembum05 » Sat Jan 19, 2013 5:57 pm

:( no work, i don't know why...

Problem with my client (i had fr client) ? or with addon ? or bot ?
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#58 Post by lisa » Sat Jan 19, 2013 5:59 pm

solembum05 wrote:Problem with my client (i had fr client) ? or with addon ? or bot ?
language shouldn't matter.
did you get d303fix addon ?
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
solembum05
Posts: 57
Joined: Tue Jun 19, 2012 8:29 am

Re: Party Bot (questions/answers)

#59 Post by solembum05 » Sat Jan 19, 2013 6:07 pm

yes i add !

but nothing happen... same problem
Forget yesterday, live today and dream tomorrow.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#60 Post by lisa » Sat Jan 19, 2013 6:34 pm

when you log into the game you should see something like this in the chat screen.
d303.jpg
--=== Added ===--

Also to use the code"" you need this version of party.lua
http://www.solarstrike.net/phpBB3/viewt ... 496#p45496
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Post Reply

Who is online

Users browsing this forum: Baidu [Spider] and 0 guests