Jump to content
  • 0
Sign in to follow this  
themon

Its working before...

Question

 

  Reveal hidden contents

 

 

I try to put the pet images everywhere to fix this but still no luck.

Its workin fine before in my rathena server

now im using hercules a got this problem

 

2013-08-07aRagexe_patched.exe using this right now can anyone test If this is not a bug in 2013-08-07aRagexe.exe

 

I extracted this from my official data.grf its the bmp of the pet. check the attach files

should I include it also on my hercules.grf or it will be redundant

userinterface.rarFetching info...

Edited by themon

Share this post


Link to post
Share on other sites

13 answers to this question

Recommended Posts

  • 0

try to delete the whole datainfo folder in my hercules.grf and drag again the latest rev and fixed it

Share this post


Link to post
Share on other sites
  • 0
  On 10/26/2013 at 2:25 AM, themon said:

 

  Reveal hidden contents

 

 

I try to put the pet images everywhere to fix this but still no luck.

Its workin fine before in my rathena server

now im using hercules a got this problem

can you post your jobname_f.lua,  according to client translation rev 57, the last line number is 68, and yours is 82

Here's JobName_F.lua of rev57,

function ReqJobName(jobID)  if JobNameTable[jobID] ~= nil then    return JobNameTable[jobID]  end  return ""endfunction GetJobString(jobID)  for k, v in pairs(jobtbl) do    if v == jobID then      return k    end  end  return ""endfunction GetPetIllustName(jobID)  filePath = "À¯ÀúÀÎÅÍÆäÀ̽ºillust"  fileName = "Æê_Æ÷¸µ.bmp"  if PetIllustNameTable[jobID] ~= nil then    fileName = PetIllustNameTable[jobID]  end  return filePath .. fileNameendfunction GetPetIllustName_V2(jobID, in_bResEnglishName)  local filePath = "UserInterfaceillust"  local fileName = "PET_PORING.bmp"  if in_bResEnglishName == true then    if PetIllustNameTable_Eng[jobID] ~= nil then      fileName = PetIllustNameTable_Eng[jobID]    end  else    return GetPetIllustName(jobID)  end  return filePath .. fileNameendfunction GetPetIllustName_V3(jobID)  local filePath = "UserInterfaceillust"  local fileName = "PET_NOIMAGE.bmp"  if PetIllustNameTable_Eng[jobID] ~= nil then    fileName = PetIllustNameTable_Eng[jobID]  end  return filePath .. fileNameendfunction GetPetAccActName(accID)  local filePath = "¸ó½ºÅÍ"  local fileName = "chocho_¹æµ¶¸é.act"  if PetAccActNameTable[accID] ~= nil then    fileName = PetAccActNameTable[accID]  end  return filePath .. fileNameendfunction GetPetAccActName_V2(accID, in_bResEnglishName)  local filePath = "Monster"  local fileName = "ACC_CHOCHO.act"  if in_bResEnglishName == true then    if PetAccActNameTable_Eng[accID] ~= nil then      fileName = PetAccActNameTable_Eng[accID]    end  else    return GetPetAccActName(accID)  end  return filePath .. fileNameendfunction IsPetAccessory(accID)  if accID > PetAccIDs.ACC_FIRST and accID < PetAccIDs.ACC_LAST then    return true  end  return falseend

Share this post


Link to post
Share on other sites
  • 0

 

  Reveal hidden contents

 

this is from my jobName_F.lua

Edited by themon

Share this post


Link to post
Share on other sites
  • 0

 

  Reveal hidden contents

 

this is from my petinfo.lua

Edited by themon

Share this post


Link to post
Share on other sites
  • 0

Your npcidentity.lua is missing this entry

JT_DROPS = 1113,

 

 

Problem will be fixed after you add this to npcidentity
Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

 

  Reveal hidden contents

 

this is from my NPCIdentity.lua

Share this post


Link to post
Share on other sites
  • 0

 

  Reveal hidden contents

 

 

this from my jobidentity.lua

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...

Important Information

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