Jump to content

Release: Mapflag NoAttack (MF_NOATTACK)


M4karov

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  149
  • Reputation:   35
  • Joined:  04/01/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 10 months later...

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

Please update it to the latest rev. Thanks ?

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  149
  • Reputation:   35
  • Joined:  04/01/13
  • Last Seen:  

On 7/29/2018 at 12:22 PM, WhiteEagle said:

Please update it to the latest rev. Thanks ?

Updated to work with Git Hash: 93a7a20

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  116
  • Reputation:   18
  • Joined:  09/08/17
  • Last Seen:  

Hi, is there anyway to make it work so that aggressive mobs also do not attack players?

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

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?

 

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

×
×
  • Create New...