This website works better with JavaScript
首頁
探索
說明
註冊
登入
devn00b
/
EQ2EMu
關註
9
讚好
3
複刻
0
Files
問題管理
54
目錄樹:
6b1831d3ec
分支列表
標籤列表
master
1.0.0
EQ2EMu
/
server
/
SpawnScripts
/
Generic
/
BetrayalGeneric.lua
BetrayalGeneric.lua
105 B
文件歷史
原始文件
1
2
3
4
5
6
7
function spawn(NPC)
SetRequiredQuest(NPC, 1, 1,0)
end
function respawn(NPC)
spawn(NPC)
end