This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
devn00b
/
EQ2EMu
Seguir
9
Destacar
3
Fork
0
Ficheiros
Incidencias
54
Árbore:
6b1831d3ec
Ramas
Etiquetas
master
1.0.0
EQ2EMu
/
server
/
SpawnScripts
/
Generic
/
BetrayalGeneric.lua
BetrayalGeneric.lua
105 B
Histórico
Raw
1
2
3
4
5
6
7
function spawn(NPC)
SetRequiredQuest(NPC, 1, 1,0)
end
function respawn(NPC)
spawn(NPC)
end