Jump to content
  • 0
Squall

char_id of all the players in a particular area

Question

3 answers to this question

Recommended Posts

  • 0

http://herc.ws/board/topic/4593-getmemberaid-checkmes/

 

//    return account_id of all online players within the specific coordinatesprontera,153,185,5    script    AREA_coordinate    100,{    getmapxy .@map$, .@x, .@y, 0;    detachrid;    getmemberaid AREA, .@map$, .@x-1, .@y-1, .@x+1, .@y+1;    for ( .@i = 0; .@i < $@onlinecount; .@i++ )        announce rid2name( $@onlineaid[.@i] ), bc_all;    end;}
.

.

why you need char_id instead of account_id ?

because of *warpchar ?

better just use *areawarp

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.