Jump to content
  • 0

doubt modification


Question

Posted (edited)

Well I made the change Emulator eAthena rathena wanted to know how to make a change in my source is not picking up, what can be.

Look for:



		 if (sd-> bl.m> = 0 && map [sd-> bl.m]. flag.nowarpbattle_config.any_warp_GM_min_level &&> pc_isGM (sd)) {
		 clif_displaymessage (d, msg_txt (248));
		 return -1;
	 }

Add this below:



	  if (town == 28 &&! ​​pc_isGM (sd)) {/ / If @ go 28 is a map vip. Just change thenumber 28 to your map vip.
		 clif_displaymessage (sd-> fd, "You are not vip.");
		 return -1;
      }

Just who is giving error in this line which can be

if (town ==28&&! ​​pc_isGM(sd))

Edited by DeMoNiAC

3 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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...