Jump to content
  • 0

[Solved]NPC Sprite error


Start_

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  950
  • Reputation:   180
  • Joined:  04/05/13
  • Last Seen:  

I've already edited jobname.lua, npcidentity.lua.

 

before I edited it's poring sprite but after edited it's error.

 

my data has .spr and .act

 

 

jobname.lua (Lastest is VADON after that I added it)

	[jobtbl.JT_E_VADON_X_H_S] = "VADON",
	[jobtbl.JT_4_f_runain] = "4_f_runain",
	[jobtbl.JT_4_energy_black] = "4_energy_black",
	[jobtbl.JT_4_energy_blue] = "4_energy_blue",
	[jobtbl.JT_4_energy_red] = "4_energy_red",
	[jobtbl.JT_4_energy_white] = "4_energy_white",
	[jobtbl.JT_4_energy_yellow] = "4_energy_yellow",
	[jobtbl.JT_4_f_mocboy] = "4_f_mocboy",
	[jobtbl.JT_4_f_pere01] = "4_f_pere01",
	[jobtbl.JT_4_f_shalosh] = "4_f_shalosh",
	[jobtbl.JT_4_greencookie] = "4_greencookie",
	[jobtbl.JT_4_jitterbug] = "4_jitterbug",
	[jobtbl.JT_4_m_roel] = "4_m_roel"
}

npcidentity.lua (Lastest is 631 after that I added it)

	["JT_4_BLACKDRAGON"] = 631,
	["JT_4_f_runain"] = 658,
	["JT_4_energy_black"] = 659,
	["JT_4_energy_blue"] = 660,
	["JT_4_energy_red"] = 661,
	["JT_4_energy_white"] = 662,
	["JT_4_energy_yellow"] = 663,
	["JT_4_f_mocboy"] = 664,
	["JT_4_f_pere01"] = 665,
	["JT_4_f_shalosh"] = 666,
	["JT_4_greencookie"] = 667,
	["JT_4_jitterbug"] = 668,
	["JT_4_m_roel"] = 669
}
data\sprite\npc\4_f_runain.act
data\sprite\npc\4_f_runain.spr

.act and .spr put on my KSDATA.grf

 

this is my DATA.ini

 

[DATA]
0=KSClient.grf
1=KSDATA.grf
2=data.grf


Problem solved!

 

I've try this out by changed lua at this directory

 

 

not

 

 

luafile/datainfo/jobname.lua
 

 

 

but

 

 

data\luafiles514\lua files\datainfo\jobname.lua
 

 

 !!

 

wow wwwwwwwwwwwwwwwwwwwwwwwwwwwww

Edited by TARTs
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.   Paste as plain text instead

  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.

×
×
  • Create New...