Jump to content

Gansallo

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About Gansallo

Contact Methods

  • Website URL
    https://www.lom.uz

Profile Information

  • Gender
    Male
  • Country
    Uzbekistan

Gansallo's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. itemdata.txt.l2enc is required to run cached.
  2. 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
  3. 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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..