Jump to content

Recommended Posts

Posted (edited)

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
  • 1 month later...
Posted (edited)

anyone got a working system with this extender, the ones i tried dont work.

protocol 152

Edited by anivix
  • 3 months later...
  • 1 month later...
  • 1 month later...
  • 3 weeks later...
Posted

MyExt64 now supports script and html files in both UTF-16LE and UTF-8 encoding, if you find any bug, please let me know :)

Posted (edited)

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
Posted (edited)

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
Posted (edited)

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...