jogz Posted November 25, 2015 Posted November 25, 2015 (edited) HI, I'm still new to this and would like to ask help for a script that makes an npc drop items on the ground if there is such... if possible pls make it automatic drop item with counter and one with activation thanks in advance Edited November 25, 2015 by jogradz1005 Quote
0 Lord Ganja Posted November 25, 2015 Posted November 25, 2015 I don't know if there's any command to check if the tile is already occupied by another item. I guess there isn't. If you wanted to randomly drop it just use rand. sample prontera,150,150,4 script randromdrop 100,{ makeitem 608,1,"prontera",rand(147,153),rand(147,153); end; } 1 Quote
0 jogz Posted November 25, 2015 Author Posted November 25, 2015 Try to read more about makeitem thanks its helpful, also, is there a script that does not need the item to be dropped on a specific tile? like if the tile is already occupied by an item, would it drop randomly around the npc? Quote
Question
jogz
HI,
I'm still new to this and would like to ask help for a script that makes an npc drop items on the ground if there is such...
if possible pls make it automatic drop item with counter and one with activation
thanks in advance
Edited by jogradz10054 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.