- Aug 4, 2003
- 256
- 7
- 94
Ok so I am attempting to create a userdie script in the mapquest files, with the idea... that when a person dies... an item drops near them on the map when they die for other people to pick up.. its suppose to be part of a PVP script, my question is whether this is possible to pull off, and exactly how the
DropItemMap function works.. i found an example of the command in an old script, i understand most of it... DropItemMap "Mapname,x-coord-y-coord,range" the stuff after it.. i assume %A9 is the item? and 1 is the quantity however I am not sure what %D9 is.
could someone explain?
DropItemMap function works.. i found an example of the command in an old script, i understand most of it... DropItemMap "Mapname,x-coord-y-coord,range" the stuff after it.. i assume %A9 is the item? and 1 is the quantity however I am not sure what %D9 is.
could someone explain?
Code:
"FLD_REWORD1,FLD_REWORN1COUNT,FLD_MAPEXP" @TestSurviveGame_Start_Result_Next
[@TestSurviveGame_Start_Result_Next()]
#ACT
mov A9 %ARG(1)
mov D9 %ARG(2)
Mov D8 %ARG(3)
DropItemMap "E002,40,40,20" %A9 1 %D9
