有 3 筆資料符合您搜尋的條件

gghowda
2018-08-03, 22:42
版面: 問題回報區
主題: 易水邪刀三代 death-blade 希望調整數值
回覆: 2
觀看: 9922

易水邪刀三代 death-blade 希望調整數值

檔案位置 daemon\skill\death-blade.c 裡面的 第158行 if(userp(target))damage = random((int)(me->query("MKS")+me->query("bellicosity"))/400)* me->query("force_factor",1) + ((int)limit/10) * (int)me->query("combat_exp")/20000; else damage = (int)(me->query("MKS")/100)+(me->query("bellicosity")/200) + (int)limit/...
gghowda
2018-07-21, 17:51
版面: 問題回報區
主題: recall verify horse 解Sc ring 的問題
回覆: 0
觀看: 8245

recall verify horse 解Sc ring 的問題

horse 路徑 \CSmud\obj\pplobj\npc\horse\horce.c 裡面有個餵horse 名聲的獎勵 ring 路徑\CSmud\obj\pplobj\npc\horse\sc-ring.c 已下是畫面log 你身上帶著下列這些東西(負重 31%)(空間 10%): 煉妖壺(Lotch) 一百二十九兩黃金(Gold) (裝備著) ※霸※刀※(Ba-blade) 小拉大龍棕(Pyramid mass) 小金刀(Gold blade) 布袋(Bag) (裝備著) 白虎修羅刃(Tiger blade) 喚雲扇(Cloud fan) 水晶寶鏡(Mirror) 小小馬兒(Horse...
gghowda
2018-06-17, 13:02
版面: 誤會歸檔區
主題: 希望恢復do 指令
回覆: 3
觀看: 11313

希望恢復do 指令

希望能夠恢復do 的指令功能!! #include <ansi.h> // 取得第一個逗號的位置 int parse (string arg) { int i, k; int n; i = 0; k = 0; n = strlen (arg); arg += ","; // 這樣才可以讓 ,, 的判斷正常 for (i=0; i<n; i++) { if (arg == '"') if (arg[i+1] == '"') { i++; continue; } else k = !k; else if (arg != ',') continue; else if (k) continue; el...