Jump to content

ParSalian

Members
  • Content Count

    67
  • Joined

  • Last visited

Posts posted by ParSalian


  1. @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


  2. @bgamez23 :

     

    i think lua before lub is not applicable for iteminfo (since it's hard-coded to take iteminfo.lub as far as I saw in the client).

     

    Name tables are used in 2012 ragexe clients till 2012-07-10a version. after that it uses Iteminfo.lub.

     

    Also ParSalian I am still not able to use your standalone client . Crashes on login

     

    Lua for Lub diff not work for 2013 client


  3. 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


  4. It's an old  PC :rolleyes: . 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:

     

    Windows XP Professional SP 3
    AMD Sempron 3400+
    2,00 GB RAM
    Nvidia GeForce 7300 GS

  5. 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]

     


  6. Thanks Michieru could you please ask him what he use a Decompiler like luac or a diasembler  :rolleyes: 

     

    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

×
×
  • Create New...

Important Information

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