OK論壇

 找回密碼
 註冊
查看: 878|回復: 1

+10精煉NPC問題

 關閉 [複製鏈接]
  • TA的每日心情
    無聊
    2010-10-28 01:01 PM
  • 簽到天數: 88 天

    連續簽到: 0 天

    [LV.6]常住居民II

    發表於 2008-6-8 22:03:12 | 顯示全部樓層 |閱讀模式
    他會精煉裝飾品2邊跟頭中到+10   要怎麼才能讓她不精煉這3個地方?
    幫我看一下  哪裡出問題= =

    louyang.gat,225,120,5 script 自動精煉師 869,{
            set @max,10;
            set @part,1;
            set @part_max,10;
            set @ngp,1;
            set @ygp,1;
            set @ngpmx,10;
            set @ygpmx,10;
            mes " 『^DC143C自動精煉師^000000』";
            mes " 我能幫你全身精煉+10";
            mes " ^ff0000立刻地喔~*^000000";
            next;
            menu "你一定是在耍我。",L_CANCEL,
                    "讓我衝+10",L_Yes;
    L_Yes:
            if (@ngp == @ngpmx) goto L_ERROR;
            if (@ygp == @ygpmx) goto L_ERROR1;
            if (@part == @part_max) goto L_CLOSE;
            if ( getequipisequiped(@part) > 0) goto L_Yes2;
            set @ngp,@ngp+1;
            set @part,@part+1;
            goto L_Yes;
    L_Yes2:
            if ( getequiprefinerycnt(@part) < @max) goto L_Yes4;
            set @ygp,@ygp+1;
            set @part,@part+1;
            goto L_Yes;
    L_Yes3:
            if ( getequipisenableref(@part) > 0 ) goto L_Yes4;
            set @part,@part+1;
            goto L_Yes;
    L_Yes4:
            if ( getequiprefinerycnt(@part) >= @max) end;
            goto L_Yes5;
    L_Yes5:
            successrefitem @part;
            goto L_Yes;

    L_ERROR:
            mes " 『^DC143C自動精煉師^000000』";
            mes " 你在耍我?";
            mes " 你根本沒有裝備可以精煉!!!";
            mes " 我不想再看到你,給我滾!!!";
            goto L_CLOSE;
    L_ERROR1:
            mes " 『^DC143C自動精煉師^000000』";
            mes " 抱歉,你已經全身 +"
    [email=+@max]+@max[/email]+"了 !!";
            mes " 不能再精煉了!";
            goto L_CLOSE;

    L_CANCEL:
            mes " 『^DC143C自動精煉師^000000』";
            mes " 你在耍我?";
            mes " 給我滾!!!";
            goto L_CLOSE;

    L_CLOSE:
            close;

    OnInit:
    waitingroom "全身精練+10",0;

    end;

    }
  • TA的每日心情
    開心
    2019-8-18 04:57 PM
  • 簽到天數: 2148 天

    連續簽到: 1 天

    [LV.Master]伴壇終老

    發表於 2008-6-8 22:31:52 | 顯示全部樓層
    set @ngpmx,7;
            set @ygpmx,7;
    回復 支持 反對

    使用道具 舉報

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

    本版積分規則

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

    GMT+8, 2025-7-4 09:03 AM , Processed in 0.114266 second(s), 19 queries , Gzip On.

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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