Thread: Mys 1.3.4 Itemdrop Mod for Mys v1.3.4
View Single Post
  #9  
Old 03-15-2014, 02:20 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,397
IntoRain is on a distinguished road
Default

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));
__________________


asp.net stole my soul.
Reply With Quote