Quick Job Change Problem

06/23/2013 06:04 Suplado21#1
1st Problem:

I had a problem on quick job change. im using blessed source, on the blessed source there is fast job change on the NPC.And i put the quick job change code of pummba.and my question is i have a quick job change on and npc and quick job change of pummba so it's conflict and duplicate. How can i solve this. my neuz getting crash when i killed aibatt.

Code:
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 001B:004D836E, CWndNeuz::InitDialog()+0110 byte(s), c:\users\emerson\desktop\majestic\source\official source\_interface\wndneuz.cpp, line 0667+0006 byte(s)

 - Registers

EAX=00000000  EBX=7FFD3000  ECX=00000000  EDX=0000000B  ESI=00000000
EDI=76A4D8F3  EBP=0012BC28  ESP=0012BBD8  EIP=004D836E  FLG=00010206
CS=001B   DS=0023  SS=0023  ES=0023   FS=003B  GS=0000

001B:004D836E Neuz.exe, CWndNeuz::InitDialog()+0110 byte(s)
001B:007DBCDC Neuz.exe, CWndJobChangeEx::Initialize()+0508 byte(s)
001B:00718FB4 Neuz.exe, CMover::SetExperience()+1316 byte(s)
001B:004177DD Neuz.exe, CDPClient::OnSetExperience()+0141 byte(s)
001B:0040F5B3 Neuz.exe, CDPClient::OnSnapshot()+3891 byte(s)
001B:0040E5C0 Neuz.exe, CDPClient::UserMessageHandler()+0176 byte(s)
001B:007C8D9B Neuz.exe, CDPMng::ReceiveMessage()+0219 byte(s)
001B:0047060A Neuz.exe, CNeuzApp::FrameMove()+0106 byte(s)
001B:0048F620 Neuz.exe, CD3DApplication::Render3DEnvironment()+0384 byte(s)
001B:0048F465 Neuz.exe, CD3DApplication::Run()+0245 byte(s)
001B:0047727C Neuz.exe, WinMain()+0332 byte(s)
001B:0092150C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
001B:76A4ED6C kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
001B:77DA377B ntdll.dll, RtlInitializeExceptionChain()+0239 byte(s)
001B:77DA374E ntdll.dll, RtlInitializeExceptionChain()+0194 byte(s)


2nd problem:

I want to change the starter items and put some item on their inventory when a user create their character, but it doesnt update. When i create character and log in into the game no change made.


3rd Problem:

I want to delete character on my accpount but it said "Oopss Please Try Again"




Anyone can give a Response. :D

BUMP.
09/08/2013 13:18 elmo142008#2
Quote:
1st Problem:

I had a problem on quick job change. im using blessed source, on the blessed source there is fast job change on the NPC.And i put the quick job change code of pummba.and my question is i have a quick job change on and npc and quick job change of pummba so it's conflict and duplicate. How can i solve this. my neuz getting crash when i killed aibatt.

Code:
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 001B:004D836E, CWndNeuz::InitDialog()+0110 byte(s), c:\users\emerson\desktop\majestic\source\official source\_interface\wndneuz.cpp, line 0667+0006 byte(s)

- Registers

EAX=00000000 EBX=7FFD3000 ECX=00000000 EDX=0000000B ESI=00000000
EDI=76A4D8F3 EBP=0012BC28 ESP=0012BBD8 EIP=004D836E FLG=00010206
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000

001B:004D836E Neuz.exe, CWndNeuz::InitDialog()+0110 byte(s)
001B:007DBCDC Neuz.exe, CWndJobChangeEx::Initialize()+0508 byte(s)
001B:00718FB4 Neuz.exe, CMover::SetExperience()+1316 byte(s)
001B:004177DD Neuz.exe, CDPClient::OnSetExperience()+0141 byte(s)
001B:0040F5B3 Neuz.exe, CDPClient::OnSnapshot()+3891 byte(s)
001B:0040E5C0 Neuz.exe, CDPClient::UserMessageHandler()+0176 byte(s)
001B:007C8D9B Neuz.exe, CDPMng::ReceiveMessage()+0219 byte(s)
001B:0047060A Neuz.exe, CNeuzApp::FrameMove()+0106 byte(s)
001B:0048F620 Neuz.exe, CD3DApplication::Render3DEnvironment()+0384 byte(s)
001B:0048F465 Neuz.exe, CD3DApplication::Run()+0245 byte(s)
001B:0047727C Neuz.exe, WinMain()+0332 byte(s)
001B:0092150C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
001B:76A4ED6C kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
001B:77DA377B ntdll.dll, RtlInitializeExceptionChain()+0239 byte(s)
001B:77DA374E ntdll.dll, RtlInitializeExceptionChain()+0194 byte(s)
i have the same problem

and im also using blessed source
09/08/2013 13:24 raventh1984#3
1st problem
i am also using blessed files and i dont have any problems with it.
Remove all the quickjob change code
And do it over again with the quickjob change that is released.

2nd problem

This must be inside the database


3rd problem
This is because of your CHARACTER_STR Procedure.
Search on google and you will find the solution.
09/08/2013 13:26 Velmore#4
1.
CWndJobChangeEx::Initialize()
Check this.

2.

3.
[Only registered and activated users can see links. Click Here To Register...]
09/08/2013 13:52 elmo142008#5
Quote:
1st problem
i am also using blessed files and i dont have any problems with it.
Remove all the quickjob change code
And do it over again with the quickjob change that is released.
also the one click job change??
09/08/2013 16:25 raventh1984#6
Nope i removed that and built the normal quick job change in it.
09/08/2013 17:24 elmo142008#7
i mean ,ill also remove one click job change?

or is it ok if i dont remove that?


btw thanks for reply