Jump to content
  • 0

Poo Dog


Hades03

Question


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

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

Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   54
  • Joined:  12/23/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

isnt that the script  i posted above allow you to set what item to drop by the NPC automatically ? just with a range of 1 minutes..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

error dude

 

xlgkme.png

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

swt ..... getitemname ..... not geitemname

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

still error



iom1yp.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

i think you are not updated

just

set .itemid,.@item;
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

trojanWorm ty

 

npc no error but he drop nothing

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

some minor fix..

http://pastebin.com/raw.php?i=mXn0PGPJ

 

but still..both script work just fine ~

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