Jump to content
  • 0
Sign in to follow this  
pajodex

Items drop on map..

Question

3 answers to this question

Recommended Posts

  • 0

You should've said that before. Using Mumbles' code as base:

 

-	script free_yggs -1,{OnNPCKillEvent:	if (killedrid == 1002) { // Poring Mob ID is 1002		getmapxy(.@map$, .@x, .@y, 3);		for (.@i = 0; .@i < 200; .@i++) { // Up to 200 Yggdrasil berries			makeitem Yggdrasilberry, 1, .@map$, .@x + rand(-10, 10), .@y + rand(-10, 10);		}	}	end;}

Share this post


Link to post
Share on other sites
  • 0
-	script	free_yggs	-1,{	OnNPCKillEvent:		getmapxy(.@map$, .@x, .@y, 3);		for (.@i = 0; .@i < 200; .@i++) {			makeitem Yggdrasilberry, 1, .@map$, .@x + rand(-10, 10), .@y + rand(-10, 10);		}				end;}

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.