Linkin Park Posted April 2, 2013 Posted April 2, 2013 (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 April 2, 2013 by Linkin Park Quote
Linkin Park Posted April 2, 2013 Author Posted April 2, 2013 I want it to shout just the Skill name like any other skills. Editing the ba_frostjoke.txt is not enough. Quote
clydelion Posted April 3, 2013 Posted April 3, 2013 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. 1 Quote
Rytech Posted April 4, 2013 Posted April 4, 2013 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. 1 Quote
jaBote Posted April 4, 2013 Posted April 4, 2013 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. Quote
Question
Linkin Park
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.
if I make it like
it doesn't shout anything at all.
Edited by Linkin Park5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.