GM detection and banning chance reduction
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
Re: GM detection and banning chance reduction
I logged a few chars and tested it, 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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
Oh thank you Lisa 
GM has been detected while DoD first Boss Memento farming
Thanks for saving my Char
But Ive got a question. In micromacro he says he does a relog, but for me it doesn´t work fine.
He stops, tries to do a relog and then he cancles the relog and runs forward against a wall. In DoD he wanted to relog too. But when I came back from work I saw, that the bot had ran 1 hour against a wall
How can I fix that?

GM has been detected while DoD first Boss Memento farming
Thanks for saving my Char

But Ive got a question. In micromacro he says he does a relog, but for me it doesn´t work fine.
He stops, tries to do a relog and then he cancles the relog and runs forward against a wall. In DoD he wanted to relog too. But when I came back from work I saw, that the bot had ran 1 hour against a wall

How can I fix that?

Re: GM detection and banning chance reduction
Sounds like there is some other code preventing it from reloging, since I don't know what other code you are using I couldn't even start to guess =)
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
sometimes i got same problem but sometimes ok
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: GM detection and banning chance reduction
Any functions that call RoMScript from within the timer will potentially get this problem as there are yrest() calls in the RomScript function, which will allow code that isn't in the timer to execute (i.e the bot movement code). Looks from the previous screenshot that something like that happened.
-
- Posts: 30
- Joined: Wed Jun 01, 2011 6:07 am
Re: GM detection and banning chance reduction
I have the same problem my boot stop, sits, tries to do a relog then jumps up and runs forward against a wall.
I don't know if there is a fix for this or not ; however the only movement code is for the madman jump, so that my bot might not die.
But what would help more then any thing is to be able to change the beep,beep,beep alarm.wav sound. I would like to put some music. So no matter what, when the music plays its just a few sec until i can reply
I don't know if there is a fix for this or not ; however the only movement code is for the madman jump, so that my bot might not die.
But what would help more then any thing is to be able to change the beep,beep,beep alarm.wav sound. I would like to put some music. So no matter what, when the music plays its just a few sec until i can reply
Re: GM detection and banning chance reduction
Just pick any .wav sound file you want and replace the alarm.wav with it, try to pick a short length wave file though, not a 3minute song.emmanuel04 wrote:But what would help more then any thing is to be able to change the beep,beep,beep alarm.wav sound.
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
during the last time i only got gm warnings once in a while.
but with todays rom patch i get gm warnings 3 times in 15 minutes.
until today i got gm warnings without the game masters name, but today its the first time it tells me their names.
but ... my client does not log out anymore, as it did all the time before today.
MM output
but it does not log out and instead my char runs forward all the time, because the mm script has finished.
rom bot is on actual svn version 720 and userfunction_gmmonitor.lua is version 3.0P
do you have any suggestions?
Ric
but with todays rom patch i get gm warnings 3 times in 15 minutes.
until today i got gm warnings without the game masters name, but today its the first time it tells me their names.
but ... my client does not log out anymore, as it did all the time before today.
MM output
Code: Select all
GM detected! Name: Xxxxx, Class IDs: 4/5
Did not find any crashed game clients.
0:28am - ...scripts/rom/userfunctions/userfunction_gmmonitor.lua:85: Logging out
because GM detected.
rom bot is on actual svn version 720 and userfunction_gmmonitor.lua is version 3.0P
do you have any suggestions?
Ric
False positives
If you look at the names, they are probably player characters and not actually GMs. I had five false positives off player characters today myself. The bots DID log off though in my experience today.
Here's what I came back to in the MM window
Here's what I came back to in the MM window
Code: Select all
GM detected! Name: <player character name>, Class IDs: 2/1
Did not find any crashed game clients.
7:1pm - ...scripts/rom/userfunctions/userfunction_gmmonitor.lua:83: Logging out
because GM detected.
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>
Re: GM detection and banning chance reduction
i believe, the names were real characters and no GM, but i am not sure.
how das GM detect recognises GMs?
how das GM detect recognises GMs?
Re: GM detection and banning chance reduction
What is character max level now?
Chances are it is to do with the new classes, probably need to update the class system to fix the issue.
The prints you posted are for when detecting nearby players, must be a level thing.
Give this file a test run for me, I haven't even updated RoM yet, so I can't test it myself.
Chances are it is to do with the new classes, probably need to update the class system to fix the issue.
Should only be getting a detection if class ID is 0 or lvl is 100 or more.Class IDs: 2/1
The prints you posted are for when detecting nearby players, must be a level thing.
Give this file a test run for me, I haven't even updated RoM yet, so I can't test it myself.
- Attachments
-
- userfunction_gmmonitor.lua
- V 5.0
- (7.86 KiB) Downloaded 233 times
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
Hmm I find this interesting.
Maybe it is because you added in your own whisper replies, either that or not using latest version, or maybe I haven't updated latest version to topic. lol
Either way try V 5.0
Edamh wrote:7:1pm - ...scripts/rom/userfunctions/userfunction_gmmonitor.lua:83: Logging out
because GM detected.
Line 83 for one and line 85 for the other, that error message is on line 71 for me.Rickster wrote:0:28am - ...scripts/rom/userfunctions/userfunction_gmmonitor.lua:85: Logging out
because GM detected.
Maybe it is because you added in your own whisper replies, either that or not using latest version, or maybe I haven't updated latest version to topic. lol
Either way try V 5.0
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
Unfortunately I overwrote whatever I had with the V 5.0 so I don't know exactly which version I was using. I'll come back here with a report of sorts on the V 5.0 after today's dailies. THanks again.
EDIT: I ran through a set of dailies on five different bots, and there were NO false positives. But I'm not sure if I encountered any level 72 characters though. Will post a reply if I should encounter any false positives using v 5.0.
EDIT: I ran through a set of dailies on five different bots, and there were NO false positives. But I'm not sure if I encountered any level 72 characters though. Will post a reply if I should encounter any false positives using v 5.0.
Re: GM detection and banning chance reduction
ThanksEdamh wrote:I ran through a set of dailies on five different bots, and there were NO false positives. But I'm not sure if I encountered any level 72 characters though. Will post a reply if I should encounter any false positives using v 5.0.
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
Works great, huge thanks. I downloaded the 2.4 version. Got some questions tho.
1. Does this also checks for regular player at any level?
2. Will it logout if it detects a player in nearby?
(Would be great, since loads of player can record or report you)
If it dont do the things mentioned in the questions before, I wondering if it can be done?
And one last thing, should i get the 3.0 version instead or, I didnt download it because its for Private Servers only or?
/H
1. Does this also checks for regular player at any level?
2. Will it logout if it detects a player in nearby?
(Would be great, since loads of player can record or report you)
If it dont do the things mentioned in the questions before, I wondering if it can be done?
And one last thing, should i get the 3.0 version instead or, I didnt download it because its for Private Servers only or?
/H
Re: GM detection and banning chance reduction
If you are on the middle east server then 2.4 will be fine, if you are on a server that uses current version then try V5.0
1. It only looks for GM's,
2. no, it only checks for GM's.
if you want to check for players that are following you then you can make up a userfunction for it, I haven't had many requests for such a function at this stage.
1. It only looks for GM's,
2. no, it only checks for GM's.
if you want to check for players that are following you then you can make up a userfunction for it, I haven't had many requests for such a function at this stage.
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
Alright Lisa. Is it hard to make a userfunction to check for players? I aint that good on programming. Can you just copy the current code and modify it so it both detects GM's and players?
/H
/H
Re: GM detection and banning chance reduction
Since chapter V I am getting lots of false alerts when the bot moves throuh public areas. Probably dwarf characters.
I think the detector needs an adjustment
I think the detector needs an adjustment

Re: GM detection and banning chance reduction
Have you tested V 5.0 ?romaniac wrote:Since chapter V I am getting lots of false alerts when the bot moves throuh public areas. Probably dwarf characters.
I think the detector needs an adjustment
It is attached to a post, look up the page a little.
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: GM detection and banning chance reduction
You're right, I read back but missed V5 among the other posts. It's working.
Who is online
Users browsing this forum: Bing [Bot] and 1 guest