Jump to content
  • 0
Jamy

Block warp to a certain map

Question

I'll give you an example I'm going to go 0 VIP room, the map of VIP is to write @ warppay_fild01 pay_fild01 not teleport want more if I type what I did @go 28 or @go vip teleport want.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Emistry when I use the mapflag nowarpto my vip @ go and blocked also for VIP's have the following code in src.

if(town == 34 && (pc_get_group_level (sd) <1)){
		clif_displaymessage(sd->fd, "Excuse me more you are not a VIP member.");
		return -1;
	}

Edited by JAS
Link to comment
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.   Paste as plain text instead

  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.



×
×
  • Create New...

Important Information

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