Jump to content

Mapflag NoAttack (MF_NOATTACK) 1.0.1

2.00 USD


1 Screenshot

About This File

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


What's New in Version 1.0.1   See changelog

Released

Updated to work with   Git Hash: 93a7a20


×
×
  • Create New...