Search results

  1. Rytech

    r884 - Quest Database Update / Few Skill Bug Fixes

    =General *Increased the MAX_QUEST_DB to 4000 to support all the latest and future entry's -in the quest database. =Database *Added emoticon entrys to the const file. *Added tons of new entry's to the quest database. -This is basicly the entire database replaced with rAthena's quest...
  2. Rytech

    r883 - Corrected Behavior of ALL_QUEST_LIST3 Packet

    =General *Fixed a issue that can cause clients to crash on map load or cause lua errors. =This was caused by the ALL_QUEST_LIST3 packet. I was unaware of how much its -structure can change depending on the number of objectives detected. -Big thanks to 4144 for explaining to me how it works...
  3. Rytech

    r882 - Updated Login And Quest Packets / Guild Position Mode Value Fix

    =General *AC_ACCEPT_LOGIN4 -Updated the packet code to pad in the unused parts of the structure. *ZC_ALL_QUEST_LIST3 *ZC_ADD_QUEST_EX *ZC_UPDATE_MISSION_HUNT_EX *HC_NOTIFY_ZONESVR2 -Added support for these packet. *npc_chat_sub -Applied a fix to the function that should resolve issues...
  4. Rytech

    r881 - 2019 Expanded Super Novice Update / Skills Added To Guild Skill Tree / Added Skill Tags and ID's

    =General *Added the latest tags and ID's for skills and status's. *MAX_SKILL increased to 5078. *MAX_GUILDSKILL increased to 20. =Database *Added a new monster entry used for the skill Charge Shout - Flag. =Guild *Added 3 new skills to guild skill tree. -Note: These are disabled for now...
  5. Rytech

    r880 - 2018-06-21aRagexeRE Friends List Fix (Soft Lock / Crash Fix)

    =General *Fixed a issue where having friends on your friends list would soft lock or -crash the client. This fix is for the 2018-06-20/21 client.
  6. Rytech

    r879 - Recoded Some Skills And Fixed Others / Cursed Circle Issues Fixed

    =General *Cleaned up some code. =Skills *WL_FROSTMISTY *WL_JACKFROST -Fixed a issue where under certain odd conditions the damage might miss. *WL_CRIMSONROCK -Updated damage formula. -Adjusted knock back behavior. -Fixed a odd issue with the skill being used on ice walls...
  7. Rytech

    r878 - Changedress Command / Talkie Box And Graffiti Packet Fix / Silvervine Roottwist And Convenio Added

    =General *changedress *nocosplay -Added support for these client commands. -These remove body costume outfits like xmas, summer, hanbok, oktoberfest, etc. *Removed some code thats no longer needed. -Gravity found a way to prevent client crashes when displaying body costume's -while the...
  8. Rytech

    r877 - 2nd Mob ID Range / Player Clone Max 1000 Again / Stablized Expanded Job Clones

    =General *Added support for the 2nd range of monster ID's. -Usable ranges are now 1000-4000 and 20020-24000. *Player clone ID range increased back to 1000 clones max. -The range has been moved over to the 2nd monster ID range and now uses -ID's 23000-24000. *Added some code for helping...
  9. Rytech

    r876 - 65k Item ID Range / Guild Storage Skill Requirement Updated / Storage Access Permission Save

    =General *Now supports 65k item ID's. -Technically the max is now 65535 but 65k sounds cooler. -This is confirmed to work with the 2018-06-21aRagexeRE and should work with older -clients. Be sure to apply the SQL update 3CeAM_svn876.sql. -Make sure to backup your server before running...
  10. Rytech

    r875 - 2018 Arch Bishop Update / Some Bug Fixes

    =General *Applied the Arch Bishop 2018 update. *Fixed the itemlist command to tell if a item is equippled to the ammo slot. *Cleaned and optomized some code. =Database *Updated the Ancilla item to its new behavior. =Jobs *Arch Bishop -Skill tree updated with 2 new skills...
  11. Rytech

    874 - Incomplete Styling Shop Support

    =General *This update releases code thats under development for the styling shop feature. -However, due to it taking me too long to finish it and me loosing interest in -finishing it, ive decided to release it as is for now and ill complete it at a -later date. Its not fully usable as is and...
  12. Rytech

    r873 - Equip Effect Animations / Armor And Weapon Types Fix

    =General *Added support for equips with effect animations. -These are animations displayed through SI_HEAD_EQUIPMENT_EFFECT which are -controlled through the HatEffectInfo.lua file. You can see this in action -with the added item Magic Circle (20515). *Corrected a issue where item types...
  13. Rytech

    r872 - Summoner Skill Leveling Fix / Disabled Multi-Colored Dragon Mounts

    =General *Disabled access to multi-colored dragons through commands and scripts. -Its been found that riding any color other then green while having a body style -of 1 or more causes sprite error's and client crash, making it impossible to get -back on that character. *Fixed a issue where...
  14. Rytech

    r871 - HC_ACK_CHARINFO_PER_PAGE Recode To Official / Updated Neuralizer Checks

    =General *HC_ACK_CHARINFO_PER_PAGE +Recoded the packet to work as it officially should. -The packet is supposed to divide all the character's on a account to be sent by -3 per packet and no higher. It turns out that sending all the characters in one -packet leads to issues, like noticeable...
  15. Rytech

    r870 - Custom +20 Refine System / Increased Map Limit / Mado's Skill Limit Disabled

    =General *Increased MAX_MAP_PER_SERVER to 2000 +Because their's nearly 1000 maps in the cache, instance maps will likely generate -in the ID range for Extra/Custom maps. The 500 increase will give headspace for -more official maps and instances. This also shifts the ID ranges for...
  16. Rytech

    r869 - ASCII Punctuation & Symbols For Char Names / Max Character Set To 12 / Character Select Packet Update

    =General *Added a 2nd usable letters/symbols options for "char_name_letters". -This option allows for the use of ASCII Punctuation & Symbols in character names. *Removed MAX_CHARS_SLOTS. -This was useless since noone uses the feature to set max slots and how many of -those slots can be...
  17. Rytech

    r868 - Travis System For Github

    =General *Added plugins for the Travis system to use on GitHub.
  18. Rytech

    r867 - Updated Item And Mob Database SQL Files

    =General *Updated item_db.sql, item_db_3ceam.sql, mob_db.sql, and mob_db_3ceam.sql with -the latest data from the text file versions.
  19. Rytech

    r866 - File Cleanup

    =General *Did some cleanup by deleting many old files no longer needed.
  20. Rytech

    r865 - Added New Maps / Fixed Item Drop Feature / 2 New Towns

    =General *Added tons of new maps to the map index and cache. -Cache is completely rebuilt using data.grf last patched on 2018-06-20. -Index lists are taken from rAthena. Credits to them. -Note: I had to use a grf that wasn't as up-to-date due to the mapcache program -having issues reading...
Back
Top