GM detection and banning chance reduction

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Message
Author
Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: GM detection and banning chance reduction

#461 Post by Braziliano » Thu Jun 19, 2014 6:08 pm

i was watching a gm , he'd transform into the creature i'd be killing , then he walks around checking me out
then he goes invis , and apears again in a changed form :lol:

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

Re: GM detection and banning chance reduction

#462 Post by Ego95 » Fri Jun 20, 2014 11:17 am

Yeah GMs can really do many things. Found this a few days ago: https://www.youtube.com/watch?v=rcgqT4tYBH4

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

Re: GM detection and banning chance reduction

#463 Post by BlubBlab » Sat Jun 21, 2014 7:55 pm

Nice ... , so you can change all classes and your level. I'm a bit little curios about the buff "GM Hide" anyone found it in the DB?
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

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

Re: GM detection and banning chance reduction

#464 Post by ZZZZZ » Sat Jun 21, 2014 8:55 pm

Do GM's appear as type "player" like any other character? If so you could check for player and if they have that GM buff or their class is GM you could use that to see if they are nearby?

A friend of mine that used to play said you can use cheat engine to find the address of the GM class. Takes ages to find it though.

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

Re: GM detection and banning chance reduction

#465 Post by Ego95 » Sat Jun 21, 2014 9:06 pm

I'm a bit little curios about the buff "GM Hide" anyone found it in the DB?
It was in the DB, I am sure. Found it in Item Preview one day. I just looked for it but they removed it.

Edit: Just found "GMHide" ID:500990
But it isn't marked as buff
Do GM's appear as type "player" like any other character? If so you could check for player and if they have that GM buff or their class is GM you could use that to see if they are nearby?

A friend of mine that used to play said you can use cheat engine to find the address of the GM class. Takes ages to find it though.
I don't know and I don't know how I would start to look for this. I do not know much about scripting and I can't really work with cheat engine. Maybe basic things but not more ^.^

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

Re: GM detection and banning chance reduction

#466 Post by BlubBlab » Sun Jun 22, 2014 2:08 am

What rushing through my mind is maybe they alter class, level and name while hiding this way the GMmonitor don't find them in the memory. If I could find a reliable way to identify the buff I could close of this possibility.
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

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

Re: GM detection and banning chance reduction

#467 Post by ZZZZZ » Sun Jun 22, 2014 2:13 am

Found GMHide ID = 500990

Don't think that's the buff though, most likely the skill seeing as its from IP

LOL nvm this post, only just read the edit on previous posts xD

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

Re: GM detection and banning chance reduction

#468 Post by lisa » Sun Jun 22, 2014 5:53 am

ZZZZZ wrote: Do GM's appear as type "player" like any other character?
yes
ZZZZZ wrote:If so you could check for player and if they have that GM buff or their class is GM you could use that to see if they are nearby?
GM monitor checks the class and always has.
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: GM detection and banning chance reduction

#469 Post by ZZZZZ » Sun Jun 22, 2014 6:48 am

lisa wrote:
ZZZZZ wrote:If so you could check for player and if they have that GM buff or their class is GM you could use that to see if they are nearby?
GM monitor checks the class and always has.
ah ok. Wasn't sure if it checked the actual player class or just checked for "GM" when inquiring the player, I haven't actually used gm detect myself.

Agrozet
Posts: 23
Joined: Mon May 07, 2012 7:02 am

Re: GM detection and banning chance reduction

#470 Post by Agrozet » Wed Jun 25, 2014 4:45 am

Hi,

GM may have two names as: John John
He whispered to me

dx876234
Posts: 188
Joined: Sat Jul 24, 2010 6:13 am

Re: GM detection and banning chance reduction

#471 Post by dx876234 » Thu Jun 26, 2014 1:45 am

I can confirm GMHide buff as id 500990.

-dx

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

Re: GM detection and banning chance reduction

#472 Post by BlubBlab » Thu Jun 26, 2014 11:27 am

Okay I added the buff and a new function

Code: Select all

