Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Este MOD possui 7 NPCs estáticos que possuem imagens de personagens. Geralmente os uso no servidor para os jogadores encontrarem em eventos, bem como para trocar determinados itens.
Para isso, crio uma receita dentro da pasta do script nos seguintes formatos:
recipe Buy Zomboxivir Ampule
{
Money=2000,
keep=NPC1,
Result: TheyKnew.Zomboxycycline,
Time: 8, CanBeDoneFromFloor:true,
Category: Shop MN,
}
Just open the administrator powers tab and see the list of items. Search ID for "NPC" goes from NPC1 to NPC9 and we will expand soon.
You can change the NPC's name as you see fit.
To do this, I create a recipe inside the script folder in the following formats:
recipe Buy Zomboxivir Ampule
{
Money=2000,
keep=NPC1,
Result: TheyKnew.Zomboxycycline,
Time: 8, CanBeDoneFromFloor:true,
Category: Shop MN,
}