004232 發表於 2011-1-19 05:29:11

殺人顯示公告問題

請問如何把殺人公告給公告出來,目前只有顯示在視窗上面而已,我要視窗+公告請問有辦法嗎??

要從哪邊做修改動作呢(爬文過)

以下是殺人公告腳本


- script On_PCKillEvent -1,{
OnPCKill2:
dispbottom "["+strcharinfo(0)+"] 殺死了 [" + accountid2name(PC_VICTIM_ID) + "] ";
}
- script On_PCKillEvent -1,{
OnPCKill:
dispbottom "["+strcharinfo(0)+"] 被 [" + accountid2name(PC_KILLER_ID) + "] 殺死了";
}


- script On_PCKillEvent -1,{
OnPCKill2:
announce "["+strcharinfo(0)+"] 殺死了 [" + accountid2name(PC_VICTIM_ID) + "] ";
}
- script On_PCKillEvent -1,{
OnPCKill:
announce "["+strcharinfo(0)+"] 被 [" + accountid2name(PC_KILLER_ID) + "] 殺死了";
}

goddameit 發表於 2011-1-20 21:59:46

如果
改成
announce ....,15;
頁: [1]
查看完整版本: 殺人顯示公告問題