Hello sirs/ma'ams I am adding custom quest on propQuest-DungeonandPK.inc and I think it is well edit and no error loading the 7 exe server but when I try opening the Quest tab or "Q" key the client is crashing...
I don't know if I explain it clearly but here's the error...
2016/11/ 2 19:16:56 Oct 31 2016 17:38:34 1 rCnt=1
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:00518555
- Registers
EAX=00007265 EBX=000001DC ECX=00000000 EDX=000001DC ESI=000017A8
EDI=00007265 EBP=00000000 ESP=0018B624 EIP=00518555 FLG=00010202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
(null)
AMD A4-6300 APU with Radeon(tm) HD Graphics Service Pack 1
AMD Radeon HD 8370D, -1007681536(1280)
0x01:0x01-YS859 1 81-last Model:mvr_MaFlLosha.o3d
PaintTexture - IN
Surface 512 512, Pt 300 362 IMG_BIT = 3, D3DFORMAT = 26
PaintTexture - OUT
EDIT : Here's my propQuest-DungeonPk.inc my made quest..
QUEST_HAPPYNESS
{
SetTitle
(
IDS_PROPQUEST_DUNGEONANDPK_INC_000628
);
setting
{
SetCharacter( "MaFl_FlaMayor" );
SetEndCondCharacter( "MaFl_FlaMayor",6960, 3227, QUEST_DESTINATION_ID_0000 );
SetBeginCondLevel( 150, 170 );
SetBeginCondParty( 0, 0, 0, 0 );
SetBeginCondJob( JOB_LORDTEMPLER_HERO, JOB_STORMBLADE_HERO, JOB_WINDLURKER_HERO, JOB_CRACKSHOOTER_HERO, JOB_FORCEMASTER_HERO, JOB_FLORIST_HERO, JOB_MENTALIST_HERO, JOB_ELEMENTORLORD_HERO );
SetEndCondKillNPC( 0, MI_BEHEMOTH, 10, -1, -1, QUEST_DESTINATION_ID_0086 );
SetEndRewardItem( -1, 0, -1, II_SYS_SYS_EVE_HAPPYMONEY01, 100 );
SetEndRewardExp( 1331100, 1331100 );
SetHeadQuest( 6056 );
}
SetDialog
(
QSAY_BEGIN1,
IDS_PROPQUEST_DUNGEONANDPK_INC_000629
);
SetDialog
(
QSAY_BEGIN2,
IDS_PROPQUEST_DUNGEONANDPK_INC_000630
);
SetDialog
(
QSAY_BEGIN3,
IDS_PROPQUEST_DUNGEONANDPK_INC_000631
);
SetDialog
(
QSAY_BEGIN_YES,
IDS_PROPQUEST_DUNGEONANDPK_INC_000632
);
SetDialog
(
QSAY_BEGIN_NO,
IDS_PROPQUEST_DUNGEONANDPK_INC_000633
);
SetDialog
(
QSAY_END_COMPLETE1,
IDS_PROPQUEST_DUNGEONANDPK_INC_000634
);
SetDialog
(
QSAY_END_FAILURE1,
IDS_PROPQUEST_DUNGEONANDPK_INC_000635
);
state 0
{
SetDesc
(
IDS_PROPQUEST_DUNGEONANDPK_INC_000636
);
}
state 14
{
SetDesc
(
IDS_PROPQUEST_DUNGEONANDPK_INC_000637
);
}
}
Thank you in very Advance...