Jump to content

Igniz

Members
  • Posts

    69
  • Joined

  • Last visited

Everything posted by Igniz

  1. A partir de el 2 de noviembre del 2011, yo te recomiendo mejor que uses el del 18 de noviembre, es mas estable que el del 2.
  2. Ah sido cambiada desde mayo de este año por un archivo lua (que tambien contiene ya todas las descripciones de los items y demases) busca entre los luas y ahi los encontrarás ~
  3. Ve a map.h en src/map/ y busca: #define MAX_LEVEL 150 Reemplaza #define MAX_LEVEL 255 PD: No olvides compilar despues ~ Suerte ~
  4. News, tested under 2012-03-28a, same error....... This rule out the possibility of lua's/ packet mistakes, tested under fresh rathena... suggestions?
  5. How can i setup cmake in order to make crash dumps (like gdb with configure)
  6. Everything is fine in game, except for after 40 mins of playing, the client of ALL the players freezes/crashes (depending of the version of windows) and stops working, the user needs to re-login every 40-30 minutes of gaming. The map-server don't shows anything, no stop, nothing, only crashes every player inside at the same time. Here's the bug track: Debugged with VS2010 QUOTE Unhandled exception at 0x006e5b09 in client.exe: 0xC0000005: Access violation reading location 0x00000018. 006E5B09 cmp dword ptr [eax+18h],ebx Chain QUOTE 006E5AB7 mov dword ptr [edi+32Ch],eax 006E5ABD call 0052A7A0 006E5AC2 mov eax,dword ptr [edi+32Ch] 006E5AC8 push eax 006E5AC9 mov ecx,885DF0h 006E5ACE call 0053DBD0 006E5AD3 mov dword ptr [esp+28h],ebp 006E5AD7 mov dword ptr [esp+2Ch],ebp 006E5ADB mov dword ptr [esp+30h],ebp 006E5ADF mov byte ptr [esp+0C84h],2 006E5AE7 mov eax,dword ptr [esp+3Ch] 006E5AEB cmp dword ptr [esp+50h],ebx 006E5AEF jae 006E5AF5 006E5AF1 lea eax,[esp+3Ch] 006E5AF5 push 48h 006E5AF7 lea ecx,[esp+28h] 006E5AFB push ecx 006E5AFC push eax 006E5AFD call 00527150 006E5B02 mov eax,dword ptr [esp+34h] 006E5B06 add esp,0Ch 006E5B09 cmp dword ptr [eax+18h],ebx 006E5B0C jb 006E5B13 006E5B0E mov eax,dword ptr [eax+4] 006E5B11 jmp 006E5B16 006E5B13 add eax,4 006E5B16 mov edx,dword ptr [esp+1Ch] 006E5B1A push edx 006E5B1B push eax 006E5B1C mov eax,dword ptr [esp+28h] 006E5B20 mov ecx,dword ptr [eax+32Ch] 006E5B26 call 004557A0 006E5B2B mov ecx,dword ptr [esp+2Ch] 006E5B2F mov esi,dword ptr [esp+28h] 006E5B33 sub ecx,esi 006E5B35 mov eax,92492493h 006E5B3A imul ecx 006E5B3C add edx,ecx 006E5B3E sar edx,4 006E5B41 mov ecx,edx 006E5B43 shr ecx,1Fh 006E5B46 mov edi,1 006E5B4B add ecx,edx 006E5B4D cmp ecx,edi 006E5B4F jbe 006E5BA0 This all i get... maybe the debugging way is not all correct but, at least I get that packets but i can't understand the language.... Lua's and msgstringtable.txt is all fine. Up to date, tried with the latest packet_db
  7. From here: http://svn6.assembla.com/svn/ClientSide/Translation_Project/data/msgstringtable.txt
  8. Same problem here! A clean msgstringtable file fixed the huge screen. And the line 2053 is "Drop-item Lock"
  9. Tested on 2011-11-22, crashes the map server..,, Nevermind, only crashes on brAthena.
  10. Look for DATA.INI, with mayus, and you will find it
  11. Well, i readed that is the most stable client with Kagerou & Oborou... isn't? (also the support in the packet_db i think) Lvl Up! Compiled with VC2008(r-Athena 9) and there is no more character_size error, so, only this entering in map server: [info]: clif_parse: Disconnecting session #3 with unknown packet version. [info]: Closed connection from '127.0.0.1'. Packet version error? :S! PS: Also i tried 28 & 26 version in clientinfo.xml, same error. (With a packet of luas & lubs)
  12. Hi, tnks 4 ur answer. This is my clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Test</display> <desc>None</desc> <address>127.0.0.1</address> <port>6900</port> <version>26</version> <langtype>8</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> </aid> </connection> <loading> <image>loading00.jpg</image> </loading> </clientinfo> Yep, compiling with VS 2010 and the lub files... well, i'm using this http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/ so, those ones are the most "compatible" lubs (i think)
  13. Hi guys, This is my config in the server side: mmo.h #define PACKETVER 20111102 char.c #define MAX_CHAR_BUF 144 //Max size (for WFIFOHEAD calls) packet_db_ver: 28 Tried this: And this Obviously the 2011-11-02 exe and 2011-10-26 lub files Enabled fix for packet obfuscation and nagle algoritm ============================================= Login ---> Char Selection (error of character_size info: 144) ---> select a char ---> disconnected (with the error of unknown packet from the map console) Using rAthena 15791v So, suggestions of possible causes? Grettings ~
  14. Quite simple like bonus bWeight,x; That raises 'x' the weight of the object, like a potion, or a equipment. The point is use it when the character makes a combo or a conditional. Example. if(countitem(720)>10)bonus bWeight,x; If the user carry more than 10 Aquamarine, the item will raise his weight. (Kinda usable in PvP, WoE, o something else, when the user carry for example berry's or cards or whatever)
  15. Pretty nice, but it will be better if you set a battle configuration to set the gm level that will broadcast the info and broadcast the spawner gm, would be better. Tnks in advance, good mod
  16. Same here, something "call attemp a nil value" error on Optionlist.lua file..... kinda weird
  17. None of them (old, patched and new setup) works, plus the manual edit of Optionlist.lua (and setted in readable only option), any idea?
×
×
  • Create New...