Log in

View Full Version : Loot on ground!



Qetkut
09-29-2012, 22:02
move 32111,32205,8
move 32125,32208,8
move 32125,32207,9
resetLoot
setLoot 51 0D 15 0D
dropLoot 51 0D 15 0D
resetLoot 51 0D 15 0D D5 0B
move 32106,32216,9
move 32125,32207,9
move 32125,32208,8
move 32107,32214,8
move 32090,32210,8
move 32070,32212,8
move 32076,32229,8
move 32064,32232,8
move 32064,32233,9
move 32082,32233,9
move 32055,32224,9
move 32039,32223,9
move 32038,32235,9
move 32049,32245,9
move 32064,32233,9
move 32064,32234,8
move 32044,32225,8
move 32034,32214,8
move 32063,32218,8
move 32069,32206,8
move 32081,32193,8
move 32103,32201,8
gotoScriptLine 0




Why it doesn't work??

xHellsx
09-29-2012, 23:56
move 32125,32207,9
resetLoot
setLoot 51 0D 15 0D
dropLoot 51 0D 15 0D
resetLoot 51 0D 15 0D D5 0B

An ID is only ever 00 00 format. So 51 0D 15 0D isn't an ID of an item.

Setloot 51 0D
setloot 15 0D


There is also no command "droploot ID"

You set the loot with "SET LOOT" then you set "droplootonground" command. Don't reset your loot settings before otherwise you will have 0 loot to drop.

So in short

#1 SET LOOT YOU WANT TO LOOT
#2 RESET LOOT
#3 SET LOOT YOU WANT TO DROP
#4 DROPLOOTONGROUND
#5 SET LOOT YOU WANT TO LOOT