源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
770 B

  1. Config = Config or {}
  2. Config.ConfigBoss = Config.ConfigBoss or {}
  3. --boss类型
  4. Config.ConfigBoss.ModuleId = {
  5. Person = 1,--个人
  6. World = 2,--世界
  7. Money = 3,--赏金
  8. Collect = 4,--采集
  9. Deserted = 9,--废都
  10. BossHome = 12,--boss之家
  11. GuildBossHome = 13,--社团之家
  12. }
  13. --更强途径 填后台功能id
  14. Config.ConfigBoss.StrongWay = {
  15. [1] = {
  16. winId = 430,
  17. subId = 1,
  18. },
  19. [2] = {
  20. winId = 19,
  21. subId = 1,
  22. },
  23. [3] = {
  24. winId = 440,
  25. subId = 1,
  26. },
  27. [4] = {
  28. winId = 4,
  29. subId = 1,
  30. },
  31. }
  32. --boss模型偏移
  33. Config.ConfigBoss.ModelPos = {
  34. --[boss_id] = {x,y},
  35. [10010004] = {0, -8},
  36. [10010004] = {0, 10},
  37. [10020002] = {0, 20},
  38. [10020006] = {0, 10},
  39. [10020007] = {0, 7},
  40. [10010003] = {0, -10},
  41. [10010005] = {0, 10},
  42. [10020003] = {0, -5},
  43. }