Jump to content

simpletempleton

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

simpletempleton's Achievements

Poring

Poring (1/15)

0

Reputation

  1. I'm having problems with long range damage. I think there's something wrong about it. I tried to attack monster in abyss_03 I'm using silver arrow and the damage is 500++ constantly. I've use with card like TG and abyssmal card. and the damage is almost the same it's like 589 constant. Is there anyway to fix this? I tried to change the attack of the bows and it works but I think it will make the server unbalance. Please help.
  2. disable renewal drop rate... src/config/renewal.h#L33 Hi E M I S T R Y, What will happen if I disable the renewal system? Will it make the droprate 100%?
  3. So it means that the only option to have 100% drop rate is to edit mob_db.txt? Because if you're gonna use the drop conf. the maximum drop rate will be 50%.
  4. Hi! is there any ways on editing the drop rate in src? I want to make it 100% drop rate. I'll just adjust the other items drop rates. Because the maximum drop is only 50% On the link that I found, I should edit mob_db.txt and edit every single item drop of the monster. This is an example of scr in eathena battle.c { "item_drop_common_min", &battle_config.item_drop_common_min, 1, 1, 10000, }, { "item_drop_common_max", &battle_config.item_drop_common_max, 10000, 1, 10000, }, { "item_drop_equip_min", &battle_config.item_drop_equip_min, 1, 1, 10000, }, { "item_drop_equip_max", &battle_config.item_drop_equip_max, 10000, 1, 10000, }, { "item_drop_card_min", &battle_config.item_drop_card_min, 1, 1, 10000, }, { "item_drop_card_max", &battle_config.item_drop_card_max, 10000, 1, 10000, }, { "item_drop_mvp_min", &battle_config.item_drop_mvp_min, 1, 1, 10000, }, { "item_drop_mvp_max", &battle_config.item_drop_mvp_max, 10000, 1, 10000, }, { "item_drop_heal_min", &battle_config.item_drop_heal_min, 1, 1, 10000, }, { "item_drop_heal_max", &battle_config.item_drop_heal_max, 10000, 1, 10000, }, { "item_drop_use_min", &battle_config.item_drop_use_min, 1, 1, 10000, }, { "item_drop_use_max", &battle_config.item_drop_use_max, 10000, 1, 10000, }, { "item_drop_add_min", &battle_config.item_drop_adddrop_min, 1, 1, 10000, }, { "item_drop_add_max", &battle_config.item_drop_adddrop_max, 10000, 1, 10000, }, { "item_drop_treasure_min", &battle_config.item_drop_treasure_min, 1, 1, 10000, }, { "item_drop_treasure_max", &battle_config.item_drop_treasure_max, 10000, 1, 10000, }, { "item_rate_mvp", &battle_config.item_rate_mvp, 100, 0, 1000000, }, { "item_rate_common", &battle_config.item_rate_common, 100, 0, 1000000, }, { "item_rate_common_boss", &battle_config.item_rate_common_boss, 100, 0, 1000000, }, { "item_rate_equip", &battle_config.item_rate_equip, 100, 0, 1000000, }, { "item_rate_equip_boss", &battle_config.item_rate_equip_boss, 100, 0, 1000000, }, { "item_rate_card", &battle_config.item_rate_card, 100, 0, 1000000, }, { "item_rate_card_boss", &battle_config.item_rate_card_boss, 100, 0, 1000000, }, { "item_rate_heal", &battle_config.item_rate_heal, 100, 0, 1000000, }, { "item_rate_heal_boss", &battle_config.item_rate_heal_boss, 100, 0, 1000000, }, { "item_rate_use", &battle_config.item_rate_use, 100, 0, 1000000, }, { "item_rate_use_boss", &battle_config.item_rate_use_boss, 100, 0, 1000000, }, { "item_rate_adddrop", &battle_config.item_rate_adddrop, 100, 0, 1000000, }, { "item_rate_treasure", &battle_config.item_rate_treasure, 100, 0, 1000000, }, { "base_exp_rate", &battle_config.base_exp_rate, 100, 0, INT_MAX, }, { "job_exp_rate", &battle_config.job_exp_rate, 100, 0, INT_MAX, }, I hope someone will help me..
  5. Help nman po gumawa ng client na ganto. Nakaka frustrate na kasi lahat ng ginawa ko na 2012-04-10 na client ayaw pumasok. nag didisconnect(3) Sabi dun sa nabasa q, gamitin q daw yung "WDGSkipPacketHeaderObfuscation" eh, ayaw nman makita dun sa shindiff. latest na svn po gamit q. gusto ko po kasing matuto gumawa ng client.
  6. Is there any other way to diff it besides xDiffPatcher? How do they diff it with "Skip Packet Header Obsfucation" using shin/wee diff?
  7. Hi please help me on how to diff it like this? Allow Chat Flood: 3 Always Call SelectKoreaClientInfo() Chat @-Bug Custom Window Title: Ragnarok Online Disable 1rag1 & 1sak1 Disable 4 Letter User Character Limit Disable 4 Letter User ID Limit Disable 4 Letter User Password Limit Disable Hallucination Wavy Screen Disable HShield Disable Nagle Algorithm Disable RagexeRE Filename Check Disable Swear Filter Enable 64K hairstyles Enable ASCII in Text Enable Aura Over Level 99 And Level 150 Enable DNS Support Enable Multiple GRFs Enable Official Custom Fonts Enable Title Bar Menu Enforce Official Login Background Extended Chat Box Extended Chat Room Box Extended PM Box Fix Camera Angles Medium Force Send Client Hash Packet Ignore Missing File Errors Ignore Missing Palette Errors Increase Headgear View ID: 30000 Increase Zoom Out 75% Only First Login Background Read msgstringtable.txt Read questid2display.txt Remove Gravity Ads Remove Gravity Logo Remove Hourly Game Grade Banner Remove Hourly Playtime-Minder Remove Quake Skill Effect Remove Serial Display Restore Login Window Skip License Screen Skip Packet Header Obsfucation Translate Client Into English Use Arial On All Langtypes Use Custom Aura Sprites Use Normal Guild Brackets Use Plain Text Descriptions Use Ragnarok Icon When I use ShinsDiffPatcher I can't see this Skip Packet Header Obsfucation Remove Hourly Game Grade Banner Remove Hourly Playtime-Minder Remove Quake Skill Effect Force Send Client Hash Packet Enable Aura Over Level 99 And Level 150 Enable 64K hairstyles I read about the "Skip Packet Header Obsfucation" will fix the server. But I can't diff it to my server Why is it like that? Please help me.
  8. Thanks! But here's my new problem [Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,l:19). [Info]: Closed connection from '127.0.0.1'. I can't go thru I'm using 2012-04-10aRagexeRE_S.exe
  9. char-server_sql.exe was not found. Make sure, that you have compiled the Char-Se rver. Press any key to continue . . . i'm getting this error. when I click run runserver-sql. I haven't re compile this svn yet. Because I don't know how.
  10. Hi! Just wanna ask on how to compile a new svn. I've downloaded the latest svn here in rathena and it's not working. I've already installed microsoft visual c++. Please help.
×
×
  • Create New...