royal 發表於 2014-10-21 14:09:28

如何設置檢查地圖位置

在論壇的大大分享的泡點是全伺服器任何角落都會增加泡點點數

該如何設置泡點 只局限於此地圖呀...看了幾篇類似文章

只發現應該要在這邊設置 0.0

OnTimeover:
                if(@chcheck==0){end;}

                set bappoint,bappoint+1;
                atcommand "@EFFECT 248";
                announce "天使服務 : 掛滿 30 分鐘 天使點數 +1, [ "+bappoint+" ]",bc_self,0xFFBB00;
                if(bappoint%100==0){announce "您的天使點數已達"+bappoint+"點",bc_self,0x0fff8c;}
                addtimer $@podelay,"天使點數 看板::OnTimeover";
OnInit:
        set $@podelay,1800000;
        end;


但 應該要怎麼寫才能做檢查呢 0.0感謝指教><

goddameit 發表於 2014-10-21 15:20:33

getmapxy
-
僅供參考:
http://okayro.com/thread-150132-1-1.html

emistry 發表於 2014-10-23 23:15:30

// 只限於 Prontera
if(@chcheck==0 || strcharinfo(3) != "prontera" ){end;}
頁: [1]
查看完整版本: 如何設置檢查地圖位置