Hello,
I know how i need add cash to player by gm or admin /addcash blahblahblah
but possible to add cash to player via quest? (quest.txt)
Thanks
Printable View
Hello,
I know how i need add cash to player by gm or admin /addcash blahblahblah
but possible to add cash to player via quest? (quest.txt)
Thanks
; test cash
(cash (quest 9090) (points 100)
(item (index 3509) (max 10) (bound 1))
(item (index 12310) (max 10) (bound 0))
)
it's from cash.txt , try with quest "9090" .
But this remove cash from the player i want add cash with quest to the player.