Jump to content
  • 0

need help for spawning boss and timed proximity action npc


quakeman00

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

anthell02,41,258,4	script	Egg Reaction	557,1,8,{
	end;

OnTouch:
	if (countitem(574) > 0){
			mes "Our Precious Eggs!";
			next;
			delitem 574,1;
			hideonnpc "Egg Reaction";
			close;
		}
	else {
			}
close;            
}

what im looking to do here is make the npc ract when the player is holding an egg , but if the npc react , it will disable itself for 15 minutes. when the npc react , it will spawn a maya purple and removing an egg from the player's inventory and being unresponsive for 15 minutes. when the 15 minute timer end , the maya purple vanish "or die whitout droping any loot" i dont know which or how. this is what ive managed to figure for myself but hiding the npc dosent stop it from reacting. also if its posible to spawn the maya purple AFTER the window is closed so it dosent kill the players who brought the egg

Edited by quakeman00
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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