-
Posts
81 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by tiagopyerri
-
Help Vanganth Extender with C4 656
tiagopyerri replied to ShadowX256's question in Request Server Development Help [L2OFF]
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 -
Help release Vanganth_02_11_16_Null
tiagopyerri replied to xJIEXAx's question in Request Server Development Help [L2OFF]
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 -
vanganth serial
tiagopyerri replied to Nightw0lf's question in Request Server Development Help [L2OFF]
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. -
based on Advxt64 or Vanganth IL Source Downgrade ?
-
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
-
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
-
Share Vanganth Source Code.
tiagopyerri replied to SourceCode's topic in Server Shares & Files [L2OFF]
could you upload the file again? d3ddrv.dll -
Help Set Gm
tiagopyerri replied to iPlay.GG - KromBacher's question in Request Server Development Help [L2OFF]
//summonnpc id npc_pch.txt or //summonnpc name npcdata.txt -
Discussion [HIRING]L2OFF Developer
tiagopyerri replied to iPlay.GG - KromBacher's topic in Server Development Discussion [L2OFF]
MySQL? would not be MSSQL for L2PTS Platform -
Guide HOWTO - L2 server with (transparent) proxies
tiagopyerri replied to eressea's topic in Server Shares & Files [L2OFF]
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 -
Weapon Shield H5_IL Create Asuki
tiagopyerri replied to Asuki's topic in Client Development Discussion
Beatiful -
Help whit SKINS
tiagopyerri replied to Dimmark's question in Request Server Development Help [L2OFF]
use as base the transformation of the Akamanah -
Lineage C4 Server Files Request!
tiagopyerri replied to KGreen's topic in Server Shares & Files [L2OFF]
-
Lineage C4 Server Files Request!
tiagopyerri replied to KGreen's topic in Server Shares & Files [L2OFF]
this kid sells "l2off assembly course by facebook" with leaked vang files, promising the sky and the earth, and charging absurd. -
Share Vanganth Source Code.
tiagopyerri replied to SourceCode's topic in Server Shares & Files [L2OFF]
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 -
Share Vanganth Source Code.
tiagopyerri replied to SourceCode's topic in Server Shares & Files [L2OFF]
-
Share Vanganth Source Code.
tiagopyerri replied to SourceCode's topic in Server Shares & Files [L2OFF]
Okay Thanks Man, Great ! -
Share Vanganth Source Code.
tiagopyerri replied to SourceCode's topic in Server Shares & Files [L2OFF]
could you share the License.cpp file and the License.h file? in pm