Jump to content
  • 0

Remove Frost Joke / Scream Messages


Linkin Park

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  227
  • Reputation:   11
  • Joined:  11/16/11
  • Last Seen:  

I want to remove those messages from frost joke and scream. Instead of shouting thost fancy texts, I want it to only shout the Skill Name.

 

 

 
case BA_FROSTJOKER:
case DC_SCREAM:
        clif_skill_nodamage(src,bl,skillid,skilllv,1);

 

if I make it like

case BA_FROSTJOKER:
case DC_SCREAM:
        clif_skill_nodamage(src,bl,skillid,skilllv,0);

 

it doesn't shout anything at all.

Edited by Linkin Park
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  227
  • Reputation:   11
  • Joined:  11/16/11
  • Last Seen:  

I want it to shout just the Skill name like any other skills. Editing the ba_frostjoke.txt is not enough.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

I believe that this behavior is embedded into the client. I suggest changing BA_FROSTJOKE/DC_SCREAM's skill id to achieve what you need. Unless you found a workaround.

 

Note: You'll need to edit client side files too after changing the skill_id from the server.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  319
  • Reputation:   198
  • Joined:  11/14/11
  • Last Seen:  

Just open the ba_frostjoke or dc_scream text file, remove all the lines, and type just one line into them like Frost Joker !! or Scream !! and you should be good. Itl give the illusion of screaming the name, but itl appear on the chat window too. If thats not good enough, you'll have to do what clydelion suggested too, but itl be a good bit of work. Also note that changing the skill ID will also change the sprite animation to not do anything as well.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

If I'm correct, if you removed ba_frostjoke.txt and dc_scream files from the client, you could get that you want. Give it a try. At least I'm 99% sure it worked on old clients.

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