[CD3.55] item drop random X and Y ?

Join Discord

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
105
1
44
a question ...


How could I do to make an item out on a map without giving your coordinates so that the item falls into a coordinate at random?

thanks ty!!
 

Mistery

Dedicated Member
Dedicated Member
Jan 13, 2013
11
0
27
DropItemMap "32,226,150,200" BenedictionOil 1 300

This is command your need

"Number map, Cords X , Cord Y , Ratio Name Item Number items in flloor Number items in all map


Sorry for my english :encouragement:

 
Upvote 0

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
105
1
44
thanks you Mistery! (Tranquilo por el ingles, yo tambien uso traductor XD eres español no?)

Tengo otra duda.. I have new question:

When I use the following ratio: 10, okay running, but when older ratio use as: 100, 200, 500, etc. The object does not appear ....
Anyone know why?

Ejample:


DropItemMap "32,226,150,10" BenedictionOil 1 1 ---> OKAY FOUND :) (object appears correctly)

DropItemMap "32,226,150,500" BenedictionOil 1 1 ---> NO FOUND!!!! :( (Object does not appear, or at least I can not find it ....)


-----------------------------------------------------------------------------------------------
Two Question:

Take the post to ask if you know of some code to check if an item is on the map.


For example ...


#IF
CheckItemMap BenedictionOil
#SAY
The object is in the map
#ELSESAY
The object is not on the map


There is something?


Thank you very much for your patience
-----------------------------------------------------------------------------------------------
 
Last edited:
Upvote 0