Jump to content

Gansallo

Members
  • Posts

    4
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Gansallo

  1. 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
  2. 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
×
×
  • Create New...