|
本帖最后由 arvinyoung1114 于 2017-1-14 09:36 编辑
求教...
/**
* @filename MuleLogger.js
* @author kolton
* @desc Log items on configurable accounts/characters
*/
var MuleLogger = {
LogAccounts: {
/* Format:
"account1/password1/realm": ["charname1", "charname2 etc"],
"account2/password2/realm": ["charnameX", "charnameY etc"],
"account3/password3/realm": ["all"]
To log a full account, put "accountname/password/realm": ["all"]
realm = useast, uswest, europe or asia
Individual entries are separated with a comma.
*/
},
LogGame: ["aymulelog", "aylog"], // ["gamename", "password"]
LogNames: true, // Put account/character name on the picture
LogItemLevel: true, // Add item level to the picture
LogEquipped: true, // include equipped items
LogMerc: true, // include items merc has equipped (if alive)
SaveScreenShot: true, // Save pictures in jpg format (saved in 'Images' folder)
IngameTime: 60, // Time to wait after leaving game
還有什麼設置?
|
|