Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. try to use this. Setup.rar
  2. client version that you are using?
  3. hex your client
  4. no need to post your whole packet db. do you have a custom npc? like dota announcer? it seems like missing wav. since the error appears after you been killed by other players.
  5. no need to post your whole packet db. the problem is do you have a custom pvp npc?like dota announcer? i think it is a missing wav.
  6. Was applied to packet 0x81, extended it now to cover packet 0x6A as well. I don't think it is normal, yet the diff only changes the packet being sent, as such should be unrelated. I'll test it when I get around to do that. oh ok. thanks. i would wait for the confirmation.
  7. ibigsabihin nyan i download mo na ang manual patch. nangyayari yan kung mabagal ung internet speed mo. kaya nag kakaproblema ung patch na nadownload nya.
  8. just add this if( map[sd->bl.m].flag.pvp || map[sd->bl.m].flag.gvg || map[sd->bl.m].flag.gvg_castle || map[sd->bl.m].flag.gvg_dungeon ) { clif_displaymessage(fd, "You can only change your PK state on non-PVP maps."); return -1; }
  9. did you get any error?
  10. this is a server side not a client side. it isn't obvious for you that i posted it in Source Discussion. not on Client & Patcher Support?
  11. just take a look on this screenshot http://postimage.org/image/6d1lzs5j3/ e.g: 20101126 which is 8 digit characters right? but when you enter that you will get this message. You entered birthday does not match. but when you type the 101126 which is 6 digit characters. it will accept the deletion process. i hope you get it clearly.
  12. make sure that different client include this WDGForceClientHashPacket.dll on his diff. or else it cannot connect to the server if the client_hash_check is on
  13. what do you mean by this? "Can u Make Client Full Not Diff"? the only way to make a custom client you only need is to diff it.
  14. if you include this to your diff. WDGForceClientHashPacket.dll it will force you to use only 1 client hash. and if you enable to use hash_check there is no other way to connect to the server unless you include the WDGForceClientHashPacket.dll on your client diff. which means you can't modified the client hash.
  15. why the server is not accepting the whole birthdate deletion? if you put 8 digit character it will say You entered birthday does not match.for example. my birthday is YYYYMMDD. it will not accept the correct birthdate. but if you put only 6digits character. you can deleted you character. YYMMDD it will accept your input birthday. // construct "YY-MM-DD" birthdate[0] = RFIFOB(fd,6); //year birthdate[1] = RFIFOB(fd,7); //year birthdate[2] = '-'; birthdate[3] = RFIFOB(fd,8); //month birthdate[4] = RFIFOB(fd,9); //month birthdate[5] = '-'; birthdate[6] = RFIFOB(fd,10); //date birthdate[7] = RFIFOB(fd,11); //date birthdate[8] = 0; is there any lift the limit of 6 characters into 8?
  16. hmmm ill try it later. i hope it will work its not working. even i use diff client_hash. the other client can still connect to the server.
  17. oh. do you think it will work?
  18. yup it will work. since you are using 2011-03-15.
  19. 2011-03-16_lua files.rar 258.15K 0 downloads
  20. Ai4rei WDGUseSSOLoginPacket.dll is this normal? the client crash after you type wrong password if you include this in your diff?
  21. provide more info.
  22. i think he already done that
  23. here. !PEViewer.rar
  24. you should use miruku and always update it.
  25. diff your client EnableAuraOverLvl99
×
×
  • Create New...