Skip to content

Instantly share code, notes, and snippets.

Messaging.sendToList = function(list, message, mode=55) {
return list.forEach((profileName) => {
if (profileName.toLowerCase() != me.profile.toLowerCase()) {
sendCopyData(null, profileName, mode, message);
}
});
};
/**
* @filename Attack.js
* @author kolton
* @desc handle player attacks
*/
var Attack = {
classes: ["Amazon", "Sorceress", "Necromancer", "Paladin", "Barbarian", "Druid", "Assassin"],
infinity: false,
/**
* @filename Attack.js
* @author kolton
* @desc handle player attacks
*/
var Attack = {
classes: ["Amazon", "Sorceress", "Necromancer", "Paladin", "Barbarian", "Druid", "Assassin"],
infinity: false,
/**
* @filename MFHelper.js
* @author kolton
* @desc help another player kill bosses or clear areas
*/
function MFHelper() {
var OnOff = {
file: "",
/**
* @filename MFHelper.js
* @author kolton
* @desc help another player kill bosses or clear areas
*/
function MFHelper() {
var OnOff = {
file: "",