4144 364 Posted October 16, 2020 no. with php script it non flexible. i working a bit on emblems and other things implementation in hercules, but still need add many missing features. 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Caspian 23 Posted November 28, 2020 Hello @4144 How can I enable Emblem Hover head for Battleground using 2010-07-30 client? Is it a way to do it manually for old clients through Hex Editor? If yes, could help please? function EnableEmblemForBG() { //Step 1.1 - Look for the Mode checking pattern var code = " B9 AB AB AB 00" //MOV ECX, OFFSET g_session + " E8 AB AB AB 00" //CALL CSession::IsSiegeMode + " 85 C0" //TEST EAX, EAX + " 74 AB" //JZ SHORT addr + " B9 AB AB AB 00" //MOV ECX, OFFSET g_session + " E8 AB AB AB 00" //CALL CSession::IsBgMode + " 85 C0" //TEST EAX, EAX + " 75 AB" //JNZ SHORT addr ;AB at the end is needed ; I noticed that this patch from nemo only works for new clients. Quote Share this post Link to post Share on other sites
4144 364 Posted November 28, 2020 please create issue about this patch and client in https://gitlab.com/4144/Nemo/-/issues/new Quote Share this post Link to post Share on other sites
Caspian 23 Posted November 28, 2020 1 hour ago, 4144 said: please create issue about this patch and client in https://gitlab.com/4144/Nemo/-/issues/new Done! Quote Share this post Link to post Share on other sites
hendra814 8 Posted December 22, 2020 Hi all, need help badly, because i don't know what i suppose to do to fix the error. in 2018 client the game work well, but when using 20200401 client when character entering map like prontera, izlude,payon it's show error like this i only can enter when character in the map without minimap Quote Share this post Link to post Share on other sites
4144 364 Posted December 22, 2020 do not enable any patches for hide errors. and next time probably client will say you what is wrong. also for different client exe need different data and grf. if you using translations, see wiki for each supported clients in translations and how to use them. Quote Share this post Link to post Share on other sites
hendra814 8 Posted December 22, 2020 5 hours ago, 4144 said: do not enable any patches for hide errors. and next time probably client will say you what is wrong. also for different client exe need different data and grf. if you using translations, see wiki for each supported clients in translations and how to use them. i already did with not enable any patches for hide errors Spoiler 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 270 Change AchievementList*.lub path 272 Change Towninfo*.lub path 273 Change PetEvolutionCln*.lub path 274 Change Tipbox*.lub path 18 Skip Service Selection Screen 275 Change CheckAttendance*.lub path 278 Change PrivateAirplane*.lub path 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 51 Always Show License Screen 53 Use Ascii on All LangTypes (Recommended) 313 Change MapInfo*.lub path 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 338 Additional client validation (Recommended) 84 Remove Serial Display (Recommended) 86 Only First Login Background 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 212 Restore Roulette 213 Disable Help Message on Login (Recommended) 214 Restore Model Culling 215 Increase Map Quality 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 240 Load custom ClientInfo file 244 Disable Cheat Defender Game Guard (Recommended) 246 Increase hair style limit in game 256 Use Default Web Browser In Cashshop And i already try with no translation files (create grf with clientinfo only), but still got same error. Quote Share this post Link to post Share on other sites
4144 364 Posted December 22, 2020 without translations you should use same or similar version of grf and data with your client exe. older or newer version may not works. Quote Share this post Link to post Share on other sites
Relzz 32 Posted December 25, 2020 On 12/22/2020 at 6:35 AM, hendra814 said: i already did with not enable any patches for hide errors Reveal hidden contents 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 270 Change AchievementList*.lub path 272 Change Towninfo*.lub path 273 Change PetEvolutionCln*.lub path 274 Change Tipbox*.lub path 18 Skip Service Selection Screen 275 Change CheckAttendance*.lub path 278 Change PrivateAirplane*.lub path 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 51 Always Show License Screen 53 Use Ascii on All LangTypes (Recommended) 313 Change MapInfo*.lub path 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 338 Additional client validation (Recommended) 84 Remove Serial Display (Recommended) 86 Only First Login Background 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 212 Restore Roulette 213 Disable Help Message on Login (Recommended) 214 Restore Model Culling 215 Increase Map Quality 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 240 Load custom ClientInfo file 244 Disable Cheat Defender Game Guard (Recommended) 246 Increase hair style limit in game 256 Use Default Web Browser In Cashshop And i already try with no translation files (create grf with clientinfo only), but still got same error. Try a different base client Quote Share this post Link to post Share on other sites
hendra814 8 Posted December 27, 2020 On 12/25/2020 at 8:23 PM, M45T3R said: Try a different base client already tried with 2020-06-03 and 2020-09-02. It's show same error. Quote Share this post Link to post Share on other sites
X-EcutiOnner 6 Posted December 29, 2020 How about your (s)clientinfo.xml and towninfo.lub? Quote Share this post Link to post Share on other sites
hendra814 8 Posted January 7, 2021 On 12/30/2020 at 12:15 AM, X-EcutiOnner said: How about your (s)clientinfo.xml and towninfo.lub? here my clientinfo.xml Spoiler <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Apel Ragnarok</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> and for twon info i'm using Chris translation files Quote Share this post Link to post Share on other sites
4144 364 Posted April 5, 2021 I not updated this topic for long time. Some last lines from changelog Quote 2021-03-11 Patches update Fix patch Enable Emblem hover for BG for 2019 clients. (fix by @4144). Quote 2021-03-11 Different updates Patches Add patch Send at commands to server. (by @4144). Fix patch Enable Emblem hover for BG. (fix by @4144). Translations Update Thai translation (by @X-EcutiOnner). For devs Add function exe.fetchRelativeValue for fetch relative address for example from "call XXX". Add function exe.fetchHexBytes for fetch any number of hex bytes with offsets in standard format. Plugin Save/load previous profiles near patched exe. Fixed possible crash on load downloader scripts. Other Update tables with clients support. Quote Share this post Link to post Share on other sites
4144 364 Posted April 7, 2021 Quote 2021-04-07 Patches update Fix patch Disable Auto follow. (fix by @4144). Add patch Disable OS Privileges execution level. (by @X-EcutiOnner). Quote Share this post Link to post Share on other sites
4144 364 Posted April 22, 2021 Quote 2021-04-22 Different updates Patches Add patch Restore auto follow. (by @4144). For devs Add function pe.find as improvement of exe.find. Add function pe.findAll as improvement of exe.findAll. Add function pe.findCode as improvement of exe.findCode. Add function pe.findCodes as improvement of exe.findCodes. Add function pe.match as improvement of exe.match. Add function pe.vaToRaw as improvement of exe.Raw2Rva. Add function pe.rawToVa as improvement of exe.Rva2Raw. Add function pe.sectionRaw as improvement of exe.getROffset. Add function pe.sectionVa as improvement of exe.getVOffset. Add function pe.dataBaseRaw for return start of data raw address. Quote Share this post Link to post Share on other sites
4144 364 Posted May 6, 2021 Quote 2021-05-06 Different updates Patches Add patch Send client flags to server. (by @4144). Add patch Enable GvG Damage display. (by @X-EcutiOnner, @4144). Add patch Disable Adventure Agent button on Party Window. (by @X-EcutiOnner, @4144). Add patch Translate Arrows Charset from korean to english. (by @X-EcutiOnner, @4144). Remove wrong parameter from patch Disable Game Guard. (by @4144). For devs Add script function isPatchActive. Checks if given patch name active. Add script function enablePatch. Enable patch with given name. Add script function removePatchData. Remove patch data from given address. Add functions for patches: NAME_cancel(). Called for patch if patch was enabled and switched to disabled state. Add function ApplyPatches. This function called after apply all patches. Add new variables in tables. Update tables with clients support. Quote Share this post Link to post Share on other sites
zeffen159 1 Posted May 12, 2021 Please, you could implement an option to zoom in by 25%? Quote Share this post Link to post Share on other sites
4144 364 Posted May 12, 2021 yes this can be not hard Quote Share this post Link to post Share on other sites
4144 364 Posted May 17, 2021 Quote 2021-05-17 Different updates Patches Add patch Increase Zoom Out 25%. (by Shinryo, @4144). Add patch Increase Zoom Out to custom value. (by Shinryo, @4144). For devs Replace exe.findAll to pe.findAll in all files. Updated return value for exe.insertAsmText. Add function asm.stringToAsm for convert string in assembler format. Add function exe.insertAsmTextObj similar to exe.insertAsmText. Add javascript debugger (menu tools/debugger). Move function removePatchData into object patch. Add function patch.replacePatchDataDWord for replaced already patched dword. Add function patch.getPatchDataDWord for read already patched dword. Other Update tables with clients support. Add shortcut F1 for open patch information. Fix window resize on startup. 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
zeffen159 1 Posted June 26, 2021 Has the project been discontinued? I would like to find a newer EXE than 2021-01-07aRagexeRE. Quote Share this post Link to post Share on other sites
4144 364 Posted June 26, 2021 new exe is packed and cant be unpacked except one 2021 client Quote Share this post Link to post Share on other sites
4144 364 Posted June 29, 2021 Quote 2021-06-29 Different updates Patches Add patch Load custom lua files for most loaded lua files. (by @4144). Add patch Fixes the Korean Job name issue with LangType from translation patch. (by Ai4rei/AN, Neo, @4144). Add patch Add loading custom lua files. (by @4144). Fix patch Move Cash Shop Icon. (fix by @4144). Fix patch Disable kRO Site Launch. (fix by @4144). For devs Fix exe.insertAsmText with complex asm code. Fix asm.hexToAsm for emptry strings. Add new parameter into exe.setJmpVa and exe.setJmpRaw. Add hooks object. Add lua object. Add functions for check enabled patches. Add functions for search strings pe.stringVa, pe.stringRaw, pe.stringHex4. Add for generic count bytes length in asm text asm.textToHexLength. Reconfigure current themes to use one css file. Add support for additional css attributes in themes. Add proper css usage in selected patch. Add support for custom variables in css theme files. Other Update Chinese Traditional translation from chinese fork. Update Thai translation by @X-EcutiOnner. Improve loading speed. Partial apply new theme after theme selection without nemo restart. Quote Share this post Link to post Share on other sites
4144 364 Posted June 30, 2021 Quote 2021-06-30 Patches updates Patches Update patch Add loading custom lua files. (by @4144). For devs Add function lua.replace for replace existing lua file to custom one. Quote Share this post Link to post Share on other sites
4144 364 Posted July 5, 2021 Quote 2021-07-05 Different updates Patches Fix patch Custom Window Title. (fix by @4144). Fix patch Disable Multiple Windows. (fix by @4144). Themes Add theme EXcite Dark (by @X-EcutiOnner). Other Improve speed in asm.stringToAsm. Quote Share this post Link to post Share on other sites
4144 364 Posted July 26, 2021 Quote 2021-07-26 Different updates Patches Fix patch Change auto follow delay. (fix by @4144). Add patch Change default font size for base class of all balloons. (by @4144). Add patch Change default font size for class UITransBalloonText. (by @4144). Add patch Change default font size for class UICharInfoBalloonText. (by @4144). Add patch Change default font color for base class of all balloons. (by @4144). Add patch Change default font color for class UITransBalloonText. (by @4144). Add patch Change default font color for class UICharInfoBalloonText. (by @4144). Add patch Change default shadow color for base class of all balloons. (by @4144). Add patch Change default shadow color for class UITransBalloonText. (by @4144). Add patch Change default shadow color for class UICharInfoBalloonText. (by @4144). Add patch Change default icon type for class UINameBalloonText. (by @4144). Add patch Change default text width for class UINameBalloonText. (by @4144). Add patch Change default text width for class UIVerticalNameBalloonText. (by @4144). Add patch Change default text decoration for class UITransBalloonText. (by @4144). Add patch Change default border color for class UITransBalloonText. (by @4144). Add patch Change auto follow stop delay. (by @4144). For devs Add into Number type function for reverse RGB color: reverseRGB. Add support for multi hooks (for now only part of hooks supported). Add functions for direct changes in binary: pe.directReplace, pe.directReplaceBytes. Add function patch.getName for get current patch name. Add function patch.getState for get current patch state. Other Update tables. Quote Share this post Link to post Share on other sites