鍊金排名問題
本帖最後由 twcbjyt6598 於 2017-7-5 07:59 PM 編輯官服點/alchemist 可以查詢鍊金排名
在前10名之內的鍊金和創造者所製造的藥水,效果將增加50%
但如果我想改成以下 SRC需要怎麼修正 謝謝
1 50 %
2 45 %
3 40 %
4 35 %
5 30 %
6 25 %
7 20 %
8 15 %
9 10 %
10 5 %
麻煩先把你的分類改正確
改動的部分,印象中是在源碼。
本帖最後由 Ceres8154 於 2017-7-4 11:40 AM 編輯
map-server/map/pc.c
內的funcint pc_itemheal() ...
裡面有段
// A potion produced by an Alchemist in the Fame Top 10 gets +50% effect
if (potion_flag > 1)
bonus += bonus*(potion_flag-1)*50/100;
應該是這段吧 Ceres8154 發表於 2017-7-4 11:38 AM static/image/common/back.gif
map-server/map/pc.c
內的funcint pc_itemheal() ...
了解 找出所在地了感謝您
頁:
[1]