Jump to content
Sign in to follow this  
Shoggoth

Проблемы в установке карты Infernal Abyss

Recommended Posts

Здравствуйте, хочу поставить эту карту, но не понимаю, что делать с этими частями. Так же не работает НПС, но скорее всего это как раз из-за того, что я не вставлял код, указанный ниже.

*** SKILLEFFECT.lua ***

if(Instance == nil)then
dofile(GetResPath("InfernalAbyss/Instance_Vars.lua"))
end

 *** MISSIONSDK.lua ***

			elseif conditions[i].func == Instance_DayCheck then
				PRINT( "ConditionsTest:Instance_DayCheck, p1 =, p2 = ", conditions[i].p1, conditions[i].p2 )
				local ret = Instance_DayCheck()
				if ret ~= LUA_TRUE then
					PRINT( "ConditionsTest:Instance_DayCheck = false" )
					return LUA_FALSE
				end

 *** NPCSDK.lua ***
 
		elseif item.func == Instance_RegParty then
			Instance_RegParty(character)
		elseif item.func == Instance_ConfirmParty then
			Instance_ConfirmParty(character)

 

Share this post


Link to post
Share on other sites

UP

Разобрался как поставить, всё хорошо работает(функции НПСа), но есть ньюанс.

в lua_err после телепорта пати пишет следующее: 

./resource/InfernalAbyss/Instance_functions.lua:92: attempt to call field `save' (a nil value)

строчка из функции:

table.save({day = os.date("%A")},Instance.path..playerID..".txt","w")

и в добавок, телепортирует только того, кто "заводит" пати, остальные стоят на месте, рядом с НПС данжа, но получают сообщения в систему о появлении волн, которые приходят из данжа.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...