*addrid(<type>{,<flag>{,<parameters>}});
This command will attach other RIDs to the current script without detaching the
invoking RID. It returns 1 if successful and 0 upon failure.
<type> determines what RIDs are attached:
0: All players in the server.
1: All players in the map of the invoking player, or the invoking NPC if no player is attached.
2: Party members of a specified party ID.
[ Parameters: <partyid> ]
3: Guild members of a specified guild ID.
[ Parameters: <guildid> ]
4: All players in a specified area of the map of the invoking player (or NPC).
[ Parameters: <x0>,<y0>,<x1>,<y1> ]
5: All players in the map.
[ Parameters: "<mapname>" ]
Account ID: If type is Account ID, attach the specified account ID.
So I would like to ask, does the number 5 type accept instanced map names? For example, players are inside an instance, and I would like to attach every single one of them onto a certain event script, would addrid(5) do the trick, or is there anything else to add? Perhaps:
addrid(5,instance_mapname("prontera"));
Or would addrid(1); also work?
Additionally, regarding the 4th type, can somebody show me an example of how it works? Because I am kind of confused on how to use it. Thank you.
Question
Aisha
So I would like to ask, does the number 5 type accept instanced map names? For example, players are inside an instance, and I would like to attach every single one of them onto a certain event script, would addrid(5) do the trick, or is there anything else to add? Perhaps:
addrid(5,instance_mapname("prontera"));
Or would addrid(1); also work?
Additionally, regarding the 4th type, can somebody show me an example of how it works? Because I am kind of confused on how to use it. Thank you.
Edited by AishaLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.