UID265531
帖子
精華
主題
積分1805
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限10
註冊時間2010-6-7
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 擦汗 2010-10-22 03:30 PM |
---|
簽到天數: 28 天 連續簽到: 0 天 [LV.4]偶爾看看III
|
本帖最後由 buzzstyle23 於 2010-8-27 03:02 PM 編輯
您好
是這樣的
我在昨天發現公會寶箱只有在公會戰結束當晚有開放
之後就一直沒公會寶箱的出現
我用進階搜索到一兩個問題
裡頭的前輩是提到要改時間副本跟MOB_DB
但是很抱歉,我還是不很確定怎樣去修改...
所以麻煩瞭解的前輩給予我一些意見,我會很感謝的,謝謝!!
script Gld_Trea_Spawn::Gld_Trea_Spawn -1,{
end;
OnClock0001:
// Do nothing if this script is the template.
if (strnpcinfo(1) == "Gld_Trea_Spawn") end;
// If there is no owner, do nothing.
if (!GetCastleData(strnpcinfo(2),1)) end;
// Is there Economy in this castle?
set .@Treasure,GetCastleData(strnpcinfo(2),2)/5+4;
請問是從這段是作修改嗎?還是別的地方呢? |
|