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
commdand to get properties of a char ?
Re: commdand to get properties of a char ?
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
Re: commdand to get properties of a char ?
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
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
Re: commdand to get properties of a char ?
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
Re: commdand to get properties of a char ?
ahh.... 
rock... u rock..
thx
rock... u rock..
thx