Party Bot (questions/answers)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#261 Post by lisa » Tue May 20, 2014 8:15 pm

Lamkefyned wrote:I already have the latest version R776
actually we are upto 777 but that doesn't matter.
What I am saying is that sometimes when you do SVN update it "merges" older files with new files, so if you have an issue and it works fine for me then try to do SVN revert which should force your files to be exactly as the latest commit.
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
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#262 Post by Lamkefyned » Tue May 20, 2014 8:26 pm

not be that happens to my bot but does not work remove the folder rom and tried again to download the 777 and hare doesn't... tomorrow a video if not fix it this evening have you think
If you think something is right just because everyone else believes,you're not thinking.

User avatar
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#263 Post by Lamkefyned » Wed May 21, 2014 4:16 pm



https://www.youtube.com/watch?v=CYZVTbbheck

Profile Character 1

*
Character1.xml
(15.2 KiB) Downloaded 162 times
Profile other Characters

*
UserDefault.xml
(15.2 KiB) Downloaded 159 times
If you think something is right just because everyone else believes,you're not thinking.

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

Re: Party Bot (questions/answers)

#264 Post by lisa » Wed May 21, 2014 8:14 pm

I tested both of your profiles and they worked fine.

Code: Select all

We use the normal waypoint path partydps.xml now.
Party Monitor started.
Party member 1 has the name of **
stopped following
following
stopped following
We try to find NPC Kerby:
We successfully target NPC Kerby and try to open the dialog window.
finished with NPC
Party member 1 has the name of **
following
Maybe you should test using party bot instead of your own WP, that way you will know if issue is with the bot code or your code.

Just start 1 of the characters in party with path:partydps and then from the other character in party type in party chat these commands


com"nofollow"
com"follow"

if the partydps character responds in party chat just like the prints I posted then the issue is with your WP, if it doesn't print like what I posted then the issue is with your bot files.
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
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#265 Post by Lamkefyned » Thu May 22, 2014 9:25 am

I put this code

Code: Select all

com"nofollow" 
And the bot does not respond
Attachments
Sin título.jpg
If you think something is right just because everyone else believes,you're not thinking.

User avatar
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#266 Post by Lamkefyned » Sat May 24, 2014 6:33 am

Lisa can test this in Hall of Survivors Please

USERFUNCTION
userfunction_lamkefyned-tools.lua
(4.57 KiB) Downloaded 182 times
SCRIPT
DELETED

PROFILE
UserDefault.xml
(15.2 KiB) Downloaded 167 times
Can you tell me if everything works you?

need 2 characters

one more level 70
and other level 1 more or less
Last edited by Lamkefyned on Sun May 25, 2014 8:28 am, edited 2 times in total.
If you think something is right just because everyone else believes,you're not thinking.

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

Re: Party Bot (questions/answers)

#267 Post by lisa » Sat May 24, 2014 7:44 pm

When WP starts it prints as you would expect but doesn't wait for any input for 1 or 2 and then it automatically starts at waypoint 1 for both the lvl 1 and lvl 90, so they both sit there waiting to read "start" in party chat. So I manually wrote start in party chat and off they went, unfortunately the lvl 1 char ran straight into the first group of mobs and died before the main char could kill them. So seems important to set that 1 or 2 at the very begining.

As to why it didn't wait for input and just went to waypoint 1, no idea and I just don't have the time to find the issues for you.
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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party Bot (questions/answers)

#268 Post by lisa » Sat May 24, 2014 10:44 pm

ok fine I did some changes to test it properly.

Code: Select all

		function LTU_Hos_Menu()
                    print("Here are the options:")
                    if player.Level >= 60 then
						LTU_Hos_Buff()
						__WPL:setWaypointIndex(__WPL:findWaypointTag("MC"))
                    else
						__WPL:setWaypointIndex(__WPL:findWaypointTag("CTL"))
					end
		end
So it automatically picks the path according to character level.

It needed the main character to start first and then the low level character afterwards, if low level character started first then they both just sat at entrance forever.

With main starting first it worked as I expect it was meant to, main killed chars upto first boss and low level moved when it was told to by main character.

Low level char got to lvl 32 after 2 runs and then main char tried to invite and of course couldn't invite a lvl 30+ char to honor party so it sat there spamming party invites to all the names on the list until I forced the script to stop.

So yes for me party chat monitoring worked as expected.
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
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#269 Post by Lamkefyned » Sun May 25, 2014 8:27 am

I'm going to try to do something else and fix problems if it works... Because I do not work
If you think something is right just because everyone else believes,you're not thinking.

User avatar
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#270 Post by Lamkefyned » Sun May 25, 2014 10:55 am

