View Full Version : Need Script please help me
dany12345
06-13-2013, 08:46
I Want a Script Who Put Whatever Fast On The floor for put 3-4-5-6 items on the floor same items, same when we put item on the floor but very fast :o Thanks
Afwasmidd
06-13-2013, 12:06
Your description is a bit vague, but I'll try to help...
If you want all your loot to be dropped at your current location, you can use the dropLootOnGround command. It will drop all your defined setLoot at your current position. This is mainly used for moneymaking scripts that don't use a depositer. However this allows other players to loot your loot, making it a bit risky. If you want to drop your loot at any given moment when using a larger script, this doesn't help. In that case you should use a conditional. I use a script that loots food, but most times I consume it slower than I loot it. So I keep stacking up food, which I don't want because I want to make full use of my capacity. So I set it up to drop 1 item of that ID when the looted amount is larger than 10. It will check for this any 200-300 ms. So it's fast.
Example for conditional:
$countitems:AA AA$
#number>#
10
0
0
0
exiva drop AA AA 01
If amount of AA is larger than 10, drop 01 (has to be 2 digits).
I hope this helps.
Powered by vBulletin® Version 4.2.5 Copyright © 2021 vBulletin Solutions Inc. All rights reserved.