Jump to content
  • 0
Sign in to follow this  
Zirius

@recallmap for Hercules

Question

7 answers to this question

Recommended Posts

  • 1

 

This can be done via script i forgot where i get it.... or who made it but credits to them.

-    script    MapRecall    -1,{    OnInit:        bindatcmd "maprecall",strnpcinfo(3)+"::OnMapRecall",70,70;        end;    OnMapRecall:        if(getgmlevel()==0) end;        getmapxy .@map$,.@x,.@y,0;        mapwarp .@map$,.@map$,.@x,.@y,0;}

 

Hello! how can I avoid @autotrade players to be @maprecalled?

we dont need that command becoz we have  getmemberaid

 

 usage: @maprecall "mapname"

-    script    MapRecall    -1,{end;OnInit:	bindatcmd "maprecall",strnpcinfo(3)+"::OnMapRecall",70,70;end;OnMapRecall:	.@smap$ =,.@atcmd_parameters$[1];	if(getmapusers(.@smap$) == -1) {		mes "invalid map name..";		close;	}	getmapxy(.@tmap$,.@tx,.@ty,0);	getmemberaid ALL_SAMEMAP, .@smap;	for ( .@i = 0; .@i < $@onlinecount; .@i++ ) {		if(!attachrid($@onlineaid[.@i])) continue;		if(!checkvending()) warp(.@tmap$, .@tx, .@ty);				}	end;		}

 

 

 

 

Share this post


Link to post
Share on other sites
  • 0

This can be done via script i forgot where i get it.... or who made it but credits to them.

-    script    MapRecall    -1,{    OnInit:        bindatcmd "maprecall",strnpcinfo(3)+"::OnMapRecall",70,70;        end;    OnMapRecall:        if(getgmlevel()==0) end;        getmapxy .@map$,.@x,.@y,0;        mapwarp .@map$,.@map$,.@x,.@y,0;}

Share this post


Link to post
Share on other sites
  • 0

This can be done via script i forgot where i get it.... or who made it but credits to them.

-    script    MapRecall    -1,{    OnInit:        bindatcmd "maprecall",strnpcinfo(3)+"::OnMapRecall",70,70;        end;    OnMapRecall:        if(getgmlevel()==0) end;        getmapxy .@map$,.@x,.@y,0;        mapwarp .@map$,.@map$,.@x,.@y,0;}

 

 

Hello! how can I avoid @autotrade players to be @maprecalled?

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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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