Jump to content

Recommended Posts

  • Premium

Hi, i am implement the systm ShoulderSash-System with Scale Function by LeNnT v 0.3 

<a href=Image from Gyazo" />

 

syyser cleansed not game.core not db.core

the uniq error is errorlog

Module Name: J:\Metin2client\Metin2client.exe
Time Stamp: 0x5b909eef - (null)

Exception Type: 0xc0000005

eax: 0x30ffd293	ebx: 0x10554630
ecx: 0x00000000	edx: 0x010fd610
esi: 0x30ffd293	edi: 0x00000001
ebp: 0x010fd670	esp: 0x010fd644

0x00286c37	J:\Metin2client\Metin2client.exe
0x00294d85	J:\Metin2client\Metin2client.exe
0x001e8616	J:\Metin2client\Metin2client.exe
0x001ed022	J:\Metin2client\Metin2client.exe
0x1e0a87b7	J:\Metin2client\python27.dll
0x1e0ea900	J:\Metin2client\python27.dll
0x1e0ec65f	J:\Metin2client\python27.dll
0x1e0ecd22	J:\Metin2client\python27.dll
0x1e0e93f5	J:\Metin2client\python27.dll
0x1e0ea977	J:\Metin2client\python27.dll

 

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

  • Premium
#ifdef ENABLE_ACCE_SYSTEM
void CItemData::SetItemScale(const std::string strJob, const std::string strSex, const std::string strScaleX, const std::string strScaleY, const std::string strScaleZ, const std::string strPositionX, const std::string strPositionY, const std::string strPositionZ)
{
	DWORD dwPos = 0;
	//DWORD dwPos;
	if (strJob == "JOB_WARRIOR")
		dwPos = NRaceData::JOB_WARRIOR;
	else if (strJob == "JOB_ASSASSIN")
		dwPos = NRaceData::JOB_ASSASSIN;
	else if (strJob == "JOB_SURA")
		dwPos = NRaceData::JOB_SURA;
	else if (strJob == "JOB_SHAMAN")
		dwPos = NRaceData::JOB_SHAMAN;
	
	dwPos += 1;
	if (strSex == "F")
		dwPos += 5;
	
	m_ScaleTable.tInfo[dwPos].fScaleX = float(atof(strScaleX.c_str()) / 100.0f);
	m_ScaleTable.tInfo[dwPos].fScaleY = float(atof(strScaleY.c_str()) / 100.0f);
	m_ScaleTable.tInfo[dwPos].fScaleZ = float(atof(strScaleZ.c_str()) / 100.0f);
	m_ScaleTable.tInfo[dwPos].fPositionX = float(atof(strPositionX.c_str()) * 100.0f);
	m_ScaleTable.tInfo[dwPos].fPositionY = float(atof(strPositionY.c_str()) * 100.0f);
	m_ScaleTable.tInfo[dwPos].fPositionZ = float(atof(strPositionZ.c_str()) * 100.0f);
}

bool CItemData::GetItemScale(DWORD dwPos, float & fScaleX, float & fScaleY, float & fScaleZ, float & fPositionX, float & fPositionY, float & fPositionZ)
{
	fScaleX = m_ScaleTable.tInfo[dwPos].fScaleX;
	fScaleY = m_ScaleTable.tInfo[dwPos].fScaleY;
	fScaleZ = m_ScaleTable.tInfo[dwPos].fScaleZ;
	fPositionX = m_ScaleTable.tInfo[dwPos].fPositionX;
	fPositionY = m_ScaleTable.tInfo[dwPos].fPositionY;
	fPositionZ = m_ScaleTable.tInfo[dwPos].fPositionZ;
	return true;
}
#endif

fix the my problem

Link to comment
Share on other sites

  • Premium

Image from Gyazo

 

0906 20:36:59765 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 512
0906 20:36:59804 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 512
0906 20:36:59818 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 512
0906 20:36:59828 :: CANNOT_FIND_PACK_FILE [sound/npc/chstaruszka_mark/wait.mss]
0906 20:36:59835 :: CANNOT_FIND_PACK_FILE [sound/npc/chstaruszka_mark/wait1.mss]
0906 20:36:59847 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 512
0906 20:36:59974 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 512
0906 20:36:59985 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 512
0906 20:36:00052 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 1317864192
0906 20:36:46790 :: granny_shared_vbs:
0906 20:36:46790 :: 	0: 40
0906 20:36:46791 :: 	1: 53
0906 20:36:46792 :: 	2: 20
0906 20:36:46792 :: 	3: 40
0906 20:36:46793 :: 	4: 0
0906 20:36:46793 :: 	5: 20
0906 20:36:46793 :: 	6: 0
0906 20:36:46794 :: 	7: 0
0906 20:36:46794 :: 	8: 0

 

Edited by Metin2 Dev
Core X - External 2 Internal
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



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.