twcbjyt6598 發表於 2017-7-3 19:13:08

鍊金排名問題

本帖最後由 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 %

vincent800307 發表於 2017-7-3 22:42:08

麻煩先把你的分類改正確

改動的部分,印象中是在源碼。

Ceres8154 發表於 2017-7-4 11:38:27

本帖最後由 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;
應該是這段吧

twcbjyt6598 發表於 2017-7-5 20:00:23

Ceres8154 發表於 2017-7-4 11:38 AM static/image/common/back.gif
map-server/map/pc.c
內的funcint pc_itemheal() ...



了解 找出所在地了感謝您
頁: [1]
查看完整版本: 鍊金排名問題