#294 func "casted_on" doesn't work on Doors

닫힘
premierio00153 년 전을 오픈 · 1개의 코멘트
premierio0015 코멘트됨, 3 년 전

function casted_on(NPC, Spawn, SpellName)

             if SpellName == "use" then
             SendMessage(Spawn, "This door is securely locked!", "yellow")
             end
                end

Doors are not responding on casted_on function. We need this to prevent players open closed doors, send messages like "door is closed".

function casted_on(NPC, Spawn, SpellName) if SpellName == "use" then SendMessage(Spawn, "This door is securely locked!", "yellow") end end Doors are not responding on casted_on function. We need this to prevent players open closed doors, send messages like "door is closed".
image 코멘트됨, 3 년 전
협업자

doors use function 'usedoor' in SpawnScripts : http://cutpon.com:3000/devn00b/EQ2EMu/issues/248

doors use function 'usedoor' in SpawnScripts : http://cutpon.com:3000/devn00b/EQ2EMu/issues/248
image 3 년 전가 Close
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.