GMDetectNoPlayers(boolean)
If you set it true all players around you count as GM.(false turn it off again)
I think I hit with this the limit what can be done with sane effort.(If you are really paranoid, you could add the ID's from all the mobs you kill and make a whitelist mode but hell....too much work)
Attachments
userfunction_gmmonitor.lua
(20.95 KiB) Downloaded 391 times
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
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: GM detection and banning chance reduction

#473 Post by Ego95 » Thu Jun 26, 2014 4:34 pm

But where is the sense of counting each player as gm? I think I didn't understand something :shock:

And wouldn't it be more logical if GmDetectNoPlayers(true) would NOT detect all other players and false would detect them? :D

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

Re: GM detection and banning chance reduction

#474 Post by BlubBlab » Fri Jun 27, 2014 2:47 am

Ego95 wrote:But where is the sense of counting each player as gm? I think I didn't understand something :shock:
It is for e.g when you are in KS so no other players should be around you. In case there is a player even it should be impossible its very very likely it is a GM. Remember the GM can change there class, level and maybe even name and the GMHide buff they can also click away.
Ego95 wrote: And wouldn't it be more logical if GmDetectNoPlayers(true) would NOT detect all other players and false would detect them? :D
[/quote]
Depends on whether you using positive or negative logic it is meant this way GmDetect-> no players are allowed in the near true or false?
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

Rickster
Posts: 291
Joined: Sun Oct 24, 2010 4:23 pm

Cannot get log event for monitor 'GMdetect'

#475 Post by Rickster » Sun Jul 27, 2014 7:35 am

Hello,

I get the following error, statet as a system message in the client:
Cannot get log event for monitor 'GMdetect'. No such monitor name exists.
I have a WP chain, every WP-File calls "startGMDetect()".

Example:

Code: Select all

WPFile1: startGMDetect(); do something; load WPFile2
WPFile2: startGMDetect(); do something; load WPFile3
WPFile3: startGMDetect(); LoginNextChar(); load WPFile1
Everything works fine, but after changing char, the above error occures. In the example it would change char as exspected, then states "player adress changed" in MM window. And while ingame messages repeatedly states the above error message, nothing else happens in the MM window until I restart WPFile3, which then tells in the MM window that GMDetect was loaded and continues to load the next WPFile.

I already tried to use no startGMDetect() in WPFile3, which ended up in the same error after the next char was loaded.
I already tired

Code: Select all

WPFile3: startGMDetect(); LoginNextChar(); startGMDetect(); load WPFile1
which ended up in the same error.

Do you have any ideas to solve this?

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

Re: GM detection and banning chance reduction

#476 Post by rock5 » Sun Jul 27, 2014 8:02 am

I believe GM monitor uses the in-game event monitors to monitor certain events. These monitors do not survive the changing of characters. Try restarting Gm monitor after you change character.
  • 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

Rickster
Posts: 291
Joined: Sun Oct 24, 2010 4:23 pm

Re: Cannot get log event for monitor 'GMdetect'

#477 Post by Rickster » Sun Jul 27, 2014 9:53 am

rock5 wrote:These monitors do not survive the changing of characters. Try restarting Gm monitor after you change character.
Thats what I already did, but got the same error.
Rickster wrote: I already tired

Code: Select all

WPFile3: startGMDetect(); LoginNextChar(); startGMDetect(); load WPFile1
which ended up in the same error.
[edit] I now tried to use no startGMDetect in the last WP File where the char is changed, but somehow the monitor survived from an previous WP file and I also get the error.

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

Re: GM detection and banning chance reduction

#478 Post by rock5 » Sun Jul 27, 2014 10:57 am

I'm not sure why you get the same error if you restart the gm detection after changing character. Maybe you are doing some other code before restarting the monitor. Even a yrest before the startGMDetect() might cause a problem.

When you try to not use gmdetect on the last file it's possible that even though the game has forgotten the monitor after you changed character, the bot has not. It will still try to use the monitor which no longer exists. Try stopping the gmdetect before changing character with

Code: Select all

stopGMDetect()
  • 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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: GM detection and banning chance reduction

#479 Post by lisa » Mon Jul 28, 2014 3:01 am

don't think there is a function to stop it added into the file.

before changing chars do

Code: Select all

unregisterTimer("GMdetection")
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
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: GM detection and banning chance reduction

#480 Post by BlubBlab » Mon Jul 28, 2014 3:24 am

I did add one ^^
Also I added

Code: Select all

restartGMDetect()
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

Locked

Who is online

Users browsing this forum: Google [Bot] and 2 guests