Szokers
07-19-2016, 12:12 AM
Hi,
i need script which if the label name 'abc' then drop item 11673 on position 33086, 31214, 8
Zingron
07-19-2016, 12:07 PM
Self.DropItem(x, y, z, item, amount)
Throw the amount of item you have on the ground position.
parameter x The X coordinate of the position.
parameter y The Y coordinate of the position.
parameter z The Z coordinate of the position.
parameter item The item to be thrown.
parameter amount The amount of items to be thrown, if not set it'll throw all items. (optional)
returns boolean
Example
elseif (labelName == 'abc') then
Self.DropItem(33086, 31214, 8, 11673)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.