Jump to content

hugolez

Members
  • Posts

    62
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by hugolez

  1. PvP server rate x100 ߛ`Main Class ߛ`Gm Shop - Buffer - Class Manager ߛ`Missions - TvT - Raid Boss - Events Dynasty Armor & Infinity Weapons I want you for https://www.l2recall.com Join Now !!!
  2. not working pm system, say "tabosas cannot receive messages."
  3. Hi man, i have source code, system and geodata, how mach u pay? where from u? pay metod?¿
  4. hi, how much you pay? see my proyect https://www.veed.io/embed/7aa31c43-369f-4483-974a-ed946872cd7b mi discord l2vanguardia
  5. hi, how much you pay? see my proyect https://www.veed.io/embed/7aa31c43-369f-4483-974a-ed946872cd7b mi discord l2vanguardia
  6. info to fix savebotreport from DailyServer.BOTReportedRanking SQL: DECLARE @t_BotReported TABLE ( idx INT IDENTITY, world_id INT, char_name NVARCHAR(100), account_name NVARCHAR(100), level INT, total_reported_count INT ) INSERT INTO @t_BotReported (world_id, char_name, account_name, level, total_reported_count) SELECT TOP 100 world_id, char_name, account_name, MAX(level), SUM(reported_count) total_reported_count FROM RPLD_BOTReported (NOLOCK) WHERE log_date>=@fromDate AND log_date<=@toDate AND world_id=@worldId GROUP BY world_id, char_name, account_name ORDER BY SUM(reported_count) DESC SELECT * FROM @t_BotReported
  7. I haven't tried yet, register in the database. But I am assuming that it takes data from the cached.ini and inserts it into "dbjob.txt" which is in the script folder. It looks like a .txt that records the versions, or the changes made by the developers.
  8. The first difficulty to start the server was the serial key, thanks for sharing the .exe that no longer had that problem. The second problem is a sql procedure called "lin_ExecuteDBJob", which writes a file in the scripts called "dbjob.txt", apparently it takes data from the Cached config and writes it there, there are 3 data: time, servertype and item_list. I was able to get around the procedure, but I need to write the 3 pieces of data to the dbjob.txt file. I share the procedure, in case any mssql expert helps us to correct the procedure. I know something is missing but I can't find it
  9. Hi PPl, anyone have link to all svn files? plz, all link broken
  10. Hi, maybe you need to add a procedure that will zero the table, when you do relogin
  11. Do you have a dedicated server?, I have the official l2god files, but we need to work on a bugs in the ai.obj
  12. Hi PPL. anyone have the all gm custom command for this extender?.
  13. Hi, i m use C4 client in extender from this code vanganth downgrade il to c4 in https://github.com/LoanX/C4Extender
  14. Hi all, i have this error in this C4 source code in ALT+G and clic status, i see wrong class_name from char status. where found info to fix this? any idea? Add imagen
  15. 1>Lin2db.cpp 1>c:\source l2classic\xtender_source\l2server\stdstring.h(1112) : warning C4996: 'std::char_traits<char>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\iosfwd(453) : vea la declaración de 'std::char_traits<char>::copy' 1>c:\source l2classic\xtender_source\l2server\stdstring.h(1135) : warning C4996: 'std::char_traits<wchar_t>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\iosfwd(338) : vea la declaración de 'std::char_traits<wchar_t>::copy' 1>Perfmon.cpp 1>Shared.cpp 1>Generando código... 1>Compilando manifiesto en los recursos... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Vinculando... 1> Creando biblioteca C:\source l2classic\xtender_source\l2server\Debug\L2EP[Elhaym].lib y objeto C:\source l2classic\xtender_source\l2server\Debug\L2EP[Elhaym].exp 1>L2ExtensionProject.obj : error LNK2019: símbolo externo "double __cdecl getExpPercent(int,int)" (?getExpPercent@@YANHH@Z) sin resolver al que se hace referencia en la función "void __cdecl GM_ViewCharInfo_EP(unsigned long *,unsigned long *)" (?GM_ViewCharInfo_EP@@YAXPAK0@Z) 1>C:\source l2classic\xtender_source\l2server\Debug\L2EP[Elhaym].dll : fatal error LNK1120: 1 externos sin resolver 1>El registro de compilación se guardó en el "file://c:\source l2classic\xtender_source\l2server\Debug\BuildLog.htm" 1>L2ExtensionProject - 2 errores, 2 advertencias ========== Volver a generar todo: 0 correctos, 1 incorrectos, 0 omitidos ========== some programmer who can give me a hand ???
  16. Hi All: I have this error in compiled Extender Anyone help me plz 1>AutoSS.cpp 1>Vinculando... 1> Creando biblioteca C:\source l2classic\xtender_source\l2server\Release\L2EP[Elhaym].lib y objeto C:\source l2classic\xtender_source\l2server\Release\L2EP[Elhaym].exp 1>L2ExtensionProject.obj : error LNK2001: símbolo externo "double __cdecl getExpPercent(int,int)" (?getExpPercent@@YANHH@Z) sin resolver 1>C:\source l2classic\xtender_source\l2server\Release\L2EP[Elhaym].dll : fatal error LNK1120: 1 externos sin resolver 1>El registro de compilación se guardó en el "file://c:\source l2classic\xtender_source\l2server\Release\BuildLog.htm" 1>L2ExtensionProject - 2 errores, 0 advertencias ========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ========== maybe need .ini??? static std::string INI_FILE="UserActivity.ini"; ????? where is "UserActivity.ini"
×
×
  • Create New...