verbrannt Posted May 10, 2018 Posted May 10, 2018 @eressea Issue: You can't use voicecommands if your chat is temporary blocked by GM. So, for example, you can't .expon. I think this is critical.
pada Posted May 13, 2018 Posted May 13, 2018 (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 May 13, 2018 by pada
anivix Posted June 17, 2018 Posted June 17, 2018 (edited) anyone got a working system with this extender, the ones i tried dont work. protocol 152 Edited June 17, 2018 by anivix
sepultribe Posted June 20, 2018 Posted June 20, 2018 On 4/9/2018 at 7:37 PM, letitbe said: give me please link ;) You can find all you need for l2off developing in that link
Naelson Posted September 28, 2018 Posted September 28, 2018 (edited) You want arrive the Freya expansion? Edited September 28, 2018 by Jamba
eressea Posted October 30, 2018 Author Posted October 30, 2018 MyExt64 now supports Vanganth's PremiumServer (will need some testing of course!) :) 2
ericvini Posted December 24, 2018 Posted December 24, 2018 Anybody got updated scripts that work with this new version of the ext?
lin2diy Posted January 1, 2019 Posted January 1, 2019 waiting for your freya extenders ...thanks a lot
eressea Posted January 6, 2019 Author Posted January 6, 2019 MyExt64 now supports script and html files in both UTF-16LE and UTF-8 encoding, if you find any bug, please let me know :)
eressea Posted January 14, 2019 Author Posted January 14, 2019 (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 January 14, 2019 by eressea
Gansallo Posted January 16, 2019 Posted January 16, 2019 (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 January 16, 2019 by Gansallo
Gansallo Posted January 16, 2019 Posted January 16, 2019 (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 January 16, 2019 by Gansallo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now