Jump to content
  • 0

Skill Message ("Skill Name !")


Raindropss

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  02/15/13
  • Last Seen:  

Does anyone knows where does this message come from?

Like when you cast Ruwach for example your char will "say" "Ruwach !!"

 

Where can i find it in code lines?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

lua files/skillinfoz/skillinfolist.lua lub

you can change it there. but, you will change the skill name on the skill tree as well.

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

I'm not sure but I found this in skill.cpp.

	case TF_HIDING:
	case ST_CHASEWALK:
	case KO_YAMIKUMO:
		if (tsce)
		{
			clif_skill_nodamage(src,bl,skill_id,-1,status_change_end(bl, type, INVALID_TIMER)); //Hide skill-scream animation.
			map_freeblock_unlock();
			return 0;
		}

Peopleperson49

Edited by Peopleperson49
  • MVP 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

comes from the skill info lua files, however removing the name will result in !! instead. What are you going for?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  02/15/13
  • Last Seen:  

Yeah, but i wanted to know where does it come from in the source?

Where in the source states that whenever you cast a skill there should pop a message with the skill name?


How come when you cast "Hide" for example there isn't this kind of message?


Is it client-side?

Edited by tokola
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...