Jump to content

Rytech

High Council
  • Content Count

    589
  • Joined

  • Last visited

  • Days Won

    89

Everything posted by Rytech

  1. View File 2017-06-14bRagexeRE Client Release for the 2017-06-14bRagexeRE client. Be sure to have your DATA.INI set to read rdata.grf first and data.grf second. Packets are provided in the included text file. Packet shuffles and keys can be found at the bottom in the file. Submitter Rytech Submitted 07/21/17 Category Client Resources  
  2. Version 1.0.0

    1026 downloads

    Release for the 2017-06-14bRagexeRE client. Be sure to have your DATA.INI set to read rdata.grf first and data.grf second. Packets are provided in the included text file. Packet shuffles and keys can be found at the bottom in the file.
  3. Its hard coded in the client exe and can't be changed which kinda sucks.
  4. =Database *A few item changes. -Fixed the Upgraded Huuma Shuriken to increase MATK properly. -Falcon Flute is now only usable by Hunter type jobs. *Added the Emergency Magic Gear. -This item is usable only by Mechanics. -Mounts the Mechanic to a mado when used. -Has a reuse delay of 3 minutes. =NPC *Updated the thanatos quest to allow Summoner's to enter. =Jobs *Mechanic -Updated the mado code with official March 2017 update changes. -The follow changes applies to the mados.... - -The base movement speed of mado's is now the same as Peco's, -but the movement speed penalty still applies and is reduced with -the Mado License skill. - -Natural HP recovery is increased. Its doubled for now until -the official info is learned. - -Mado's now have a max weight increase of 1500. - -The Teleport skill can now be used. - -Mado's are now immune to equipment stripping.
  5. =General *Added the latest NPC and status tags and ID's. *Enabled support for Shadow Chaser's alternate outfit. =Database *Added and updated a number of items. -Most of the items are Rebellion related. =Skills *Adjusted some Rebellion skills in the databases to prepare for -future updates and update them according to the awakening update. *RL_MASS_SPIRAL -Cooldown time reduced. *RL_BANISHING_BUSTER -No longer deals splash damage. *RL_FALLEN_ANGEL -Max level changed to 1. *RL_D_TAIL *RL_HAMMER_OF_GOD -Element is now forced neutral. *RL_AM_BLAST -Attack ranged increased. *Updated SP requirements for all Rebellion skills. =Jobs *Rebellion -Updated the skill tree to the awakening update version. -Gunslinger skill requirements will not be changed since this -is a pre-renewal emulator. -Note: You may want to offer your players a free skill reset -due to the changes to the skill tree.
  6. Can't really say its GTX's causing the issue since a 9800 GTX exists and it seems to be....guessing DirectX 11 and newer cards like the 400 series and newer causing it maybe? Those are still supported with driver updates. And the client im using is a 2017-03-29. Don't have any old clients to test with. Tho ive been using this same computer for over around 9 years so....yea.
  7. =Update Notes *Added support for expanded baby jobs.
  8. What series of GeForce cards are affected by this? Im using a 9800 GT with 335.28 driver on windows XP and all looks fine to me. Is it a graphics card issue or a OS issue?
  9. V1.9 *Added alternate Shadow Chaser outfit.
  10. =General *Fixed a issue with 2016-12-28 and newer clients not properly -showing player's vending list to other players viewing them.
  11. =General *Added temporarly support for the 2017-03-29dRagexeRE -This is for experimental testing and will not stay in the future. *Added support for the AC_ACCEPT_LOGIN4 packet. -March 2017 and newer clients require this since they no longer -support the legacy AC_ACCEPT_LOGIN packet.
  12. =General *Added support for the 2016-12-28aRagexeRE.
  13. Are there issues with other skills? Also isnt that around the date the weapontable lua file was introduced?
  14. Trying to change ID ranges in the client will likely break things. If you increase the monster ID range above 3998 itl overlap with the 2nd range for jobs which start at 4000 and at this time reaches up to 4238. Things like NPC's, skill units, jobs, monsters, and homunculus all use the same ID list which is all for entities. Some types use multiple ranges. Like NPC's use 3 different ranges while playable jobs uses 2. Monsters currently use one range but is getting really close to officially receiving a 2nd one since they just about used all their ID's up. Both the server and client are aware of these ranges and overlapping can and will likely break things. Best thing to do is wait for a future client that defines a 2nd ranges for monsters or just remove some existing monsters in the upper ID's.
  15. Try only using the recommended patches to see if that fixes the issue.
  16. The vending issue is a packet related problem. There's a few new item packets that needs to be coded in to fix it but I don't know the structures.
  17. I see in the screenshots there's only a Etc. tab on the side of the skill window. When changing jobs its best to close and reopen the skill window since it can glitch sometimes when doing that. If that doesn't work, then you likely need to update your lua files in the skillinfoz folder. I think JobInheritList and SkillTreeView are the ones to update.
  18. Rytech

    Things To Do

    Would be kinda strange if you somehow cut someone open upon missing. A status normally doesn't affect someone unless the skill makes a actual impact if its a offensive damage skill. Not sure how it is in official, but it would be considered a bug on their end if it did give the Dark Claw stat on miss.
  19. I didn't code them all in yet since I lacked needed information. I have it now but don't have the time for it right now. So far all their basic and sea skills (before the 2nd wave versions) work.
  20. Good news. Ide As came up with a temp solution to resolving the issues with the 2 recommended patches that fail with Nemo. 1. For the Translate Client patch you can do the following.... Ide As: You said that NEMO's translate client patch fails. Actually you can fix that by removing Taekwon patch line in TranslateClient.qs 2. As for the read msgstringstable.txt, its possible to set your clientinfo.xml file to a langtype that will make it read the text string table. Its works with 1 (US) for sure and I think itl work with a number of others. Not bothering to test which ones tho. Also its been found that a few item packets will need updating. Seems the newest one used for adding items into inventory is 3 bytes bigger. Also vending is broken and will not properly show the items for sale to anyone viewing.
  21. Doram is the name of the cat race. Summoner is the name of a job thats exclusive to the doram race. Human's don't have access to the Summoner job.
  22. File Name: 2016-12-28aRagexeRE Client File Submitter: Rytech File Submitted: 27 Jan 2017 File Category: Client Resources Release for the 2016-12-28aRagexeRE client. Be sure to set your DATA.INI to read rdata.grf first and data.grf 2nd. Click here to download this file After seeing the success of the unpacking of the last 2 clients I felt its time to finally get a new one out. A very new one to help drive things in motion again. So here's a late xmas president to everyone. Packet lengths, shuffles, and encryption keys are provided in the text file. Big thanks to Nova for helping with the testing of the client and the connection fixes and giving me the motivation to make this possible. 1. Due to a big change in how regular client are being packed by Gravity, its not possible to do a stable unpacking of them. Only RE clients can be done without issues. So please don't ask for regular ones. 2. Because RE clients are sakray test clients, im only doing releases that I feel are stable and will only make them as needed. So maybe one or 2 clients will be released a year. 3. As with all newly released clients itl take time to get them fully supported. This is a very new client and will have some issues at the start. Its stable but do expect some things to not work right away. DO NOT PM ME OR ANY OTHER DEV'S ON HOW TO GET IT TO WORK!!!! Your PM's will be ignored. 4. Currently as of this time, the client will not work with Hercules or rAthena even if you add the shuffles and encryption keys. Ive tested and gotten this to work on 3CeAM and a friend's test server that uses rAthena with a small fix. ill provide info on how to fix this. You can apply it yourself or wait for dev's to add it. Other Info: Here's what to expect so far.... Nemo Msgstringtable.txt and exe's english translation patches do not work. Its not possible to extract the latest msgstringtable ether. Also got word that the hair style patch also fails. Don't know what else fails but do expect a number of patches to not work or cause issues. If you find any other patches that fails, report them in the Nemo Patcher topic. Hercules / rAthena The client's login and character select will function. But after selecting a character, the client will sit for a moment and then time out. This is because Gravity is no longer using the ZC_ACCEPT_ENTER3 packet and went back to using the older ZC_ACCEPT_ENTER2. So you have to edit the source to have it use the 2nd version of ACCEPT_ENTER or else the timeout issue will happen. Im not going into tech details on how to apply the change. Thats for you to do or just wait for someone to do it. Client Be sure to have your client's data.grf and rdata.grf patched to 2016-12-28 or newer to support the client. Being behind this date could result in client file errors and/or crashes. Do I even need to say this? If anyone has any questions, ask here. Again, DO NOT PM ME OR OTHER DEV'S FOR HELP!!!!! ASK HERE FOR HELP AND INFO!!!!!
  23. 1693 downloads

    Release for the 2016-12-28aRagexeRE client. Be sure to set your DATA.INI to read rdata.grf first and data.grf 2nd.
  24. Wow rAthena got it fully working? Congrats to them on getting a complex system coded in.
×
×
  • Create New...

Important Information

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