skyalcon 發表於 2026-2-10 18:23

冒險者手冊

* 設定冒險者手冊當前頁面
       * @param page 0=伺服器設定, 1=玩家資訊, 2=詳細屬性
       * @param page 0=伺服器設定, 1=玩家資訊, 2=詳細屬性, 3=傳送點
       */
        public void setAdventurerBookPage(int page) {
                if (page >= 0 && page <= 2) {
                if (page >= 0 && page <= 3) {
                        _adventurerBookPage = page;
                } else {
                        _adventurerBookPage = 0; // 預設回到第一頁

頁: [1]
查看完整版本: 冒險者手冊