This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
devn00b
/
EQ2EMu
Vigiar
9
Colocar Estrela
3
Fork
0
Ficheiros
Problemas
54
Árvore:
6b1831d3ec
Ramos
Etiquetas
master
1.0.0
EQ2EMu
/
server
/
SpawnScripts
/
Generic
/
BetrayalGeneric.lua
BetrayalGeneric.lua
105 B
Histórico
Em bruto
1
2
3
4
5
6
7
function spawn(NPC)
SetRequiredQuest(NPC, 1, 1,0)
end
function respawn(NPC)
spawn(NPC)
end