搜索
查看: 4819|回复: 17

[AMXX 带源码] 反恐精英魔兽世界插件(同冰峰王座类似)

[复制链接]
发表于 2009-2-3 08:57:48 | 显示全部楼层 |阅读模式 来自 广东东莞
本帖最后由 yangxi2008 于 2009-2-3 14:25 编辑

如果你喜欢UWC3或War3FT你绝对会喜欢WowMOD ,但永远不会成为乏味的时刻。

需要模型完整的自行下载回去研究
官方WowMOD网址: http://www.cswowmod.com/


配置文件
  1. // ***********************************************************************
  2. // World of Warcraft Mod (WowMOD) Configuration File
  3. // World of Warcraft Mod (WowMOD) by K2mia ( admin@uwc3.com )
  4. // Last Modification 8-10-2007


  5. // Main settings - Fast XP or Long term, etc
  6. sv_wowmod_enabled 1              // Set 1 to enable WowMOD
  7. mp_savexp 0                                                           // Set 1 to save long term xp
  8. mp_sql 0                              // Set 1 to use AMXX dbi storage, 0 for vault
  9. mp_sql_saveby 2                  // Set 1 to save by STEAMID, 2 to save by player name
  10. mp_sql_saveoncmdonly 0           // Set 1 to save SQL data on player commands only
  11.                                  // Not using this may cause additional server lag
  12. mp_xpmultiplier 1.05             // multiplier for xp table (xp needed per level)
  13. mp_weaponxpmodifier 1            // awards xp for various weapons
  14. sv_wowmod 1                                   // set to 0 to disable the plugin


  15. // WowMOD cvar settings
  16. WOW_admin_flag 1048576           // Access Flag for Giving XP, Default is ADMIN_MENU
  17.                                                      // The Custom flag values are listed below
  18.                                  // ADMIN_LEVEL_A = 4096
  19.                                  // ADMIN_LEVEL_B = 8192
  20.                                  // ADMIN_LEVEL_C = 16384
  21.                                  // ADMIN_LEVEL_D = 32768
  22.                                  // ADMIN_LEVEL_E = 65536
  23.                                  // ADMIN_LEVEL_F = 131072
  24.                                  // ADMIN_LEVEL_G = 262144
  25.                                  // ADMIN_LEVEL_H = 524288
  26.                                  // ADMIN_MENU    = 1048576

  27. // New CVARS unique to WowMOD

  28. WOW_dualclass_level 30           // Level that opens up secondary class selection menu
  29. WOW_dualclass_numspells 20       // Number of spells that can be trained from secondary class

  30. WOW_goldforkill 20               // Gold earned from kill
  31. WOW_goldfordmg 5                 // Gold earned from kill assist
  32. WOW_goldforbomb 30               // Gold earned from bomb plant
  33. WOW_goldfordefuse 30             // Gold earned from bomb defuse
  34. WOW_goldforrescue 20             // Gold earned from hostage rescue
  35. WOW_goldforsupport 10            // Gold earned from support
  36. WOW_goldforwin 50                // Gold earned for team victory
  37. WOW_goldforescape 50             // Gold earned for vip escape
  38. WOW_goldforkillvip 50            // Gold earned for killing vip
  39. WOW_goldforassist 20             // Gold earned for team-assist spells
  40. WOW_goldforassist2 100           // Gold earned from special team-assist spells
  41. WOW_goldforrez 50                // Gold earned for resurrection

  42. WOW_dmgxpbonus 1                 // Set to 1 if players earn XP bonus for kill assists
  43. WOW_classicons 1                 // Set to 1 if players see class icons above teamate heads

  44. WOW_mend_XP 100                  // Bonus XP from healing
  45. WOW_prayer_XP 200                // Bonus XP from healing prayer (team heal)
  46. WOW_remcurse_XP 100              // Bonus XP from curse removal
  47. WOW_gift_XP 100                  // Bonus XP from Gift of the Wild
  48. WOW_tranq_XP 100                 // Bonus XP from Tranquility
  49. WOW_assist_XP 100                // Bonus XP from other assist spells
  50. WOW_rez_XP 200                   // Bonus XP from Resurrection

  51. WOW_badge_div 200.0              // Badge requirement divisor for fast-xp mode calculations

  52. WOW_gold_fastxp 100              // Gold bonus multiplier for fast xp mode

  53. WOW_blink_punish 1               // Punish for abusing Blink

  54. // CVARS kept from UWC3
  55. UW_medicalerts 2                 // Draw medic alert sprites
  56. UW_HEALTHBONUS 10                // Health added from heal spells

  57. // CVARS kept from WAR3FT
  58. FT_round_win_XP 250             // XP for the winning team
  59. FT_bombplanterxp 200            // XP for planting the bomb
  60. FT_defusexp 200                 // XP for defusing the bomb
  61. FT_hostagexp 200                // XP for helping to rescue the hostages
  62. FT_killrescuemanxp 200          // XP for killing the hostage rescuer
  63. FT_xpbonus 60                   // XP for the tome of experience
  64. FT_VIP_kill_bonus 200           // XP for killing the VIP
  65. FT_VIP_escape_bonus 200         // XP for when the VIP escapes
  66. FT_headshot_bonus 200           // XP for getting a headshot
  67. FT_hostage_touch_bonus 00       // Set 1 to Give XP bonus for touching the hostage
  68. FT_attempt_defuse_bonus 0       // Set 1 to Give XP bonus for attempting to defuse the bomb
  69. FT_bomb_event_bonus 0           // Set 1 to Give XP bonus for bomb events
  70. FT_VIP_spawn_bonus 0            // Set 1 to Give XP bonus for spawning as the VIP
  71. FT_hostage_kill_xp 1            // Set 1 to remove XP for killing a hostage
