Malatina's Servant (Yolius) Minigame
Re: Malatina's Servant (Yolius) Minigame
yes, i run a virus scan every week, doesnt seem to show any kind of virus or malware, using microsoft security essentials.
what is weird is that i can run rombot on a different waypoint like killing mobs questing and let runes of magic run over night usually 12 hours or more and it doesnt crash or cause any kind of error.
its just this minigame that seems to be causing rom client to crash when i start the waypoint and repeat more then 1-2 games, a beep noise would sound, my character would lag a few seconds during that time, the bot executes a few more moves and crashes..
i am now manually running the waypoint 1 time, go back to the character screen then log back in and run the waypoint to do the mini game once, and that somehow doesnt cause the game to crash, but that totally is not the purpose of this waypoint since i cant just use it to repeat multiple times lol.
what is weird is that i can run rombot on a different waypoint like killing mobs questing and let runes of magic run over night usually 12 hours or more and it doesnt crash or cause any kind of error.
its just this minigame that seems to be causing rom client to crash when i start the waypoint and repeat more then 1-2 games, a beep noise would sound, my character would lag a few seconds during that time, the bot executes a few more moves and crashes..
i am now manually running the waypoint 1 time, go back to the character screen then log back in and run the waypoint to do the mini game once, and that somehow doesnt cause the game to crash, but that totally is not the purpose of this waypoint since i cant just use it to repeat multiple times lol.
Re: Malatina's Servant (Yolius) Minigame
There is a beep in the script but it shouldn't be causing it to crash. There is a beep when duplicate tiles are found. This shouldn't cause a problem. It should remove the duplicates then complete the game. Is it crashing at the start of the game? Do you see the message saying "Diplicate found. Removing."? If you print ("\a") in the commandline does the beep sound the same?
- 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
Re: Malatina's Servant (Yolius) Minigame
For me it doesn't crash when it beeps. There's a huge chance to crash, when destroying a grave. Always, when my client has crashed, the "Destroying grave" message was the last one.
Edit:
First time today. Just started my computer, opened a new client (only one), logged in in front of the npc and started the bot. One grave was successful, the next one let my game crash again.
Edit:
First time today. Just started my computer, opened a new client (only one), logged in in front of the npc and started the bot. One grave was successful, the next one let my game crash again.
Re: Malatina's Servant (Yolius) Minigame
I don't know. If it always works the first time and relogging the character allows it to work again, try adding ChangeChar("current") just before repeating the game. To do this, just after these lines in haunted_onload.lua, around line 73
insert these lines
Code: Select all
elseif RoMScript("GetSpeakOption(1)") == yoliusrepeat then -- 'I want to take up the challenge again.'
if Repeat_With_Transport_Runes and inventory:itemTotalCount(transportrunes) > 1 and
(Repeat_With_Transport_Runes == "all" or Repeat_With_Transport_Runes >= timescompleted) then
Code: Select all
ChangeChar("current") rest(3000)
player:update()
player:target_NPC(yolius) yrest(1000)
- 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
Re: Malatina's Servant (Yolius) Minigame
Personally for me, there is a chance that the game crashes, while running the first character like it just happened :/rock5 wrote:I don't know. If it always works the first time and relogging the character allows it to work again, try adding ChangeChar("current") just before repeating the game. To do this, just after these lines in haunted_onload.lua, around line 73insert these linesCode: Select all
elseif RoMScript("GetSpeakOption(1)") == yoliusrepeat then -- 'I want to take up the challenge again.' if Repeat_With_Transport_Runes and inventory:itemTotalCount(transportrunes) > 1 and (Repeat_With_Transport_Runes == "all" or Repeat_With_Transport_Runes >= timescompleted) then
Code: Select all
ChangeChar("current") rest(3000) player:update() player:target_NPC(yolius) yrest(1000)
Re: Malatina's Servant (Yolius) Minigame
As altergego stated, the rom client usually crash during destroying tile
hmm i dont see any duplicate tile message on the micromacro screen, everything there seems to be ok, just the beep then trying to dig tile and client crash,
whats really weird for me was that, i logged into my computer on the admin account, and was able to complete the mini game over 10 times repeatedly without have to relog the game client and get no crashes, but will still crash after i repeat the game too much
i switch back to my normal account without the admin status and on first try or second try i crash very often,
but the good news is that i was finally able to get my legendary zodiac pet LOL, after a long long time of crash and repeats.
crashing problem still not solved, but got the pet anyways lol, so thank you all for great waypoint
hmm i dont see any duplicate tile message on the micromacro screen, everything there seems to be ok, just the beep then trying to dig tile and client crash,
whats really weird for me was that, i logged into my computer on the admin account, and was able to complete the mini game over 10 times repeatedly without have to relog the game client and get no crashes, but will still crash after i repeat the game too much
i switch back to my normal account without the admin status and on first try or second try i crash very often,
but the good news is that i was finally able to get my legendary zodiac pet LOL, after a long long time of crash and repeats.
crashing problem still not solved, but got the pet anyways lol, so thank you all for great waypoint
Re: Malatina's Servant (Yolius) Minigame
Maybe it is a security issue. You could try starting the game with administrator rights instead of starting your pc as admin. Still that beeping is weird. I don't know what it is if it happens while clicking the tile. I don't know if the game ever beeps because I always have the game volume at zero. So if it ever beeped I wouldn't hear it. I've never heard my system beep during the game. Do any virus protection programs beep as part of their operation?
- 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
Re: Malatina's Servant (Yolius) Minigame
Starting the game as admin didn't help.rock5 wrote:Maybe it is a security issue. You could try starting the game with administrator rights instead of starting your pc as admin. Still that beeping is weird. I don't know what it is if it happens while clicking the tile. I don't know if the game ever beeps because I always have the game volume at zero. So if it ever beeped I wouldn't hear it. I've never heard my system beep during the game. Do any virus protection programs beep as part of their operation?
I added a few yrest's (I don't know which one is needless now) but so far it works.
Code: Select all
print("Destroying grave")
yrest(500)
player:target(grave.Address)
yrest(500)
RoMScript("UseExtraAction(1)")
yrest(1000)
break
Re: Malatina's Servant (Yolius) Minigame
That beep comes always with
If I remember correctly in survivalR5 the same happens.
Code: Select all
cprintf(cli.yellow,"Digging up tiles...\n")
Jack-of-all-trades, but master-of-only of a few
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
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
Re: Malatina's Servant (Yolius) Minigame
Yeah I know, this was a problem, runegod had. For me it works now since I added the yrest'sBlubBlab wrote:That beep comes always withIf I remember correctly in survivalR5 the same happens.Code: Select all
cprintf(cli.yellow,"Digging up tiles...\n")
2 clients run for 1 hour and 10 minutes now without crash. runegod, maybe you should try this too
Greets
Re: Malatina's Servant (Yolius) Minigame
I not sure why that would fix it, it's not like there is a loop there and there isn't already an ample yrest. But if it does fix it it's probably the second yrest that helps. Could you try it without the first yrest?AlterEgo95 wrote:I added a few yrest's (I don't know which one is needless now) but so far it works.
Like I said, I don't think the beeping is part of the bot. Did you test printing "\a" to see if it's the sound you heard? Just start commandline.xml and typeBlubBlab wrote:That beep comes always with
Code: Select all
cprintf(cli.yellow,"Digging up tiles...\n")
Code: Select all
print("\a")
- 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
Re: Malatina's Servant (Yolius) Minigame
I not sure why that would fix it, it's not like there is a loop there and there isn't already an ample yrest. But if it does fix it it's probably the second yrest that helps. Could you try it without the first yrest?
I can test it later or tomorrow. For now I'm happy, that it's working without crashes, so I want to test if I can let it go on
I'm not sure why the yrest's seem to fix it, but my thoughts were, that without yrest's he does the actions too fast. So that the targetting and destroying are sent so fast so the client, that it crashed. Don't know if this can be.
Greets
Last edited by Ego95 on Thu Dec 05, 2013 2:28 am, edited 1 time in total.
Re: Malatina's Servant (Yolius) Minigame
Code: Select all
print("\a")
the game client for me usually crashes not to long after that sound is heard for me in most cases,
i will try to add the yrest later on when i get home to see if that will stop the client from crashing.
Re: Malatina's Servant (Yolius) Minigame
@runegod The only thing I could find that could beep during the game is gmmonitor but that beeps 3 times not once. Of course anything could make that beep. Unless you get some sort of error message, I don't think you can find out what it is. Of course you could have used '\a' somewhere such as a profile or userfunction. If you have FileSeek installed you could do a search of the whole rom folder for \a.
- 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
Re: Malatina's Servant (Yolius) Minigame
did a \a search with fileseek in the rom micromacro folder, only thing that came up was the gm monitor and the waypoint for this game when it delete duplicates,
after i put in those yrest, did 3 full games, heard a beep in each game, was probably just the waypoint doing its job, then on the fourth game i crash,
i dont know, i give up lol, ill just put the blame on rom and this buggy festival thats going on.
just curious, but does anyone else have that beep sound when they run the waypoint, oh well doesnt bother me anymore since i got enough elements for the zodiac pet.
after i put in those yrest, did 3 full games, heard a beep in each game, was probably just the waypoint doing its job, then on the fourth game i crash,
i dont know, i give up lol, ill just put the blame on rom and this buggy festival thats going on.
just curious, but does anyone else have that beep sound when they run the waypoint, oh well doesnt bother me anymore since i got enough elements for the zodiac pet.
Re: Malatina's Servant (Yolius) Minigame
BTW you'll know if the beep is just the waypoint file doing it's thing because it will happen at the beginning or halfway point and print "Diplicate found. Removing.". If it doesn't print this then it's not the waypoint file.
You know you could change it to a double beep \a\a so when you hear a double beep you know its the waypoint file but if you hear a single beep its not.
You know you could change it to a double beep \a\a so when you hear a double beep you know its the waypoint file but if you hear a single beep its not.
- 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
- rido_knight
- Posts: 102
- Joined: Wed May 29, 2013 6:50 am
- Location: Turkey
Re: Malatina's Servant (Yolius) Minigame
i died again..Bot Fly up and wait didnt do anything.if i click any tale go to pumpkin and smash that mob.
Re: Malatina's Servant (Yolius) Minigame
I didn't under stand that sentence.rido_knight wrote:if i click any tale go to pumpkin and smash that mob.
It should have gone to an edge tile, waited for the passing pumpkin and clicked it. Did it do any of that? Has it worked in the past? What language are you playing in?
- 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
- rido_knight
- Posts: 102
- Joined: Wed May 29, 2013 6:50 am
- Location: Turkey
Re: Malatina's Servant (Yolius) Minigame
I am playing us Server..Yeah found grave then flying to up but 2-3 Mob attack me.I guess my Bot wait pumpkin which is make a circle and explode.. if i move forward, back etc nothing happened. If i click the talerock5 wrote:I didn't under stand that sentence.rido_knight wrote:if i click any tale go to pumpkin and smash that mob.
It should have gone to an edge tile, waited for the passing pumpkin and clicked it. Did it do any explode t? Has it worked in the past? What language are you playing in?
Found pumpkin and exlode mob then bot continue.i run 5-6 times this minigame but didnt work note. Stuck same location.. If click other tales on edge click pumpkin and explode no problem but this tale killing me
Additional information:Also im using last beta micromacro and rombot
Re: Malatina's Servant (Yolius) Minigame
I'm still not sure what you mean by clicking a 'tale' and 'found pumpkin'. It got stuck after "Too many mobs. Clearing." which mean it wont continue until the mobs are dead. So I assume you manually click the moving Pumpkin to kill the mobs. What language do you play in?
- 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
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 1 guest