This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
devn00b
/
EQ2EMu
Obserwuj
9
Polub
3
Forkuj
0
Pliki
Problemy
54
Drzewo:
e5c3ffca13
Gałęzie
Tagi
master
1.0.0
EQ2EMu
/
server
/
SpawnScripts
/
Generic
/
BetrayalGeneric.lua
BetrayalGeneric.lua
105 B
Historia
Czysty
1
2
3
4
5
6
7
function spawn(NPC)
SetRequiredQuest(NPC, 1, 1,0)
end
function respawn(NPC)
spawn(NPC)
end