Jump to content

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
https://metin2.dev/topic/4918-flame-dungeon-dont-work/
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
https://metin2.dev/topic/4918-flame-dungeon-dont-work/#findComment-31042
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
https://metin2.dev/topic/4918-flame-dungeon-dont-work/#findComment-31066
Share on other sites

Now comes this error

 

qHNnf.jpg

 

You must start dungeon(of npc) on the same channel. Now you are 1CH (map index 62) but map index 351(flamen_dungeon map) is CH99 or other.

 

Try it on the OX map

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/4918-flame-dungeon-dont-work/#findComment-31142
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.