Jump to content

Myext64 - My New Opensource Gracia Final/epilogue Extender


Recommended Posts

Sadly to fix that issue, the entire way that voice commands are handled need to be remade, as chatban is checked at the very start of client->server packet Say2,  and it just never sends the chat to user::say, and currently voice commands are handled in User::Say, so realistically voice commands would have to be handled right before Say2 packet, so it would be not a quick fix :) so i would not expect a super quick fix for it :(

Edited by pada
Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 1 month later...
  • 1 month later...
  • 3 weeks later...

Update 2019-01-14:

 

- fixed server crash, you should update as soon as possible

- rewritten old parsers to new style (Boost.Spirit) parser

- fixed calls to wcstol (NCsoft guys don't reset errno correctly so zero value may look like completely wrong value) which fixes error message about invalid eventdata.ini format

- added custom static boss respawn feature (see examples)

 

http://download.l2shrine.com/MyExt64.dll

 

Edited by eressea
Link to comment
Share on other sites

When compiling, I get the following problem. I do not have programming skills in C.

 

Error    1    error C2664: 'FnPtr' : cannot convert parameter 1 from 'double (__cdecl *)(CCreature *,CObject *,const CSkillInfo *,const double,const int,const int,const bool)' to 'double (__cdecl *)(CCreature *,CObject *,const CSkillInfo *,double,int,int,bool)'    c:\Users\Administrator\Desktop\extender-public\MyExt64\Server\L2SkillFunc.cpp    13    
Error    2    error C2664: 'FnPtr' : cannot convert parameter 1 from 'double (__cdecl *)(CCreature *,CObject *,const CSkillInfo *,const double,const int,const int,const bool)' to 'double (__cdecl *)(CCreature *,CObject *,const CSkillInfo *,double,int,int,bool)'    c:\Users\Administrator\Desktop\extender-public\MyExt64\Server\L2SkillFunc.cpp    14    
Error    3    error C2664: 'FnPtr' : cannot convert parameter 1 from 'double (__cdecl *)(CCreature *,CObject *,const CSkillInfo *,const double,const int,const int,const bool)' to 'double (__cdecl *)(CCreature *,CObject *,const CSkillInfo *,double,int,int,bool)'    c:\Users\Administrator\Desktop\extender-public\MyExt64\Server\L2SkillFunc.cpp    15    
Error    4    error C2664: 'FnPtr' : cannot convert parameter 1 from 'void (__cdecl *)(CYieldLock *,const wchar_t *,const int)' to 'void (__cdecl *)(CYieldLock *,const wchar_t *,int)'    c:\Users\Administrator\Desktop\extender-public\MyExt64\Server\GraciaEpilogueBuySell.cpp    119    
Error    5    error C2664: 'FnPtr' : cannot convert parameter 1 from 'CSkillOperateCondition_op_check_abnormal *(__cdecl *)(const size_t)' to 'CSkillOperateCondition_op_check_abnormal *(__cdecl *)(size_t)'    c:\Users\Administrator\Desktop\extender-public\MyExt64\Server\CSkillOperateCondition_op_check_abnormal.cpp    10    
Error    6    error C2664: 'FnPtr' : cannot convert parameter 1 from 'CSkillEffect_t_hp *(__cdecl *)(const size_t)' to 'CSkillEffect_t_hp *(__cdecl *)(size_t)'    c:\Users\Administrator\Desktop\extender-public\MyExt64\Server\CSkillEffect_t_hp.cpp    11    
 

UPD: I found a solution. Need to use SP1. I had a clean 2005

Edited by Gansallo
Link to comment
Share on other sites

Assembly passed without errors. But where to get executable files (. Exe)? In \ x64 \ Release only files with the extension .obj

 

UPD:

http://download.l2shrine.com/L2ServerMyExt64.exe

http://download.l2shrine.com/CachedMyExt64.exe

http://download.l2shrine.com/L2NPCMyExt64.exe

 

Is it necessary that all files are in the same folder?

L2Server 

 - CachedMyExt64.exe

 - L2Cache.ini

 - L2NPCMyExt64.exe

 - L2ServerMyExt64.exe

 - MyExt64.dll

 - MyExt64.ini

 

Or can you separate them?

 

L2Server

 - L2ServerMyExt64.exe

Cached

 - CachedMyExt64.exe

etc.

 

and where to get?

itemdata.txt.l2enc

 

 

 

P,S. After a successful launch, I want to write an instruction. For others

Edited by Gansallo
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



×
×
  • Create New...