复制代码
message

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
 楼主| 发表于 2009-2-3 09:01:23 | 显示全部楼层 来自 广东东莞
本帖最后由 yangxi2008 于 2009-2-3 09:08 编辑

模型和声音


  1. ==================================================================================================
  2.                                  WowMOD 安装指导
  3. ==================================================================================================
  4. --------------------------------------------------------------------------------------------------

  5. 第 1 步骤. 解压 wowmod.zip 文件进入你的电脑-以HLDS基础的目录.(通常 cstrike)
  6. wowmod.amxx 文件是以 amxx 1.7 版编译。


  7. 第 2 步骤. 把下列线之一加入你的 amxmodx/configs/plugins.ini 文件 - 我们推荐你
  8. 使用第一个版本与除错信息转在,之上因为 wowmod 是一个极大的网络设备和有可能的有
  9. 更疯狂的需要是发现/杀。

  10. ; 如果你想要除错信息打开那么增加这
  11. wowmod.amxx

  12. ; 另外增加这线到除错信息转走开
  13. wowmod.amxx


  14. 第 3 步骤. 因为 amxmodx 1.75 版或较高的组件自动装载, 为其他的版本你一定
  15. 确定下列的组件是在你的 amxmod/configs/modules.ini 文件中不批评

  16. fun
  17. engine
  18. fakemeta
  19. cstrike
  20. mysql

  21. 注意: mysql 需要是不批评即使你做不计划到使用它

  22. 为win32使用者注意:
  23. 你可能需要增加这为那目的你的 server.cfg 文件

  24. 管理人员 addons/amxmodx/configs/WowMOD/WowMOD.cfg

  25. 请报告任何的疯狂对 admin@cswowmod.com 或在 www.cswowmod.com 论坛。

  26. 谢谢
  27. -K2 mia
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
回复

使用道具 举报

 楼主| 发表于 2009-2-3 14:21:07 | 显示全部楼层 来自 广东东莞
发几张图

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
回复

使用道具 举报

发表于 2009-2-3 21:55:05 | 显示全部楼层 来自 广东佛山
太深奥了.............
回复

使用道具 举报

发表于 2009-3-15 13:01:48 | 显示全部楼层 来自 吉林松原
{:2_30:}{:2_31:}{:2_32:}
回复

使用道具 举报

发表于 2010-3-10 22:01:12 | 显示全部楼层 来自 广西南宁
英文的东西没几个人想用
回复

使用道具 举报

发表于 2010-3-13 00:45:44 | 显示全部楼层 来自 重庆
不懂。。。。。。。。。。
回复

使用道具 举报

发表于 2010-3-16 00:20:36 | 显示全部楼层 来自 江西萍乡
怎么没汉化啊!
回复

使用道具 举报

发表于 2010-8-13 21:51:21 | 显示全部楼层 来自 山东济南
看不懂啊???????
回复

使用道具 举报

发表于 2010-8-14 15:55:24 | 显示全部楼层 来自 山东济南
ddddddddddddd
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表