Jump to content

adam62

Members
  • Content Count

    8
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    adam62 reacted to Mhalicot in How To Make Same Drop rates for all equipment?   
    go and set it up on your conf/battle/drops.conf
    // Item drop rates (Note 2)// The rate the common items are dropped (Items that are in the ETC tab, besides card)item_rate_common: 100item_rate_common_boss: 100item_drop_common_min: 1item_drop_common_max: 10000// The rate healing items are dropped (items that restore HP or SP)item_rate_heal: 100item_rate_heal_boss: 100item_drop_heal_min: 1item_drop_heal_max: 10000// The rate at which usable items (in the item tab) other then healing items are dropped.item_rate_use: 100item_rate_use_boss: 100item_drop_use_min: 1item_drop_use_max: 10000// The rate at which equipment is dropped.item_rate_equip: 100item_rate_equip_boss: 100item_drop_equip_min: 1item_drop_equip_max: 10000// The rate at which cards are droppeditem_rate_card: 100item_rate_card_boss: 100item_drop_card_min: 1item_drop_card_max: 10000// The rate adjustment for the MVP items that the MVP gets directly in their inventoryitem_rate_mvp: 100item_drop_mvp_min: 1item_drop_mvp_max: 10000// The rate adjustment for card-granted item drops.item_rate_adddrop: 100item_drop_add_min: 1item_drop_add_max: 10000// Rate adjustment for Treasure Box drops (these override all other modifiers)item_rate_treasure: 100item_drop_treasure_min: 1item_drop_treasure_max: 10000   
     
  2. Upvote
    adam62 reacted to Dastgir in Req database upgrades from rathena to hercules   
    According to me this should be enough, rA-Herc.txt
    Although, Backup your database before using this.
  3. Upvote
    adam62 reacted to Yommy in Hercules WPE Free - June 14th Patch   
    for anyone who requires, the 3 keys are hardcoded to each client, you can search the keys in hex editor and modify for something unique.
    for those with IDA / OllyDBG, the keys are pushed just before the PACKET_CZ_ENTER reference (not the actual string)
     
    .text:007962A7 0F 84 77 FC FF FF jz loc_795F24 .text:007962AD 8B 0D 04 0F 98 00 mov ecx, dword_980F04 .text:007962B3 68 05 22 05 22 push 22052205h // key 3 .text:007962B8 68 05 22 05 22 push 22052205h // key 2 .text:007962BD 68 05 22 05 76 push 76052205h // key 1 .text:007962C2 E8 A9 64 E3 FF call sub_5CC770 .text:007962C7 68 6C 30 89 00 push offset aPacket_cz_ente ; "PACKET_CZ_ENTER" .text:007962CC E8 6F 19 C7 FF call nullsub_1 .text:007962D1 B9 2D 02 00 00 mov ecx, 22Dh .text:007962D6 83 C4 04 add esp, 4 .text:007962D9 66 89 4C 24 48 mov word ptr [esp+3ECh+cp+2], cx
  4. Upvote
    adam62 reacted to Yommy in Hercules WPE Free - June 14th Patch   
    then read more of this
×
×
  • Create New...

Important Information

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