|
本帖最后由 小渔 于 2016-11-2 17:21 编辑
刚看到早有这种了,他把enchant和rush结合在一起,试了一下,他不会检测该房间人物是否完成,傻傻的去杀andy,但感觉不错。
但完善了就没在更新出来了,http://www.blizzhackers.cc/viewtopic.php?f=209&t=500922。
Scripts.Enchant = true;
Config.Enchant.Triggers = ["chant", "cows", "wps", "time left", "givegold", "takegold", "ngvote", "stats"]; // Chat commands for enchant, cow level and waypoint giving etc...
Config.Enchant.GetLeg = false; // Get Wirt's Leg from Tristram. If set to false, it will check for the leg in town.
Config.Enchant.UseLogs = true; // Automatically enchant nearby players and their minions
Config.Enchant.LogName = "normhccl"; //name of chanter used for logging
Config.Enchant.AutoChant = true; // Automatically enchant nearby players and their minions
Config.Enchant.GameLength = 20; // Game length in minutes
Config.Enchant.GoldDrop = 5000; // Gold she drops when users use givegold cmd
Config.Enchant.NGVLength = 7; // Minutes that must pass before allowing people to vote for next game
Config.Enchant.JoinMsg = "Welcome to OfChants ran by ofchant. com!"; // Join msg LEAVE BLANK TO DISABLE
Config.Enchant.EndMsg = "Next game in 10 seconds IF YOU MAKE I FOLLOW! Dont forget to follow along in op hccl- and checkout ofchant. com !!"; // endgame msg LEAVE BLANK TO DISABLE
Config.Enchant.GiveRc = true; // Do you want to give/take raven claws.
Config.Enchant.GRC = "grabrc"; // Command used to grab raven claw
Config.Enchant.DRC = "droprc"; // Command used to grab raven claw
Config.Enchant.LastRc = "Last raven claw was used by "; // Msg calling out last person that used a rc if she is out
Config.Enchant.NoRc = "No raven claws available if you want you can bring me some."; //Msg used if no raven claw is avaliable
Config.Enchant.HaveRc = "Enjoy the raven claw please return it when you are finished."; //Msg used if a raven claw is dropped
Config.Enchant.ThanksRc = "Thanks for returning the raven claw"; // Msg used when a user donates raven claw
Config.Enchant.Rusher = true; //Do you want to rush?
Config.Enchant.Andy = "rush andariel";
Config.Enchant.Staff = "rush staff";
Config.Enchant.Amulet = "rush amulet";
Config.Enchant.Summoner = "rush summoner";
Config.Enchant.Duri = "rush duriel";
Config.Enchant.Trav = "rush travincal";
Config.Enchant.Meph = "rush mephisto";
Config.Enchant.Diablo = "rush diablo";
以上只是部分,更多在上面网站,现在就差搞个没完成任务的人物建房。 |
|