Thread: Buff bot script
View Single Post
  #6  
Old 02-23-2013, 04:04 PM
Zamthos
Discordant
 
Join Date: Jan 2013
Posts: 284
Default

You would do this:
Code:
quest::givecash($copper*$random_result,$silver*$random_result,$gold*$random_result,$platinum*$random_result);
The way you have yours is a set value rather than how much platinum they actually gave the NPC.
Reply With Quote