already this changed everything but this code does not work!

Code: Select all

		function LTU_Hos_EP(arg1)
		cprintf(cli.red,"LTU HOS EVENT PARTY\n")
			eventParty()
			repeat
			yrest(100)
			until checkEventParty() == arg1
			eventParty("stop") 
		end
so it is all the time
Sin título.jpg

gives equal where to put it in the script or the userfunction
If you think something is right just because everyone else believes,you're not thinking.

User avatar
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#271 Post by Lamkefyned » Sun May 25, 2014 12:15 pm

Which version of micromacro has you?

Can you test this?
micromacro (1).zip
(804.85 KiB) Downloaded 163 times
If you think something is right just because everyone else believes,you're not thinking.

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

Re: Party Bot (questions/answers)

#272 Post by lisa » Sun May 25, 2014 5:56 pm

Therer is a WP at this link which tests monitoring, http://www.solarstrike.net/phpBB3/viewt ... =27&t=2516
Tests if event monitoring is working, posts LOL in Say, posts on MM window that it is working.

also very important
If you don't currently have an addon to give the os.time() function in game then you will need an addon like d303fix
That version of MM you posted worked fine.
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
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#273 Post by Lamkefyned » Sun May 25, 2014 6:10 pm

Sin título.jpg
in theory have to stop not?

Code: Select all

*Addons

---------------------------------------
AddonManager
AutoAcceptInvitations
AutoInstanceDifficulty
ClassSwap
GuildSiege_QuickTrade
ingamefunctions
Invite Last Group
Lootomatic
Micromacro
pbInfo
PetAutoCraft
questhelper
TooltipIds
UltimateMailMod
wowmap
WoWMapInstances
wowmap-poi
If you think something is right just because everyone else believes,you're not thinking.

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

Re: Party Bot (questions/answers)

#274 Post by lisa » Sun May 25, 2014 11:12 pm

lisa wrote:Therer is a WP at this link which tests monitoring, http://www.solarstrike.net/phpBB3/viewt ... =27&t=2516
Tests if event monitoring is working, posts LOL in Say, posts on MM window that it is working.

also very important
If you don't currently have an addon to give the os.time() function in game then you will need an addon like d303fix
That version of MM you posted worked fine.
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

ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Re: Party Bot (questions/answers)

#275 Post by ZZZZZ » Sun May 25, 2014 11:35 pm

Wouldn't it be worth it to add the d303 fix to the ingamefuctions addon? A majority of waypoints and mini-games etc need/use monitoring somewhere or another, would save a lot of issue if it was added to ingamefunctions.

User avatar
Lamkefyned
Posts: 348
Joined: Thu May 23, 2013 11:38 am
Location: Spain

Re: Party Bot (questions/answers)

#276 Post by Lamkefyned » Mon May 26, 2014 3:29 pm

fixed thank you
If you think something is right just because everyone else believes,you're not thinking.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Party Bot (questions/answers)

#277 Post by rock5 » Mon May 26, 2014 8:34 pm

ZZZZZ wrote:Wouldn't it be worth it to add the d303 fix to the ingamefuctions addon? A majority of waypoints and mini-games etc need/use monitoring somewhere or another, would save a lot of issue if it was added to ingamefunctions.
Not really. We are not the author of the addon and we don't need to take on the responsibility of maintaining it for no reason, which is what we would have to do if we replace the addon with our own version. Better to just make it a requirement to install the addon to use the bot.
  • 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

gamerix92
Posts: 7
Joined: Sun Jun 29, 2014 3:10 am

Re: Party Bot (questions/answers)

#278 Post by gamerix92 » Mon Jun 30, 2014 2:48 am

Hallo ,

i'm trying to lvl 2-3 chars with party bot via commands in party (no WP files) . Everything works fine . I mean following, Quest accepting , Quest finishing, Killing and Healing. But at the end of a fight sometimes i get an error and bot crashes. Someting with " updateLastHitTime ". I really dont know why this appears. I have the latest MM rev 777 and d303fix . My time is correct , so every client has the same time.

I did everything from first post ( party options & testing functions ) and all works.
Here is a pic with the error.
Would we be nice, if you could solve my problem.

:D :D
Attachments
crashpic
crashpic

User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Party Bot (questions/answers)

#279 Post by BlubBlab » Mon Jun 30, 2014 3:50 am

I think it is an missing update, so far I can see the function was replaced.
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Party Bot (questions/answers)

#280 Post by rock5 » Mon Jun 30, 2014 4:15 am

You're right. The function was removed. party.lua should be updated.
  • 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

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 0 guests