HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item system event

02-24-2008, 03:20 PM#1
RolePlaynGamer
Hey, i have been wondering how to make the "drop" event for an item system ... For an example, when you drop your sword item on the equipment item in your inventory.
02-24-2008, 05:08 PM#2
Vexorian
It is an item target order.

It is hard to explain and I explained that multiple times before, so, try using the search engine and look for 852002 , heck I am not sure why my memory retains such numbers but I need a cellphone to store phone numbers.
02-24-2008, 05:39 PM#3
Av3n
Or even better, DL the ConvOrder program in the tools section to save your ass from hard searching :P. Its in the Help File

-Av3n
02-24-2008, 06:29 PM#4
RolePlaynGamer
Thanks guys (or girls?) i will look now

-And would it be a good idea to download an item system and learn something from that? don't worry, i know JASS ..

Am i right when i say that 852002 - 852007 is the numbers of the inventory spaces and i need to use the "EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER" to detect when an unit places an item in the equipment item?
02-24-2008, 07:01 PM#5
Vexorian
Quote:
Originally Posted by Av3n
Or even better, DL the ConvOrder program in the tools section to save your ass from hard searching :P. Its in the Help File

-Av3n
That sounds way harder.
02-25-2008, 12:54 AM#6
Pyrogasm
Quote:
Originally Posted by RolePlaynGamer
Am i right when i say that 852002 - 852007 is the numbers of the inventory spaces and i need to use the "EVENT_PLAYER_UNIT_ISSUED_TARGET_ORDER" to detect when an unit places an item in the equipment item?
Yes.
02-25-2008, 05:55 PM#7
RolePlaynGamer
Quote:
Originally Posted by Pyrogasm
Yes.

Ok thanks =)