Jump to content

Flame Dungeon Dont work


Recommended Posts

  • Premium

Hey guys

 

i still wanna Test the Flame dungeon but he doenst work for me

 

I user mainline_release Source and in the chat comes this Error

 

HuBbg.jpg

 

I try this quest too

 

http://metin2dev.org/board/topic/1497-releaseblazingpurgatory-fixed-and-tested/

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

look at your syserr that should give you more information (for more info -> questlua_global.cpp ->:

	int _get_special_item_group( lua_State* L )
	{
		if (!lua_isnumber (L, 1))
		{
			sys_err("invalid argument");
			return 0;
		}

		const CSpecialItemGroup* pItemGroup = ITEM_MANAGER::instance().GetSpecialItemGroup((DWORD)lua_tonumber(L, 1));

		if (!pItemGroup)
		{
			sys_err("cannot find special item group %d", (DWORD)lua_tonumber(L, 1));
			return 0;
		}

		int count = pItemGroup->GetGroupSize();
		
		for (int i = 0; i < count; i++)
		{
			lua_pushnumber(L, (int)pItemGroup->GetVnum(i));
			lua_pushnumber(L, (int)pItemGroup->GetCount(i));
		}

		return count*2;
	}

)

Link to comment
Share on other sites

  • Premium
SYSERR: Jan 15 08:40:32 :: HandleEvent: QUEST There's suspended quest state, can't run new quest state (quest: QUEST_CHAT_TEMP_QUEST pc: [DEV]Exutor)
SYSERR: Jan 15 08:40:33 :: HandleEvent: QUEST There's suspended quest state, can't run new quest state (quest: QUEST_CHAT_TEMP_QUEST pc: [DEV]Exutor)
SYSERR: Jan 15 08:40:34 :: RunState: LUA_ERROR: [string "flame_dungeon"]:25: attempt to call global `get_special_item_group' (a nil value)
SYSERR: Jan 15 08:40:34 :: WriteRunningStateToSyserr: LUA_ERROR: quest flame_dungeon.run enter

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.