本帖最后由 franky988 于 2010-02-08 09:07 编辑
农场升级到2.8以后,极速化肥的有效时间变成55小时了,哈哈。
请大家自行修改,具体是找到happyfarm/config/farm.php文件
- //道具类型参数
- function Toolstype ( )
- {
- $str = array(
- "30001" => array( "tId" => 1,"tName" => "\u666e\u901a\u5316\u80a5","price" => 400,"FBPrice" => 0,"YFBPrice" => 0,"timeLimit" => 0,"type" => 3,"effect" => 3600,"depict" => "\u6bcf\u4e2a\u9636\u6bb5\u53ea\u80fd\u4f7f\u7528\u4e00\u6b21\uff0c\u51cf\u5c11\u8be5\u9636\u6bb5\u6210\u957f\u65f6\u95f41\u5c0f\u65f6\u3002","saleOut" => false),
- "30002" => array( "tId" => 2,"tName" => "\u9ad8\u901f\u5316\u80a5","price" => 1000,"FBPrice" => 0,"YFBPrice" => 0,"timeLimit" => 0,"type" => 3,"effect" => 9000,"depict" => "\u6bcf\u4e2a\u9636\u6bb5\u53ea\u80fd\u4f7f\u7528\u4e00\u6b21\uff0c\u51cf\u5c11\u8be5\u9636\u6bb5\u6210\u957f\u65f6\u95f42.5\u5c0f\u65f6\u3002","saleOut" => false),
- "30003" => array( "tId" => 3,"tName" => "\u6781\u901f\u5316\u80a5","price" => 2000,"FBPrice" => 0,"YFBPrice" => 0,"timeLimit" => 0,"type" => 3,"effect" =>198000,"depict" =>"\u6BCF\u4E2A\u9636\u6BB5\u53EA\u80FD\u4F7F\u7528\u4E00\u6B21\uFF0C\u51CF\u5C11\u8BE5\u9636\u6BB5\u6210\u957F\u65F6\u95F424\u5C0F\u65F6\u3002","saleOut" => false)
复制代码 将3003中的198000去掉1个0,更新缓存,OK |