Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. Use this free tool to generate your own custom keys
  2. Diff your client with your own custom keys and change the server side keys too
  3. Hmm.. but I'm gonna push something that might break your project
  4. Have you ever checked the /db/re/item_db.txt
  5. Accepting script paid request :P

  6. @@Napster: I think what @Anacondaqq means is that he wants to see the file path, and searching for view id -1 in each file is not efficient to point out which one caused the error.
  7. I think you can add 'filepath' to it, something like: ShowDebug("Source (NPC): %s in file %s (invisible/not on a map)\n", ((struct npc_data *)bl)->name, filepath); But I'm not good at src
  8. Classic Asgard Training Edition (03/05/15)
  9. @@LeilaA01: here Yes, your client will be patched to the latest one, but still, if there're no data on item_db.txt, it can't be used yet. @@RoloB01: All of the cards are already there, except that Satan Morroc card which I can't find yet. And also those equipment in the lists you put above, I can't find enough information for them. If you have some more information, please submit a GitHub Issue instead, thank you
  10. Well looking from the error, it looks like that you are using a coordinate on your mapflag, which it shouldn't be. But you said that it's a fresh installation, hmm... If you are sure that it's a bug, you can post your report on the GitHub Issue instead so your report will be easier to spot
  11. Please post any bugs you might find on the GitHub Issue instead, so it's noticed faster. Be sure to put your current git hash and the description of the problem, thank you
  12. What do you mean, @RoloB01 You can use ai4rei's Lite Patcher to get latest patches from kRO
  13. Client date ini nggak perlu pakai rocred, diff ulang pakai NEMO
  14. Hi @Ziu, any recent update? For the March commit...
  15. February Digest 2015 The following digest covers the month of February, 2015. Staff Changes NoneDevelopment Highlights CORE:Merged 'pc_bonus_script_clear_all' to 'pc_bonus_script_clear' (148353e) Change quest_db_data[] fixed array to DBMap *questdb (bc74ffe) Changed skill_db array to better memory allocation (Decreased memory usage by map-server up to 50 MB) (da08112) Reduced MAX_SKILL_LEVEL from 100 to 10, reduced MAX_SKILL from 5020 to 1200 (da08112) Fixed MATK calculation for Pre-Renewal (831dcc2) Added new item bonus script: 'bonus3 bHPVanishRaceRate,r,n,x' (2074) and 'bonus3 bSPVanishRaceRate,r,n,x' (2075) (2ef7a7d) Item bonus script 'bHPVanishRate' and 'bSPVanishRate' is now applied regardless the target's race and map (2ef7a7d) Bonus Script clean up (bf6d2f0) Removed skill_id in array leftover in mob.c (ddfe168) Fixed wrong check while reading homun_skill_tree.txt, Homunculus' DEF & MDEF aren't resetted on calculation and reduced max Homunculus skill tree to 8 (3c20238) Homunculus intimacy check (36be5aa) Implemented 'NeedLevel' for Homunculus skill tree (2ae4bcb) 'DEFAULT_MAP' clean up (c92915b) Fixed up Sorcerer's Elemental Sympathy (537fb42) Fixed status_percent_heal() not healing based on Max HP/SP (Issue:#301) Fixed Homunculus skill bug (Issue:#308) Added "clear" for item group (72a831a) Fixed 'getiteminfo' after 'elvmax' was added (7d42cf2) Fixed walkpath loop bug (Issue:#198) DATABASE:Quest DB updated (Issue:#138) Updated trap visibility to official settings (a427dbf) Fixed Devotion, Defender and Magnificat skill bug (Issue:#234, Issue:#275) Sitting will now always double the regeneration speed instead of just adding 100% to the regen bonus (35f8971) SQL synchronization for mob_db_re.sql (adbf6f0) Fixed Severe Rainstorm not being able to be copied by Reproduce (bugreport:9361) Updated Homunculus S Race and Element values to official (Issue:#137) Proper renewal calculations for Homunculus (Issue:#163) Corrected King's Grace cooldown to be 60 seconds (Issue:#254) +20 Foods cannot be dispelled or removed by death (083cf5d) Fixed duplicate pickup animation for thief's Pick Stone (Issue:#276) Fixed Superstar_Snack (22843) and Sealed_Dracula_Card (22846) missing fields (892e961) Fixed quest skill randomly lost (Issue:#277) Changed Velum item scripts: Velum_Scare, Velum_Buster, Velum_Arbalest, Velum_Katzbalger (2ef7a7d) Fixed wrong 'subrace' value for item combo effects (db7e130) Homunculus skill tree fixed (f1d7cc5) Warg Strike can now trigger by Fist, Dagger, and Bow (no restrictions) (Issue:#296) Added Missing Roulette items (881bdb0) SCRIPT:Custom Jobmaster updated with Job_Baby check (af9d5e8) Fixed a typo on Lv4 Weapon Quest, Biolab Enchant and Eclage Quest (0bebbe6) Updated Instructor Ur's quests (90d9da1) Fixed Friendship Quest questlog (Issue:#241) Enable same items to be added to different category for quest_shop.txt (Issue:#283) Updated Blacksmith Thorn and Weapons Expert NPC (7e997bf) Fixed some variables issues and cleaned Instructor Boya and Michael (001e696) Fixed Warp coordinates on rachel sanctuary level 3 (d93fdb5) OTHERS:Please import 'upgrade_20150211_skillset.sql' (9d3d342) Please import 'upgrade_20150131.sql' for `bonus_script` table changes (bf6d2f0) Small fixes to lighta's convert SQL script (965416b) Updated README files with correct URLs (adf6490) Fixed compile warnings (769a272) Fixed a compile error when renewal aspd calculation was disabled (Issue:#284) Removed debug leftover (892e961) Fixed documentation for 'status_percent_change' (ebc009e) Fixed compilation warning from unused variables (4726f4c) Fixed Map Server crash (Issue:#304) Statistics 11 authors have pushed 73 commits during this period. On master, 123 files have changed. There have been 5,571 additions and 5,569 deletions. There are 14 merged Pull Requests and 5 Proposed Pull Requests. There are 26 created Issues and 20 Closed Issues. Show your support to rAthena by submitting your Issue or Pull Requests!
  16. Fixed in https://github.com/rathena/rathena/commit/714e670327a5fbc5dc8f52f46234193b2599dbac Thanks for reporting (But next time you should post your report on GitHub Issue instead, so the your report(s) will be noticed faster)
  17. Hmm.. That would need OAuth then
  18. If there's no MySQL in your VPS, then maybe it's not installed yet yum install mysql mysql-devel mysql-server
  19. Be sure to check your port number too, maybe it's being blocked or being used by something else
  20. If you are on linux, go to /etc/mysql/my.cnf and comment out the line bind-address=127.0.0.1
  21. Ah sorry, I didn't read that part Have you created a new user on your MySql?
  22. @takari_L are you planning to provide some sort of installer & upgrader script? Like in some php based apps, they are using a script to make installer.
×
×
  • Create New...