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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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