Bug Closed · Resolved

argument 'amount' on giveitem seems to be broken

#1815 opened by Unknown 5 years ago

Unknownreported this bug

Summary Ticket mmp-0570 only give 1 item even with 32 in amount argument

Steps to reproduce

EnfantElfArcherSpell3: Skills:

  • giveitem{i=arrow;amount=32} @self

Describe what you think should happen instead of the bug.

Give the right amount indicate in amount

Server log file

https://pastebin.com/5Qb0b88e

Debug log snippet

no log error with debug 1

Proposed fixes

could be easily fix self with command give, but it's mark the log, with a spell with 1 s cd, it's rly fast the hell in log

Unknowncommented

giveitem does not take an amount argument. but you can do something similar with mob drops line

GiveThisItem:
  Skills:
  - giveitem{i=diamond <amount>} @self
Sign in to join the discussion.