Thread: Mys 1.3.4 Itemdrop Mod for Mys v1.3.4
View Single Post
  #10  
Old 03-16-2014, 06:41 PM
LucasA33's Avatar
LucasA33 LucasA33 is offline
Member
 
Join Date: Jul 2011
Posts: 144
Gender: Male
Credits: 12,450
LucasA33 is on a distinguished road
Default

Quote:
Originally Posted by IntoRain View Post
Maybe the first setField in levelup.php is supposed to be dropstatus and not reward?

$this->setField("reward"(here), ($dropstatus)?$dropstatus:new Integer(0));
$reward = $mysidia->user->clickreward($this->settings->reward);
$mysidia->user->changecash($reward);
$this->setField("adopt", $this->adopt);
$this->setField("reward", new Integer($reward));
I didn't modify that at all, which is why I am afraid to touch that. I did notice that even after doing what the guide told me with the ACP Hooks:


I get this in the ACP:
__________________
Reply With Quote