This website works better with JavaScript
Home
Explore
Help
Register
Sign In
devn00b
/
EQ2EMu
Watch
9
Star
3
Fork
0
Files
Issues
54
Tree:
e5c3ffca13
Branches
Tags
master
1.0.0
EQ2EMu
/
server
/
SpawnScripts
/
Generic
/
BetrayalGeneric.lua
BetrayalGeneric.lua
105 B
History
Raw
1
2
3
4
5
6
7
function spawn(NPC)
SetRequiredQuest(NPC, 1, 1,0)
end
function respawn(NPC)
spawn(NPC)
end