Jump to content

malufett

Members
  • Posts

    554
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by malufett

  1. malufett

    PIN Code

    sorry I can't I have many assignments ATM..maybe soon.. they have it since July 2012
  2. malufett

    PIN Code

    yes it can..just need little help..
  3. malufett

    PIN Code

    I've already know how to parse the pin..however I don't know the use of seed for changing and creating pin code.. Sept 2011(I guess) up to now...
  4. malufett

    PIN Code

    haha..I'm not good with packets something..but I can make this work with ugly coding.. however I don't know how to parse the code sent by the client...
  5. malufett

    PIN Code

    if anyone can capture the packets and document it why not add.. @char.c #if PACKETVER >= 20110309 // PIN code system, disabled WFIFOHEAD(i, 12); WFIFOW(i, 0) = 0x08B9; WFIFOW(i, 2) = 0; //new pin?? WFIFOW(i, 4) = 0; //confirm pin?? WFIFOL(i, 6) = sd->account_id; WFIFOW(i, 10) = 0; // pin?? WFIFOSET(i, 12); #endif EDIT: anyway already found it.thanks to openkore community[kLabMouse] // packet: 0x8b7 // len: 10 struct PACKET_HC_SECOND_PASSWD_REQ { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long AID /* this+0x6 */ unsigned long Seed } // packet: 0x8b8 // len: 12 struct PACKET_CH_SECOND_PASSWD_ACK { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long AID /* this+0x6 */ char SecondPWIdx[6] } // packet: 0x8b9 // len: 4 struct PACKET_HC_SECOND_PASSWD_LOGIN { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned short Result } // packet: 0x8ba // len: 16 struct PACKET_CH_MAKE_SECOND_PASSWD { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long AID /* this+0x6 */ unsigned long Seed /* this+0xa */ char SecondPWIdx[6] } // packet: 0x8bb // len: 4 struct PACKET_HC_MAKE_SECOND_PASSWD { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned short Result } // packet: 0x8bc // len: 16 struct PACKET_CH_DELETE_SECOND_PASSWD { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long AID /* this+0x6 */ unsigned long Seed /* this+0xa */ char SecondPWIdx[6] } // packet: 0x8bd // len: 4 struct PACKET_HC_DELETE_SECOND_PASSWD { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned short Result } // packet: 0x8be // len: 16 struct PACKET_CH_EDIT_SECOND_PASSWD { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long AID /* this+0x6 */ unsigned long Seed /* this+0xa */ char SecondPWIdx[6] } // packet: 0x8bf // len: 4 struct PACKET_HC_EDIT_SECOND_PASSWD { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned short Result }
  6. of course it will not work with missed attack...as stated before
  7. as its says on its desc so it means only work if you have been hit by physical attack,,,
  8. @status.c change add_sc( SM_MAGNUM , SC_WATK_ELEMENT ); to set_sc( SM_MAGNUM , SC_WATK_ELEMENT , SI_ENDURE , SCB_NONE ); and change SI_ENDURE to your desire status icon....
  9. better.. val += val * status->vit * 150 / 10000; // +1.5% per each point of VIT because you might lost the .5 and won't work as intended...
  10. nope its suppose to be val += val * status->vit * 2 / 100; // +2% per each point of VIT
  11. actually its 1% per vit @status.c val += val * status->vit/100; // +1% per each point of VIT
  12. currently I'm done with base atk and some of its modifier and ATM i'm working on weapons with upgrade levels...
  13. check all your ports..change your password regularly..and inspect the code of every module that you will install to your site..and lastly never trust other people on giving access you must choose a person you really trust...
  14. also don't forget to edit your skill_db.txt
  15. it depends to your liking or the one that you will put in your client... lua files/stateicon/efstids.lua
  16. malufett

    eikasia

    well..it sounds good for me..since we still have a chance to have a security mechanism for the emu..
  17. malufett

    eikasia

    hahaha..but it can be improved?
  18. malufett

    eikasia

    is this against the GNU General Public License? just in case this is approve.. modify the dll and enhance it however src are not released only the modified dll for security sake..
  19. ask your ISP..I only experience this with bayantel....but for PLDT and others not..
  20. I don't know what it means in India but here in PH it means Blow Jobber . hahahaha..
  21. ..just diff your files with the current changes in rathena...
  22. because mRO doesn't follow kRO's aspd system and rA follows kRO...and for the HP something we are still dealing with it...
  23. @donkeyg what do you mean by didn't work? and what version are you using? damage or display? btw bonus bMatk is the bonus that will show in the stat window(RE) while bonus bMatkRate isn't @jivagotupa & Schrwaizer this bonus is properly working in RE or PRE-RE
×
×
  • Create New...