Jump to content
  • 0

How to remove monster-only skills' TEXT when casted


miczster

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

Hi...I added some autocast of monster-only skills on some eqs...I noticed players say "!" or "Vampire Gift!" when autocasting them...

Is there a way to remove these texts when casting and how?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

data\luafiles514\lua files\skillinfoz\skillinfolist.lua

	[SKID.NPC_VAMPIRE_GIFT] = {
		"NPC_VAMPIRE_GIFT";
		SkillName = "Vampire Gift",
		MaxLv = 10,
		SpAmount = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
		bSeperateLv = false,
		AttackRange = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }
	},

will display the name's skill Vampire Gift.

 

Change it as your content.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

BUMP!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

THX Capuche!!

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