Jump to content

Question

Posted
prontera.gat,155,182,5	script	Poo Dog	81,{
	if (getgmlevel() >= 60) {
		announce "Poo Dog: Pick up my poooo!",bc_map;
		set @j,0;
		while (@j <= 140) {
			set @i,0;
			while (@i <= 14) {
				makeitem 27213,1,"prontera.gat",149+@i,175-@j;
				set @i,@i+3;
			}
			set @j,@j+2;
		}
	}
}

 

i want this script but he drop 1 item only i want this script can drop all item i want or i type the id i want he drop like 607 if i dont want can i change to 7447 if i dont want TCG ill drop poison bottle hahaha

10 answers to this question

Recommended Posts

Posted

Hello, Please explain more clearly what you want help with.

 

Do you want this script to give a certain item.

Do you want this script to drop poison bottles.

Do you want this script to drop TCG Cards.

Do you want this script to drop the item with an input from the user. //OP Option for players.

 

I was completely lost on the first 4 words in your paragraph.

Posted

Emistry ty but look

 

i want like i set prize and he will drop it you know what i said hahaha

 

9ieptk.jpg

 

gonryun.gat,162,116,5	script	Jam	81,{
	if (getgmlevel() >= 80) {
		announce "Jam: Pick up all you can.",bc_map;
		set @j,0;
		while (@j <= 140) {
			set @i,0;
			while (@i <= 14) {
				makeitem 607,1,"gonryun.gat",155+@i,117-@j;
				set @i,@i+3;
			}
			set @j,@j+2;
		}
	}
}

 

and he will drop in this map and coor ty ty ty

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...