UID110457
帖子
精華
主題
積分28988
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限30
註冊時間2008-10-17
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 怒 2016-12-15 11:58 PM |
---|
簽到天數: 379 天 連續簽到: 1 天 [LV.9]以壇為家II
|
發表於 2010-2-4 12:35:07
|
顯示全部樓層
*setbattleflag "<battle flag>",<value>;
*getbattleflag("<battle flag>")
Sets or gets the value of the given battle flag.
Battle flags are the flags found in the battle/*.conf files and is also used in Lupus' variable rates script.
Example(s):
//will set the base experience rate to 20x (2000%)
setBattleFlag "base_exp_rate",2000;
//will return the value of the base experience rate (when used after the above example, it would print 2000).
mes getBattleFlag("base_exp_rate");
?? |
|