DropItem Count parameter

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: DropItem Count parameter

Re: DropItem Count parameter

by Major Cooke » Wed Mar 07, 2018 8:52 pm

Yes.

Re: DropItem Count parameter

by Matt » Wed Mar 07, 2018 7:42 pm

So this would drop 4 cellpacks each with a 128 chance of appearing? (and not a 128 chance of 4 cellpacks appearing?)

DropItem Count parameter

by Major Cooke » Sun Mar 04, 2018 1:14 pm

This is NOT the same as the amount parameter.

This code here:

Code: Select all

DropItem "CellPack", 128, 0, 4
is equivalent of performing:

Code: Select all

DropItem "CellPack", 128
DropItem "CellPack", 128
DropItem "CellPack", 128
DropItem "CellPack", 128

Top