| 
 
					
UID10083閱讀權限10主題0帖子5精華0A幣0 在線時間3 小時最後登錄2017-4-9 
 
集團新軍 
 
	主題0帖子5精華0綜合社群主題發文量0 電玩社群主題發文量0 娛樂社群主題發文量0 技術社群主題發文量0 閱讀權限10註冊時間2017-4-6 
 	
 TA的每日心情|  | 衰 2017-4-7 17:32
 | 
|---|
 簽到天數: 1 天 連續簽到: 0 天 [LV.1]初來乍到 | 
| 回復 10# TWAICL function action(mode, type, selection) {
 if (mode == -1) {
 cm.dispose();
 } else {
 if (mode == 0 && status == 2) {
 cm.sendNext("You need to think about it a little more? Sure, take your time. This is not something you should take lightly. Let me know when you have made your decision.");
 cm.dispose();
 return;
 }
 if (mode == 1)
 status++;
 else
 status--;
 
 if (cm.getJobId()==0) {
 if (status == 0) {
 cm.sendNextPrev("It is an important and final choice. You will not be able to turn back.");
 } else if (status == 1) {
 cm.sendYesNo("Do you want to be a Magician? You need to meet some requirements in order to do so. You need to be at least at #bLevel 8#k. Let's see if you have what it takes to become a Magician.");
 
 } else if (status == 2) {
 if(cm.getJobId()==0);
 cm.changeJobById(200);
 cm.gainItem(1372005, 1);
 cm.sendOk("So be it! Now go, and go with pride.");
 cm.dispose();
 
 改成這樣就可以了 他的轉職碼 變成 cm.changeJobByID 用了 notepad++ 開啟就看到程式碼了
 | 
 |