OK論壇

 找回密碼
 註冊
查看: 1265|回復: 6

關於ea版精練

 關閉 [複製鏈接]
  • TA的每日心情

    2016-1-17 05:02 PM
  • 簽到天數: 43 天

    連續簽到: 1 天

    [LV.5]常住居民I

    發表於 2009-4-10 18:38:54 | 顯示全部樓層 |閱讀模式
    請問 我要修改我的半自立司服改成最高+15


    但是我用字衝的他+11一定報調


    我已經測試了將近三百多件@@" 沒成功半件


    是否還需要改哪裡呢 請問有哪為大大可以幫忙

    評分

    參與人數 1積分 -30 現金 -30 積極性 -30 收起 理由
    小剪★ -30 -30 -30 閒置問題

    查看全部評分

    回復

    使用道具 舉報

  • TA的每日心情
    無聊
    2013-2-11 10:30 PM
  • 簽到天數: 480 天

    連續簽到: 1 天

    [LV.9]以壇為家II

    發表於 2009-4-10 19:46:49 | 顯示全部樓層
    你的衝裝是字寫腳本衝嗎?
    腳本呢?
    回復 支持 反對

    使用道具 舉報

    該用戶從未簽到

    發表於 2009-4-10 23:25:47 | 顯示全部樓層
    #1
    印象中 battle_athena 裡有個精鍊最高值
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情

    2016-1-17 05:02 PM
  • 簽到天數: 43 天

    連續簽到: 1 天

    [LV.5]常住居民I

     樓主| 發表於 2009-4-10 23:45:54 | 顯示全部樓層
    回答一樓:我腳本是正福腳本@@"


    回答二樓:可是我在battleconf裡面每個檔案都找過了 沒看到耶@@
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    開心
    2024-9-22 07:14 PM
  • 簽到天數: 238 天

    連續簽到: 1 天

    [LV.7]常住居民III

    發表於 2009-4-10 23:52:10 | 顯示全部樓層
    正服腳本是根據精鍊機率設定

    他最多只到10
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情

    2016-1-17 05:02 PM
  • 簽到天數: 43 天

    連續簽到: 1 天

    [LV.5]常住居民I

     樓主| 發表於 2009-4-11 00:48:34 | 顯示全部樓層
    我剛剛有看到有腳本可以修改 可是我用了都有錯誤  我把腳本貼上來 麻煩大大幫忙修改
    (我有將他稍微簡短以及將無用處去除@@")
    payon.gat,143,173,8        script        完美精煉師        85,{
    if (getequiprefinerycnt(@part) <= 9) goto a20;
    if (getequiprefinerycnt(@part) >= 10) goto a10;


    a10:
    mes"[完美精煉師]";
    mes" 我是專門鍛治武器與防具的鐵匠。";
    mes" 此項物品已經精練+10了";
    mes" 我可以精練到+15,但有一定機率失敗";
    next;
    menu getequipname(1),yes,getequipname(2),yes,getequipname(3),yes,getequipname

    (4),yes,getequipname(5),yes,getequipname(6),yes,getequipname(7),yes,getequipname

    (8),yes,getequipname(9),yes,getequipname(10),yes;
    yes:
    if (getequiprefinerycnt(@part) == 10) goto nonocc11;        //90%
    if (getequiprefinerycnt(@part) == 11) goto nonocc12;        //80%
    if (getequiprefinerycnt(@part) == 12) goto nonocc13;        //70%
    if (getequiprefinerycnt(@part) == 13) goto nonocc14;        //60%
    if (getequiprefinerycnt(@part) == 14) goto nonocc15;        //50%
    if (getequiprefinerycnt(@part) == 15) goto nonocc16;        //40%
    if (getequiprefinerycnt(@part) == 16) goto nonocc17;        //30%
    if (getequiprefinerycnt(@part) == 17) goto nonocc18;        //20%
    if (getequiprefinerycnt(@part) == 18) goto nonocc19;        //10%
    if (getequiprefinerycnt(@part) == 19) goto nonocc20;        //5%
    if (getequiprefinerycnt(@part) == 20) goto a20


    ////////////////////////////////
    nonocc11:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;

    nonocc12:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;

    nonocc13:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;

    nonocc14:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;

    nonocc15:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;
    nonocc16:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
           
    goto bye;
    nonocc17:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;
    nonocc18:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;
    nonocc19:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;
    nonocc20:
    delitem 984,1;
    set @go,rand ( 0, 9);
            if (@go ==0)successrefitem @part;
            if (@go ==1)failedrefitem @part;
            if (@go ==2)failedrefitem @part;
            if (@go ==3)failedrefitem @part;
            if (@go ==4)failedrefitem @part;
            if (@go ==5)failedrefitem @part;
            if (@go ==6)failedrefitem @part;
            if (@go ==7)failedrefitem @part;
            if (@go ==8)failedrefitem @part;
            if (@go ==9)failedrefitem @part;
    goto bye;

    bye:
            close;
    a20:
            mes"[ 完美精煉師]";
            mes" 這個已經鍛治到最高等級或者是尚未達到+10,無法再鍛治了..";
            close;
    }
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    無聊
    2025-2-26 12:31 PM
  • 簽到天數: 73 天

    連續簽到: 1 天

    [LV.6]常住居民II

    發表於 2009-4-16 02:36:26 | 顯示全部樓層
    你可以使用不受設定精煉值引響的npc

    試試看這個吧!!

    本帖子中包含更多資源

    您需要 登錄 才可以下載或查看,沒有帳號?註冊

    x
    回復 支持 反對

    使用道具 舉報

    您需要登錄後才可以回帖 登錄 | 註冊

    本版積分規則

    Archiver|手機版|小黑屋|OK討論區

    GMT+8, 2025-6-29 05:31 AM , Processed in 0.078416 second(s), 24 queries , Gzip On.

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回復 返回頂部 返回列表