Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
[NPM4] Add the number of killed monsters in a Quest
4 participantes
Aldeia RPG :: RPG Maker :: Rpg Maker XP :: Tutoriais
Página 1 de 1
[NPM4] Add the number of killed monsters in a Quest
Hello,
The tutorial is for do that :
1) Go to the script [WIN] Window_Quests
2) Currently, your quests are like this :
You have to add the id of a game variable. This variable is the number of monsters who has already killed. You have to had it at the end like this :
For exemple :
3) In the same script, after
4) Replace at the end of the script
5) Now, open the event menu of your monsters.
6 ) In the second page, add this at the beginning:
<> if Switch (start of quest) is on
--<> Variable [Number of Monster killed] + 1
<>end of condition
7) Enjoy
The tutorial is for do that :
1) Go to the script [WIN] Window_Quests
2) Currently, your quests are like this :
- Código:
MISSION[1] = ["Name", Start_Switch, "Infos", Item_Neces., "Graphic of Monster", Number of Monster, End_Switch, Level, Gain_item]
You have to add the id of a game variable. This variable is the number of monsters who has already killed. You have to had it at the end like this :
- Código:
MISSION[1] = ["Name", Start_Switch, "Infos", Item_Neces., "Graphic of Monster", Number of Monster, End_Switch, Level, Gain_item, Number_kill]
For exemple :
- Código:
MISSION[1] = ["Bad monsters", 20, "Kill 3 Gluglus", 34, "092-Monster06", 3, 21, 1, 4, 21]
3) In the same script, after
- Código:
@gain_item = Quest_Configure::MISSION[@id][8]
- Código:
@killed = Quest_Configure::MISSION[@id][9]
4) Replace at the end of the script
- Código:
self.contents.draw_text(0, 130, 262, 32, LANGUAGE::QUESTMONSTERS+"x"+@quantidade.to_s)
- Código:
self.contents.draw_text(0, 130, 262, 32, LANGUAGE::QUESTMONSTERS+$game_variables[@killed].to_s+"/"+@quantidade.to_s)
5) Now, open the event menu of your monsters.
6 ) In the second page, add this at the beginning:
<> if Switch (start of quest) is on
--<> Variable [Number of Monster killed] + 1
<>end of condition
7) Enjoy
_________________
"My script doesn't work, I don't know why :/
My script works, I don't know why ._."
- All great scripters
My Script
Re: [NPM4] Add the number of killed monsters in a Quest
Bem simples, mas ficou legal. Tome o seu crédito!
Re: [NPM4] Add the number of killed monsters in a Quest
Very good, i make a script like this, but not works right OAKSOKPASOKP
+Creep
+Creep
_________________
Meu fórum de RPG Maker! ainda esta em construção, mas ja tem materias exclusivos! Visite-nos, você vai gostar!
Status do fórum: PARADO (por enquanto)
Alguns dos meus textos sobre Rpg, podem te ajudar
* Contos dos Heróis
Deem uma olhada
TecoKun- Membro de Honra
- Mensagens : 1310
Créditos : 69
Re: [NPM4] Add the number of killed monsters in a Quest
Veri Gudi!!1!
Ficou muito bom, parabéns, ajuda muito em certa parte!
Abraços,
Vinks
Ficou muito bom, parabéns, ajuda muito em certa parte!
Abraços,
Vinks
_________________
Ninguém pode ser perfeito, mas todos podem ser melhores.
Satheios- Aldeia Friend
- Medalhas :
Mensagens : 1248
Créditos : 306
Tópicos semelhantes
» [Dúvida] Sistema de quest - NPM4
» Bom, na questlog onde fica gravado a quest o nome sai quando eu relogo, como fazer para a quest ficar salva na engine mesmo desligando o serv e ligando.
» que há com o NPM4.0?
» [NPM4.0] Servidor por TXT
» [NPM4.9.1] Nova HUD
» Bom, na questlog onde fica gravado a quest o nome sai quando eu relogo, como fazer para a quest ficar salva na engine mesmo desligando o serv e ligando.
» que há com o NPM4.0?
» [NPM4.0] Servidor por TXT
» [NPM4.9.1] Nova HUD
Aldeia RPG :: RPG Maker :: Rpg Maker XP :: Tutoriais
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos