Jump to content
  • 0

Cannot apply points to Sura's Earth Shaker skill.


behelit

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  07/04/13
  • Last Seen:  

Hello. Just what the title says, I cannot apply points to the Sura skill "Earth Shaker". I can click on the skill, and points are added... But when I click apply, it resets back to zero and the points are refunded back. Why is this happening?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Check the skill info in the data folder, luafiles514/lua files/skillinfoz/

file skillinfolist.lub

	[SKID.SR_EARTHSHAKER] = {
		"SR_EARTHSHAKER",
		SkillName = "Earth Shaker",
		MaxLv = 5,
		SpAmount = { 36, 40, 44, 48, 52 },
		bSeperateLv = false,
		AttackRange = { 1, 1, 1, 1, 1 },
		_NeedSkillList = {
			{ SKID.SR_DRAGONCOMBO, 1 },
			{ SKID.SR_CURSEDCIRCLE, 1 }
		}
	},

Curious that the skill_tree.txt in rAthena is different from the data folder, thats wrong, 

 the _NeedSkillList from skillinfolist in data folder should Match Exactly with the requisites in Skilltree from trunk.  

Sura Regular

4070,2328,5,2326,3,0,0,0,0,0,0,0,0 //SR_EARTHSHAKER#Earth Shaker#

Change as same requisites in data/folder/skillinfo.list

Correction for sura regular is:

4070,2328,5,2326,1,2334,1,0,0,0,0,0,0 //SR_EARTHSHAKER#Earth Shaker#

Correction for Sura Trans is:

4077,2328,5,2326,1,2334,1,0,0,0,0,0,0 //SR_EARTHSHAKER#Earth Shaker#

Correction for Baby Sura is:

4106,2328,5,2326,1,2334,1,0,0,0,0,0,0 //SR_EARTHSHAKER#Earth Shaker#

 

Edited by iraciz
paths
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

probably you didnt have the pre-requisite skills.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  07/04/13
  • Last Seen:  

13 minutes ago, Emistry said:

probably you didnt have the pre-requisite skills.

I don't think that's it, the pre-requisite skills are used. Besides, you can't click on the skill to add points without the pre-requisite skills, right? I can add points, I just can't apply them.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  07/04/13
  • Last Seen:  

1 hour ago, iraciz said:

Check the skill info in the data folder, luafiles514/lua files/skillinfoz/

Thank you so much! That worked perfectly.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

glad to help with success.

Link to comment
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.   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...