commdand to get properties of a char ?

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

commdand to get properties of a char ?

#1 Post by rambo66 »

Hi...

you can do a query on every char in the chat window (Do a right click on name and... here in Germay it is "Nachfragen", maybe in English kind of request infos or something like that) to get the info about the char... what lvls, location and guild

Is there a command to get these info's from a char who is not writing in the chat ?
Maybe something like /getinfo charxx ?

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

Re: commdand to get properties of a char ?

#2 Post by rock5 »

The command is "AskPlayerInfo(name)" but it only prints to chat. The GMMonitor userfunction uses it to get info about players but has to monitor the CHAT_MSG_SYSTEM event to capture the output. Then it has to parse the output. Not so simple to set up.
  • 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
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: commdand to get properties of a char ?

#3 Post by rambo66 »

thx for the reply

you know anything.. ? awesome.. ;)

but I'm not sure how to use it ? I don't want to make a macro out of it... just using from time to time

just writing: /AskPlayerInfo(name) in the chat ?

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

Re: commdand to get properties of a char ?

#4 Post by rock5 »

It's not a slash command so you would have to use "/script". So something like

Code: Select all

/script AskPlayerInfo("name")
  • 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
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: commdand to get properties of a char ?

#5 Post by rambo66 »

ahh.... ;)

rock... u rock.. ;)

thx
Post Reply