Jump to content

wOni

Members
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by wOni


  1. up

     

    map/battle.c

    For cart termination skill alone edit red

    For Cart Termi skill + Cart Weight edit Red and Blue

    case WS_CARTTERMINATION:
         i = 10 * (16 - skill_lv);
         if (i < 1) i = 1;
         //Preserve damage ratio when max cart weight is changed.
         if(sd && sd->cart_weight)
          skillratio += sd->cart_weight/i * 80000/battle_config.max_cart_weight - 100;
         else if (!sd)
          skillratio += 80000 / i - 100;
         break;
     

    use your imagination and calculator.


  2. breaking item when fail

        delitem .@itemid,1;

     

    going back to +0 refined items when success

     getitem2 .@itemid, 1, 1, 0, 0, 0, 0, 0, .@addpart;

    search for  getitem2 and getequiprefinerycnt

    getitem2("<item name>", <amount>, <identify>, <refine>, <attribute>, <card1>, <card2>, <card3>, <card4>{, <account ID>})

     

    for clear enchants you need to add new npc.

     

    untested


  3. old bump @Dastgir

    hello sir, old bump request, figuring out client 2015-11-04a ragexe with latest git. and i believe packetkeys transfer to src/map/packet_keys_main.h

     

    clientinfo = korea and primary 


    Packet First Key Encryption [325ADCCA]
    Packet Second Key Encryption [10A8A9AF]
    Packet Third Key Encryption [3403EC37]

     

    ps. i try to change different keys but same result, i did hundred of recheck in nemo also

     

     

    Yellow: can't connect to server

    Red: can't create character to server.

     

    EDIT: FIXED.
    when i try different client that dosn't support doram it works perfectly.
     

    Untitled.png

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.