ChrisJonesCJ Posted March 24, 2009 Posted March 24, 2009 Hello I belive that my jobs in game are giving out exp or maybe some other daily thing but I cant find it so I dont know how to stop it I have search in job.php daycron searched through the jobs sql I cant find anything in my code that would give out exp from anything other than winning a battle (in my codes) can anyone give me any pointers ? Quote
Sp1d3r Posted March 24, 2009 Posted March 24, 2009 Re: Stupid question. Daily exp gain Check the hour cron. Should be there. Sp1d3r www.chaosrelic.com Quote
ChrisJonesCJ Posted March 25, 2009 Author Posted March 25, 2009 Re: Stupid question. Daily exp gain Found and removed hehe. Thank you very much Sp1d3r (also thanks to alabamahit) who mailed me with the answer to this question. Quote
mr_shuu Posted January 16, 2011 Posted January 16, 2011 jobs pay fixed it: $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN jobs j ON j.jID=u.job LEFT JOIN jobranks jr ON u.jobrank=jr.jrID SET u.money=u.money+jr.jrPAY, u.exp=u.exp+(jr.jrPAY/20) WHERE u.job > 0 AND u.jobrank > 0"); was not present Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.