GM alert Addon?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

GM alert Addon?

#1 Post by firedice »

Hello, Just wondering if there's a GM alert addon? like, say if Player X signs in, or Player X messages you, or Player X is next to you kind of thing.... that can send me an alert, IE by playing a sound file or some sort?


Thanks
swietlowka
Posts: 316
Joined: Wed Jun 16, 2010 8:16 am

Re: GM alert Addon?

#2 Post by swietlowka »

only when u get messaged u can us one of those for afk, was looking for what u descibed for some time, but with an option for sending a text to a cell phone ;)
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: GM alert Addon?

#3 Post by Administrator »

If someone can find a way to detect a GM, we can add an alarm. I'm not sure if there's some offset inside the pawn class that denotes whether a player is a GM or not. If I remember correctly, their name is prefixed with "<GM>", right? Does this display in the name as seen by the bot?

This can be tested pretty easily. First, turn DEBUGGING on. Then, on line 122 of bot.lua, you'll see this:

Code: Select all

			local target = CPawn(player.TargetPtr);
			printf("[DEBUG] player target type: 0x%X\n", target.Type);
			printf("[DEBUG] player target attackable: %s\n", target.Attackable);
			printf("[DEBUG] player target aggressive: %s\n", target.Aggressive);
Add this and save it:

Code: Select all

			printf("[DEBUG] player target name: %s\n", target.Name);
Now start the bot with a GM detected then pause it after it displays start-up info, and post what it says the player's target name is. I'm guessing it will be something like "<GM> namehere".
User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: GM alert Addon?

#4 Post by botje »

that would be so cool xd

let it play a enormous hard sound of a sirene :P

Botje
firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: GM alert Addon?

#5 Post by firedice »

hmmm i'll see if i can... but im not too good with this kind of stuff, and i don't know who gm's are in my server... lol so may take me a while.
horsewilly
Posts: 25
Joined: Tue Aug 17, 2010 6:41 am

Re: GM alert Addon?

#6 Post by horsewilly »

swietlowka wrote:only when u get messaged u can us one of those for afk, was looking for what u descibed for some time, but with an option for sending a text to a cell phone ;)
Why? Are you gonna leave work, school, your friend's party just cause you got a text? And even if you did, it'd probably be too late already - by the time you'd get home, you'd be banned. That'd only work if you moved within like a 100m radius of your computer at all times ... :lol:
Last edited by horsewilly on Fri Jan 14, 2011 7:08 am, edited 1 time in total.
firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: GM alert Addon?

#7 Post by firedice »

personally i never met a GM before... or had any contact with one, i just want to do this for precautionary since that other dudes post.


which addon makes a sound when you get a whisper?
pavel
Posts: 13
Joined: Sun Jan 16, 2011 3:21 pm

Re: GM alert Addon?

#8 Post by pavel »

Administrator wrote:If someone can find a way to detect a GM, we can add an alarm. I'm not sure if there's some offset inside the pawn class that denotes whether a player is a GM or not. If I remember correctly, their name is prefixed with "<GM>", right? Does this display in the name as seen by the bot?


Now start the bot with a GM detected then pause it after it displays start-up info, and post what it says the player's target name is. I'm guessing it will be something like "<GM> namehere".
Unfortuantly it's not that easy. Their names are normal, just their first class is Game Master. To see how it looks like, check picture below.
Attachments
Gamemaster.jpg
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: GM alert Addon?

#9 Post by Administrator »

Ah, right. I remember their main class being Game Master back when I first made my Druid and Runemaster (about 6-8 months before those classes were released). I tried to also make myself a Game Master, but it just resulted in being instantly disconnected due to IP checks. Now if only I could remember all the details...
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: GM alert Addon?

#10 Post by lisa »

Seems the GM's have made their lvl 200, if all have done this then you can easy detect their lvl > 62.
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
Tamyra
Posts: 133
Joined: Tue Feb 01, 2011 6:09 pm

Re: GM alert Addon?

#11 Post by Tamyra »

horsewilly wrote:
swietlowka wrote:only when u get messaged u can us one of those for afk, was looking for what u descibed for some time, but with an option for sending a text to a cell phone ;)
Why? Are you gonna leave work, school, your friend's party just cause you got a text? And even if you did, it'd probably be too late already - by the time you'd get home, you'd be banned. That'd only work if you moved within like a 100m radius of your computer at all times ... :lol:
If you could remote into your home PC from your cell, "LogMeIn" can do this, you could pause a bot if a GM is near. But again, time to login from alert might be too long.
Post Reply