Jump to content

Recommended Posts

Posted

Mapflag NoAttack (MF_NOATTACK)


Modification created to block the attack on monsters on a given map.

Script command created to enable / disable attacking players and monsters.

 

Script:

prontera,171,203,4	script	NoAttack	67,{
	mes "NoAttack";
	mes "What can I do for you?";
	switch(select("Enable Attack:Disable Attack")){
		case 1:
			noattack 1;
			end;
		case 2:
			noattack 0;
			end;
	}
}
prontera	mapflag	noattack

 

By buying this script, you agree to these terms:

  • You are not allowed to redistribute this script in any way, shape, or form.
  • Chargeback scams are not tolerated and will get you punished on rAthena.
  • I still retain all rights to this script.
  • Terms above may be changed or adjusted without prior notification.

Copyright © - Emperium Games 2017 - All Rights Reserved


 

  • Upvote 1
  • 10 months later...
  • 5 months later...
  • 1 year later...
  • 5 months later...
Posted
On 9/6/2017 at 10:03 PM, M4karov said:

Mapflag NoAttack (MF_NOATTACK)


Modification created to block the attack on monsters on a given map.

Script command created to enable / disable attacking players and monsters.

 

Script:


prontera,171,203,4	script	NoAttack	67,{
	mes "NoAttack";
	mes "What can I do for you?";
	switch(select("Enable Attack:Disable Attack")){
		case 1:
			noattack 1;
			end;
		case 2:
			noattack 0;
			end;
	}
}
prontera	mapflag	noattack

 

By buying this script, you agree to these terms:

  • You are not allowed to redistribute this script in any way, shape, or form.
  • Chargeback scams are not tolerated and will get you punished on rAthena.
  • I still retain all rights to this script.
  • Terms above may be changed or adjusted without prior notification.

Copyright © - Emperium Games 2017 - All Rights Reserved


 

is this working on latest RA?

 

Join the conversation

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

Guest
Reply to this topic...

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