Ai4rei 321 Posted April 27, 2014 (edited) RagEffect Client Plug-In About A client plug-in that replaces client's special effect table (.str) with data from an external database. This release is per request from Ragno on the rAthena boards with the permission to release it publicly. Known issues Currently the file is not loaded from GRF, but from data folder only. The range of clients might be limited, tested with 2012-07-02aRE and 2013-12-23c. For further possible issues see the Simple DLL Loader for RO Clients topic. Downloadbinary, reference source License This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License. Edited April 12, 2020 by Ai4rei 6 Rytech, Neo-Mind, KeyWorld and 3 others reacted to this Quote Share this post Link to post Share on other sites
KeyWorld 87 Posted April 27, 2014 Thank you It help me to get the missing one from my list. From what I saw: 53#WindHit%d:1,3## It should be "52", did you generate it by hand ? Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted April 28, 2014 Thanks, fixed. Yes, I was too lazy to do an automated solution for a one-time thing. 2 Kuya Jeo and evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted April 29, 2014 (edited) Ai4rei, on 29 Apr 2014 - 01:46, said: Thanks, fixed. Yes, I was too lazy to do an automated solution for a one-time thing. Do you know what does this mean? Edited May 8, 2014 by Angelmelody Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted April 30, 2014 That means, you used it with an unsupported client. 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Neo-Mind 264 Posted May 4, 2014 hmm I tried it with a 2013-12-23c Ragexe Client. But i got the "No match for hot-patch" error as well. Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted May 4, 2014 Just noticed, that that client has shorter LEA byte-code, so the tail check failed. Fixed. 3 Angelmelody, Judas and evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted May 8, 2014 Just noticed, that that client has shorter LEA byte-code, so the tail check failed. Fixed. 2013-12-23c Ragexe Client didn't work with that Plug-In , some skill effects disappear (e.g. firewall....) ,but test with old client working fine Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted May 10, 2014 (edited) Can you get a log from DbgView on 2013-12-23c when using Firewall? It should look something like this: 00000011 7:29:51 [120702re] RagEffect::DllInstall: Installing table support...00000012 7:29:51 [120702re] RagEffect::DllInstall: Code at 0x401000 in 4537344 (0x453c00) bytes, Data at 0x855000 in 996352 (0xf3400) bytes.00000013 7:29:52 [120702re] RagEffect::DllInstall: Table support installed (Head=0x67219a, Tail=81).00000030 7:30:14 [120702re] RagEffect::DllCallback: Initializing cache......00000258 7:30:14 [120702re] RagEffect::DllCallback: Cache initialization complete....00000272 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000273 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000274 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000275 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall2.str'.00000276 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000277 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall2.str'.00000278 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000279 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000280 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000281 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000282 7:30:33 [120702re] RagEffect::DllCallback: Request for ID[25].00000283 7:30:33 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000284 7:30:33 [120702re] RagEffect::DllCallback: Request for ID[25].00000285 7:30:33 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall2.str'.00000286 7:30:33 [120702re] RagEffect::DllCallback: Request for ID[25].00000287 7:30:33 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.... Edited May 10, 2014 by Ai4rei 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted May 10, 2014 Can you get a log from DbgView on 2013-12-23c when using Firewall? It should look something like this: 00000011 7:29:51 [120702re] RagEffect::DllInstall: Installing table support...00000012 7:29:51 [120702re] RagEffect::DllInstall: Code at 0x401000 in 4537344 (0x453c00) bytes, Data at 0x855000 in 996352 (0xf3400) bytes.00000013 7:29:52 [120702re] RagEffect::DllInstall: Table support installed (Head=0x67219a, Tail=81).00000030 7:30:14 [120702re] RagEffect::DllCallback: Initializing cache......00000258 7:30:14 [120702re] RagEffect::DllCallback: Cache initialization complete....00000272 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000273 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000274 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000275 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall2.str'.00000276 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000277 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall2.str'.00000278 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000279 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000280 7:30:32 [120702re] RagEffect::DllCallback: Request for ID[25].00000281 7:30:32 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000282 7:30:33 [120702re] RagEffect::DllCallback: Request for ID[25].00000283 7:30:33 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.00000284 7:30:33 [120702re] RagEffect::DllCallback: Request for ID[25].00000285 7:30:33 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall2.str'.00000286 7:30:33 [120702re] RagEffect::DllCallback: Request for ID[25].00000287 7:30:33 [120702re] RagEffect::DllCallback: Cache HIT! 'Firewall1.str'.... firewall.7z Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted May 10, 2014 (edited) The log looks fine, the code path does not seem too different from older clients. Currently I'm not able to test for myself, though. Edit: Reproduced, investigating. Edited May 10, 2014 by Ai4rei 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted May 10, 2014 (edited) Release 1.0.3.0 Fixed an issue, that prevented effects from working on VC10 clients. Edited May 10, 2014 by Ai4rei 2 evilpuncker and Angelmelody reacted to this Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted May 11, 2014 (edited) Release 1.0.3.0 Fixed an issue, that prevented effects from working on VC10 clients. Thx....its woking fine now.. Edited May 11, 2014 by Angelmelody Quote Share this post Link to post Share on other sites
Ragno 57 Posted February 1, 2015 (edited) I want to share the mineffect resources for Ai4rei's RagEffect plugin that we did in AtlantisRO: mineffect resources for RagEffect Plugin.rar Just download Ai4rei's RagEffect plugin to get rageffect.asi file, since I only provide the id2rageffect.txt. The str files are modified versions based in a grf for reduction effects using the ROSTRviewer to make the editions. I hope you get usefull this version and thanks to Ai4rei for make so amazing plugin. Please feel free to do any suggestion to improve this mineffect version. Edited February 1, 2015 by Ragno 1 Ai4rei reacted to this Quote Share this post Link to post Share on other sites
reezy322 0 Posted July 6, 2015 I want to share the mineffect resources for Ai4rei's RagEffect plugin that we did in AtlantisRO: mineffect resources for RagEffect Plugin.rar Just download Ai4rei's RagEffect plugin to get rageffect.asi file, since I only provide the id2rageffect.txt. The str files are modified versions based in a grf for reduction effects using the ROSTRviewer to make the editions. I hope you get usefull this version and thanks to Ai4rei for make so amazing plugin. Please feel free to do any suggestion to improve this mineffect version. Is this how you add on to/edit the rageffect.asi to add more mineffects? Quote Share this post Link to post Share on other sites
Ragno 57 Posted July 8, 2015 I want to share the mineffect resources for Ai4rei's RagEffect plugin that we did in AtlantisRO: mineffect resources for RagEffect Plugin.rar Just download Ai4rei's RagEffect plugin to get rageffect.asi file, since I only provide the id2rageffect.txt. The str files are modified versions based in a grf for reduction effects using the ROSTRviewer to make the editions. I hope you get usefull this version and thanks to Ai4rei for make so amazing plugin. Please feel free to do any suggestion to improve this mineffect version. Is this how you add on to/edit the rageffect.asi to add more mineffects? Yes, just edit id2rageffect.txt provided by Ai4rei's Amazing RagEffect plugin to add or edit more effects or mineffects. You can use ROSTRviewer to create or edit .str files (skill effects files). I think it can even add effects for new skills, but I have not tested it to that point. Quote Share this post Link to post Share on other sites
reezy322 0 Posted July 9, 2015 What values do I change/alter in the id2rageffect.txt file? So in lames terms I edit this .str file with ROSTRviewer (check I understand that part), then what do I do to the id2rageffect.txt file to implement this change? Thank you so much for your reply and I apologize for the noobie questions Quote Share this post Link to post Share on other sites
minijoe 0 Posted October 20, 2015 I want to share the mineffect resources for Ai4rei's RagEffect plugin that we did in AtlantisRO: mineffect resources for RagEffect Plugin.rar Just download Ai4rei's RagEffect plugin to get rageffect.asi file, since I only provide the id2rageffect.txt. The str files are modified versions based in a grf for reduction effects using the ROSTRviewer to make the editions. I hope you get usefull this version and thanks to Ai4rei for make so amazing plugin. Please feel free to do any suggestion to improve this mineffect version. Thank you for your amazing plugin that helps me a lot.I have achieved some effects,but it doesn't work very well. So I want to know how could I apply those nice effects to the headdress?It seems that not all effects can be applied. Quote Share this post Link to post Share on other sites
Easycore 31 Posted December 13, 2015 @@Ai4rei This may work in new clients? (specifically in 2014-22-10b) Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted December 13, 2015 I assume you refer to 2014-10-22b. That client is Themida infested, so no. Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted December 13, 2015 I assume you refer to 2014-10-22b. That client is Themida infested, so no.Wasn't that unpacked?So unpacked client too don't work? Quote Share this post Link to post Share on other sites
vykimo 68 Posted December 14, 2015 It works for me with 2014 10 22 Quote Share this post Link to post Share on other sites
Ai4rei 321 Posted December 14, 2015 (edited) There were issues with debugging and parsing unpacked clients, due to varying quality of the unpacks. Edited December 14, 2015 by Ai4rei 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Easycore 31 Posted December 15, 2015 @@vykimo Hmm, can you share me your diffs options of your client? Quote Share this post Link to post Share on other sites
Hakuren 0 Posted March 29, 2016 is this possible to work in 2015-09-16Ragexe? Quote Share this post Link to post Share on other sites