Jump to content
  • 0

Remove Frost Joke / Scream Messages


Question

Posted (edited)

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

5 answers to this question

Recommended Posts

Posted

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
Posted

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
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...