Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/25/17 in Posts

  1. Punta ka lang po sa db>conf>battle>drop.conf And search on this line po. Dyan mo po ma babago ang mga drops po. // Item drop rates (Note 2) // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 item_rate_common_boss: 100 item_rate_common_mvp: 100 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 100 item_rate_heal_boss: 100 item_rate_heal_mvp: 100 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 100 item_rate_use_boss: 100 item_rate_use_mvp: 100 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 100 item_rate_equip_boss: 100 item_rate_equip_mvp: 100 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_rate_card_mvp: 100 item_drop_card_min: 1 item_drop_card_max: 10000 // The rate adjustment for the MVP items that the MVP gets directly in their inventory // Mode: 0 - official order, 1 - random order, 2 - all items item_rate_mvp: 100 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 item_drop_mvp_mode: 0 // The rate adjustment for card-granted item drops. item_rate_adddrop: 100 item_drop_add_min: 1 item_drop_add_max: 10000 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 100 item_drop_treasure_min: 1 item_drop_treasure_max: 10000 Para sa exp naman po punta lang tayo sa db>conf>battle>exp.conf and search on this line po // Rate at which exp. is given. (Note 2) base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) job_exp_rate: 100 // Turn this on to allow a player to level up more than once from a kill. (Note 1) multi_level_up: no
    1 point
  2. sir Anacondaq, my Problem IS SOLVED. thanks to God and thank you to you its not the Database that did the error.. it was the program of Open Server x64.exe Compatibility that need to be fixed and set back as same as the windows 7 I'm using the Win10. I found this by a chance after my old RO-Offline went crazy too for the Compatibility sake I thought perhaps this could help you add for more question in the future, specialy for those who use Win other than Win7 STEPS : ==>> (make sure the Open Server is NOT RUNNING YET) <<== 1. Right Click, Choose Troubleshoot Compatibility 2. Detecting Issues (wait for it) 3. Choose Troubleshoot Program. (so the list choice for Win7 Compatibility would shows up) 4. Choose at least the 'Program worked in earlier version of Windows...', so the Compatibility for Win7 would be shown off. (rest is up to you) 5. Trial and Error part. for Win10(my problem) it was compatible with Windows 7. (Remember, The other version of people might differ from my laptop settings) 6. Click, the 'Test the program...' this will displaying if the problem fixed or not by comparing Windows Compatibility. in case if Windows 7 is still showing the Error, choose other setting too(Win8, Win Vista, etc) after that, Next and Finish. the Open Server could just run without error and the RunServer.bat should do just FINE again, thank you Sir Anacondaq for the great server Pardon the Language and Long Explanation
    1 point
  3. Emulator: https://github.com/rathena/rathena Client: https://rathena.org/board/forum/99-client-releases/
    1 point
  4. After a successful bar-shift I also sometimes might be kinda in a band... sometimes.. Apparently.. the grin is a thing at the moment whenever someone tries to take a photo of me and i know i look like a heap of old clothes.
    1 point
  5. August Digest 2017 The following digest covers the month of August, 2017. Staff Changes @Z3R0 and @crazyarashi have become Forum Moderators. @Azura Skyy has been moved to the Forum Moderators group. @Cyro has been moved to the Content Moderators group. Development Highlights CORE: Fixed pre-increment and pre-decrement operators for achievement condition parsing (c0556a3) Corrected guild bound item retrieval deletion (4c62f58) Fixed readparam when 2nd parameter is a variable (9d6b3d0) Added a new item flag for delayed consumption (fe5f1e1) Cleaned up character deletion code (bbd42e7) Fixed a memory leak in achievementremove (ee12429,8310253,4a28c8c) Fixed achievement handling in OnPCStatCalcEvent (70c14fa,f8e4aab) Fixed misleading indentation in script.c (43949b8) Fixed public equip switch not being saved (983d164) Fixed mob database reloading (5424ab8) Added dummy entries for the equip switch feature (829f0a1) Made cbasetypes.h more C++ compatible (a46e012) Added missing MySQL column check for show_equip (34aa59d) Made global variables in header files extern and implement them in their respective source file (71421a4) Corrected YAML file parsing (dcbb2df,ac1cf04,74cc00f) Made view_data for mob unit changes persistent (abfd198) Fixed a memory leak in the script engine (dce6ff1) Fixed memory manager still using SVN revision (37f7fc5) Fixed a PACKETVER mismatch for the random options (a2fc7d5) Fixes memory leak in char-server (f9c6b92) Inter server C++ conversion (cc1d26f) Fixed another error from mobdb reloading (d673d25) Fixed std::string reference being an incomplete type in inter.h (bfb9294) Fixed cast time for the npcskill script command (165197d) Fixed return value of unitattack for players (4cb4d60) Fixed character creation for expired VIP accounts (d319ff7) Fixed rebinding of mob view data for killed mobs (5fdebec,6f98508) Added support for the all 2017-06 clients (1fc0ed6) Added script command sc_end_class (4539d55) Cleaned up Item Shop checks (7a1b2e0) Corrected the Chorus skills damage bonus (515fa6a) Adjusted the Achievement Chat Counter (3e51f68) Corrected mob chat display checks (b19325b) Adjusted HP, Max HP, SP, and Max SP SQL defines (fc115b8) DATABASE: Fixed swapped accessories (cd3f42e,166836d) Removed some hardcoded item checks (cd164d7) Added new NPC IDs and mob ID placeholders (b30d0fd) Fixed wrong crimson staff being dropped (693e958) Updated item_db.txt (16.1 episode) (641a1f1) Resolved non-weapon items having a weapon level (b9627dd) Fixed bAddEffOnSkill (9db3c38) Corrected Fatal Menace behavior (39a5d38) Updated Silvervine Root Twist behavior (e4072e1) SCRIPT: Fixed a lot of "next" on Old Pharmacist (627a178) Fixed a typo in quests_eclage.txt (115c1b9) Fixed storage condition in Lasagna town (087a727) Fixed script dialogue's NPC name to its proper order (fcc4936) Fixed incorrect use of 'close' command (f4de91b) Adjusted script command gettimestr (7554b53) Initial release of Ghost Palace Memorial (11d3300) OTHERS: Fixed compile warning and errors (f4338ad,3183c39) Fixed a compilation problem with CentOS (9084d01) Details of import/ dirs and examples (8417d76) Fixed x64 release mode not building all servers (6b18ea5) Updated Readme.md (c9ce29c) Statistics Excluding merges, 13 authors have pushed 74 commits to master and 93 commits to all branches. On master, 115 files have changed. There have been 2,793 additions and 947 deletions. There are 29 merged Pull Requests and 12 Proposed Pull Requests. There are 13 new Issues and 55 Closed Issues. List of Contributors @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Atemo, @Canoe, @CairoLee, @chadn4u, @ClayJensen, @cydh, @Daegaladh, @Everade, @exneval, @hendra814, @hurtsky, @Jeybla, @karlseven, @keitenai, @Lemongrass3110, @M45T3Ryu, @M4karov, @mazvi, @Milchdealer, @sanny1128, @secretdataz, @Stolao, @Temtaime, @TesLA-Git, @Tokeiburu, @uddevil, @vstumpf, @Yuchinin Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
×
×
  • Create New...