Linkin Park Posted April 2, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Share 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 Link to comment Share on other sites More sharing options...
frenzmu06 Posted April 2, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Share Posted April 2, 2013 edit it on data/ba_frostjoke.txt, Quote Link to comment Share on other sites More sharing options...
Linkin Park Posted April 2, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
clydelion Posted April 3, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share 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 Link to comment Share on other sites More sharing options...
Rytech Posted April 4, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 319 Reputation: 199 Joined: 11/14/11 Last Seen: December 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
jaBote Posted April 4, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 182 Reputation: 36 Joined: 01/26/12 Last Seen: October 6, 2021 Share 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 Link to comment Share on other sites More sharing options...
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 ParkLink to comment
Share on other sites
5 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.