Jump to content

tiagopyerri

Members
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by tiagopyerri

  1. it's no use without using Cliext inside the system folder, corresponding with the one compiled from the source, that is, in IExt.ini indicate the version of Cliext.dll which in this case is 6 the one that comes in the system interlude and version 7 compiled by vanganth. doing this you will log in to the server
  2. with small corrections we will reach large projects, anything else you noticed between the quests that are missing Npc_ai indicators? congratulations I corrected it here in npcdata
  3. It's a shame someone disclose a source that even the author authored himself. tense and someone remove a letter to make it unusable, just like the one I downloaded published here, not by the archis Lincense.h and cpp, but by excluding the command to trigger Castelo.txt among other excluded command letters. luckily I found in a google email from my wife the upload of the original leaked file missing only the license.he cpp files, I compiled it, I'm just having trouble getting the infinity shot's to work, and the little dragon that doesn't summon without quest . Also I don't know if he can be summoned without having the quest.
  4. based on Advxt64 or Vanganth IL Source Downgrade ?
  5. solved, it was just the part #pragma optimize("",off) changed to #pragma optimize("",on)
  6. sry look here again Compiling... DllMain.cpp .\DllMain.cpp(69) : error C2664: 'LoadLibraryA' : cannot convert parameter 1 from 'const wchar_t [14]' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\DllMain.cpp(78) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [27]' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\DllMain.cpp(82) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [23]' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast CallStack.cpp .\CallStack.cpp(72) : error C2664: 'CreateFileA' : cannot convert parameter 1 from 'const WCHAR *' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast DoorGeo.cpp DoorData.cpp Geo.cpp HerbAbnormalMgr.cpp SkillMod.cpp ExData.cpp CreatureTimerHandler.cpp SystemMessage.cpp CAttackAction.cpp ClassExtender.cpp NpcSocket.cpp NpcServer.cpp DB.cpp OlympiadField.cpp OlympiadUser.cpp PartyRoom.cpp CParty.cpp Config.cpp Generating Code... Compiling... SkillInfo.cpp CPacket.cpp L2Server.cpp PvPAnnounce.cpp .\PvPAnnounce.cpp(99) : error C2664: 'GetPrivateProfileIntA' : cannot convert parameter 2 from 'wchar_t [32]' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\PvPAnnounce.cpp(100) : error C2664: 'GetPrivateProfileIntA' : cannot convert parameter 2 from 'wchar_t [32]' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\PvPAnnounce.cpp(101) : error C2664: 'GetPrivateProfileIntA' : cannot convert parameter 2 from 'wchar_t [32]' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast AutoAnnounce.cpp .\AutoAnnounce.cpp(48) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'TCHAR [16384]' (or there is no acceptable conversion) C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xstring(875): could be 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::operator =(const std::basic_string<_Elem,_Traits,_Ax> &)' with [ _Elem=wchar_t, _Traits=std::char_traits, _Ax=std::allocator ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xstring(880): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::operator =(const _Elem *)' with [ _Elem=wchar_t, _Traits=std::char_traits, _Ax=std::allocator ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xstring(885): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::operator =(_Elem)' with [ _Elem=wchar_t, _Traits=std::char_traits, _Ax=std::allocator ] while trying to match the argument list '(std::wstring, TCHAR [16384])' .\AutoAnnounce.cpp(52) : error C2664: 'std::basic_stringstream<_Elem,_Traits,_Alloc>::basic_stringstream(std::ios_base::openmode)' : cannot convert parameter 1 from 'TCHAR [16384]' to 'std::ios_base::openmode' with [ _Elem=wchar_t, _Traits=std::char_traits, _Alloc=std::allocator ] There is no context in which this conversion is possible .\AutoAnnounce.cpp(66) : error C2664: 'GetPrivateProfileStringA' : cannot convert parameter 2 from 'const wchar_t *' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\AutoAnnounce.cpp(68) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'TCHAR [16384]' (or there is no acceptable conversion) C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xstring(875): could be 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::operator =(const std::basic_string<_Elem,_Traits,_Ax> &)' with [ _Elem=wchar_t, _Traits=std::char_traits, _Ax=std::allocator ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xstring(880): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::operator =(const _Elem *)' with [ _Elem=wchar_t, _Traits=std::char_traits, _Ax=std::allocator ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xstring(885): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::operator =(_Elem)' with [ _Elem=wchar_t, _Traits=std::char_traits, _Ax=std::allocator ] while trying to match the argument list '(std::wstring, TCHAR [16384])' .\AutoAnnounce.cpp(74) : error C2664: 'GetPrivateProfileIntA' : cannot convert parameter 2 from 'const wchar_t *' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\AutoAnnounce.cpp(79) : error C2664: 'GetPrivateProfileIntA' : cannot convert parameter 2 from 'const wchar_t *' to 'LPCSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  7. several errors when compiling source MyExt64 and Source Interlude Vanganth Visual Studio 2005. as described in the post by Eressea (Emca) since I lost my computer and got a new one, I downloaded the VS2005 version and installed it normally without errors, but since then I can't compile the sources from Vanganth and much less from MyExt64 I'm using virtual box windows server 2008 R2
  8. just know which VS it is in, I can't compile in the original VS2005 SP1 someone with a safe source that can be compiled, and that serves the x10 server at most.
  9. Thanks a lot. now I'm going to look for a final Gracia pack 83 to 87 compatible, that AI. is working whoever has it, thank you all, because the links are expired
  10. Could someone repost, I lost my HDD, unfortunately I lost all projects already completed MyExt64 and Vang Interlude leak fixed, I will have to do it all again
  11. could you upload the file again? d3ddrv.dll
  12. //summonnpc id npc_pch.txt or //summonnpc name npcdata.txt
  13. MySQL? would not be MSSQL for L2PTS Platform
  14. and it's nice to have people who can teach others how to have a professional server these days, where servers do not exceed 90 days Deserves to be Fixed this topic
  15. use as base the transformation of the Akamanah
  16. this kid sells "l2off assembly course by facebook" with leaked vang files, promising the sky and the earth, and charging absurd.
  17. I Need Complete HTML Auction House Items
  18. To my view the library License.h and License.cpp are just to make the product activation key request a "Backdoor" by removing it in na pi, but asks for a license generated with KeyGenerator.exe, just and does not expire. and all the custons work for me, PINkey, Pvp / pk Announce, Npc Maker, among others that asked for License.h
  19. Finished 100% functionaly 15 days online , no Crash
  20. Have you complete VS2005 for download+serial Key ?
  21. Okay Thanks Man, Great !
  22. could you share the License.cpp file and the License.h file? in pm
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock