【插件資訊】插件來源:
http://forums.alliedmods.net/showthread.php?s...58d438f765fa&t=23281使用指令:Admin Commands
pm_givepoke <nick | @TEAM | @ALL> <pokemon name> [level] - gives players a pokemon
pm_setpoke <nick | @TEAM | @ALL> <pokemon name> - temporarily gives players pokemon power
pm_takepoke <nick | @TEAM | @ALL> <pokemon | @ALL | @# | @C> - takes a pokemon away from players
pm_morph <nick | @TEAM | @ALL> <pokemon | @ALL | @# | @C> <new pokemon> - morphes a pokemon into a new one
pm_givexp <nick | @TEAM | @ALL> <pokemon | @ALL | @# | @C> <amount> - gives xp to players pokemon
pm_setxp <nick | @TEAM | @ALL> <pokemon | @ALL | @# | @C> <amount> - sets xp on players pokemon
pm_addrank <nick | @TEAM | @ALL> <amount> - gives rank points to player
pm_setrank <nick | @TEAM | @ALL> <amount> - sets rank points on player
pm_setlevel/pm_setlvl <nick | @TEAM | @ALL> <pokemon | @ALL | @# | @C> <level> - sets level on players pokemon
pm_giveitem <nick | @TEAM | @ALL> <item name> [amount] - gives players an item
pm_debugger <nick | 0> - changes who recieves the debug messages
pm_help - shows admin command help
pm_cvar <cvar> [new value] - view/change value of pokemod cvars
pm_enable <pokemon | @ALL> [additional pokemon] - enables the use of a pokemon
pm_tempenable <pokemon | @ALL> [additional pokemon] - temporarily enables the use of a pokemon
pm_disable <pokemon | @ALL> [additional pokemon] - disables the use of a pokemon
pm_tempdisable <pokemon | @ALL> [additional pokemon] - temporarily disables the use of a pokemon
pm_pokemart <pokemon name | item name> <price> - changes items in Pokemart
pm_safari <pokemon name> <level> - changes pokemon in Safari
pm_reset <file> - resets pokemod file
pm_loadconfig - loads pokemod config files
pm_erasexp - erases all xp
Player Say Commands:
/pokecommands - shows complete list of commands in pokecommand
/pokehelp - shows basic information about PokeMod
/save - saves your PokeMod data (unless saving is off or safari mode is on)
/pokedex poke - shows information about the pokemon specified (ex. '/pokedex 1' or '/pokedex bulbasaur')
/pokemenu - shows PokeMod menu if you're dead or close to a Prof. Oak
/pokehud up/down - moves the PokeMod HUD up or down (ex. '/pokehud up' or '/pokehud down')
/playerspokes - shows everyones pokemon
/pokemart item amount - buys the amount of the item
/pokeitem item - view information about the item
/go - shows menu to select your active pokemon
/mypokes - shows the pokemon in your party
/switch poke1 poke2 - switches pokemon with another
/release poke - attempts to release a pokemon into the wild
/give player pokemon/item - gives your pokemon/item to player (ex. '/give Emp pikachu' or '/give Emp potion')
/wild - become a random wild pokemon
/trainer - become a trainer
/pokerank - view players pokeranks
Player Console Commands:
pokemod - shows PokeMod information about server
+pokeskill - uses your current skill
+pokeskill# - uses this skill without having to go through the menu ( +pokeskill1, +pokeskill2, etc. )
+pokeitem - shows menu of your current items
安裝路徑:sma编译为amxx放入cstrike\addons\amxmodx\plugins并写入plugins-zplague.ini即可
【插件介紹】So what is PokeMod?
-It is a game modification that incorporates the old gameboy games. Players choose a starting pokemon, gain experience, and catch new pokemon. As players level up their pokemon, that pokemon's skill will become more deadly. If a pokemon manages to evolve into another pokemon, the new pokemon will have a new skill plus its predecessors. However, players are limited to using a single pokemon at one time, but can have a 'party' that they can switch with on the fly with the command /go. Some pokemon are designated as 'global' pokemon, and as long as they are in your party, their skill will work as well.
-There is also a unique item system that has been developed where server owners can manage and create new items based on a simple file (items.cfg). This item system can be utilized to create an almost endless amount of items that you can imagine.
-Additionally with PokeMod there is a 'PokeRank' system, where players gain points every time they level up their pokemon. This can become competitive as there are defaulted 11 types of pokeranks, starting from Pokemon Finatic and working to Legendary Guru. On top of these individual ranks, there is also a server rank. If you have the top pokerank in the entire server, you will be designated as the Pokemon Master, and the next four highest are part of the Elite Four.
-Another feature in PokeMod is the 'Wild' and 'Trainer' mode. Players are defaulted to trainers, but can switch by saying /wild. In Wild mode, they will be assigned a random pokemon with a random experience. Wild pokemon gain experience twice as fast as trainers, but once you die, you become a new pokemon.
-Not commonly used in PokeMod is the 'Safari' mode. This mode allows players to choose any pokemon that the server has enabled for Safari mode. There is no experience gain and players are able to change pokemon freely. Pokemon can either be disabled, admin only, or set to a level.
How can I configure PokeMod to my liking?-PokeMod has many types of configurations found in the configs/pokemon/ folder. Within each file, there are customizations available. For more deep changes, such as saving type or game type, you must edit the
custom.inl or
skill_defines.inl then recompile for a new
pokemod.amxx.
- items.cfg - As described earlier, you can change and add items to PokeMod. You may set what they do, their price, and other things. You can also categorize them so you may buy items easier once in PokeMod.
- maps.cfg - This can be used to have map specific configurations. You can do any normal console command, or additionally, you can either disable PokeMod (-disabled) or turn skill use off (-skills_off) so players cannot use their skills but they can still gain experience. With -disabled and -skills_off, PokeMod does not precache any models, sounds, or sprites, that way you can still play the huge maps such as fun_allinone.
- pokedex.txt - Although it is not suggested that you change this file, you can edit the description and name of skills here.
- pokemod.cfg - Here you can edit cvars for PokeMod that will be loaded on map startup. You can change whether PokeMod is on to what admin is needed for PokeMod admin commands. If you wish to change values in this file in-game, instead of using the normal cvar command (amx_cvar) use the new pm_cvar command and it will save to the file as well.
- pokemon.cfg - Within this file, you can change many properties of pokemon. You may change how much delay there is after you use its skill, whether it is a global pokemon, what type it is, and even what it evolves to and when it evolves.
- safari.cfg - In Safari mode, the pokemon are given a set level, this is where you set that level. If you set to 0, then no one can use this pokemon in Safari mode. If set to a negative number, only admins can use this pokemon during Safari mode.
- xp_table.ini - Inspired by SuperHero Mod, now you can easily change what each level is and how many levels there are. (Note that you will also have to change a define in custom.inl if you want more than 99 levels)
[此文章售價 0 雅幣已有 64 人購買]
若發現會員採用欺騙的方法獲取財富,請立刻舉報,我們會對會員處以2-N倍的罰金,嚴重者封掉ID!