Jump to content

ParSalian

Members
  • Content Count

    67
  • Joined

  • Last visited

Everything posted by ParSalian

  1. It patched with no error ,but i cannot start the exe directly
  2. patch id 71 is already there. You must choose id 75 and you can patch with no error. But nevertheless i can not start this exe directly
  3. When i use rocred laucher i got a Setup Loop . Restore Login Window diff was fine, it worked for me in 20130320.exe too
  4. the webpages and the svn is not available. What's going on there ?
  5. Search for Chunkspy or Ludadec 5.1 i dosent know wich Fomat pRo use .
  6. hercules work with 2013-03-20eRagexe client
  7. With Luatools-1.2 / luadisasm.exe . I ask in the Translation Topic for help but no answer. I search in the Net and found this Luatools iteminfo.lub
  8. @MStream yes i use that iteminfo.lua, but im not sure if this is compatible with 2013 client or if this only modified 2012 client iteminfo.lua is.
  9. i have decompile the latest 2013 iteminfo.lub but it won't work. If you have a working decompiled iteminfo.lub please share it with us Thanks.
  10. @bgamez23 I have already tried to rename infoitem.lua to infoitem.lub my Client got me this Messages : CItemInfoMgrSystem/iteminfo.lub:204263 bad argument #1 to 'pairs' (table expected, got nil) This is the main function that i use. Is your diffrent please correct me. Thanks. main = function() for ItemID,DESC in pairs(tbl) do result, msg = AddItem(ItemID, DESC.unidentifiedDisplayName, DESC.unidentifiedResourceName, DESC.identifiedDisplayName, DESC.identifiedResourceName, DESC.slotCount, DESC.ClassNum) if not result then return false, msg end for k,v in pairs(DESC.unidentifiedDescriptionName) do result, msg = AddItemUnidentifiedDesc(ItemID, v) if not result then return false, msg end end for k,v in pairs(DESC.identifiedDescriptionName) do result, msg = AddItemIdentifiedDesc(ItemID, v) if not result then return false, msg end end end return true, "good" end edit : the "20" in the linenummer the codeblock not display Row 4251 is 204251 and so on
  11. @bgamez23 : Lua for Lub diff not work for 2013 client
  12. itemnames rename to english like : Iteminfo.lub¡°£Æ÷¼Ç = Red PotionÁÖÈ«Æ÷¼Ç = Orange Potion³ë¶õÆ÷¼Ç = Yellow Potion
  13. i could just say i have Ragnarok client always installed and not only copyed and i run the setup,. also in 2012_10_4 rAthena Client i can start the exe directly. But whats me more interested how we rename items. If we only can hexed it in the client is it a Sisyphean task
  14. It's an old PC . I have search for this error on Game Client's. In Guild WarsII there have many Player this error and they mean its a problem with to much RAM or an incompatible graphics driver My System:
  15. @Mstream i have you send a Message
  16. you have tested my client on a Windows XP System ? Thats Strange. I have only make one change in Server . Without this change i get always a "Failed to Connect to Server" Messages, but with the login Windows i have never problems. Changes i made on Server : Index: src/common/mmo.h===================================================================--- src/common/mmo.h (revision 11615)+++ src/common/mmo.h (working copy)@@ -47,7 +47,7 @@ // 20120307 - 2012-03-07aRagexeRE+ - 0x970 #ifndef PACKETVER- #define PACKETVER 20120418+ #define PACKETVER 20130320 #endif //Remove/Comment this line to disable sc_data saving. [Skotlex]
  17. Works - Lua before Lub - diff in 2013 client ? Even if i try to rename idnum2itemresnametable.txt i see no translation, but in 2012 work this.
  18. Thanks Michieru could you please ask him what he use a Decompiler like luac or a diasembler If i decompile lub file i got numerical series instead of Korean characters Edit : Problem solved i have found a diassambler who got me Korean characters
  19. @Bipolar Bear .The exe diffed with read Data folder, also i have extracted the data.grf and rdata.grf .Its easyer for me to make changes.
  20. @ Bipolar Bear , i use Windows XP and this way work for me http://herc.ws/board/topic/289-2013-ragexe-area/page-20#entry3396
  21. @Bipolar Bear here they are V4.Ragexe.exe with & without Launcher
×
×
  • Create New...

Important Information

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