Raindropss Posted June 16, 2014 Posted June 16, 2014 Does anyone knows where does this message come from? Like when you cast Ruwach for example your char will "say" "Ruwach !!" Where can i find it in code lines? Quote
Winz Posted June 18, 2014 Posted June 18, 2014 lua files/skillinfoz/skillinfolist.lua lub you can change it there. but, you will change the skill name on the skill tree as well. Quote
1 Peopleperson49 Posted August 22, 2018 Posted August 22, 2018 (edited) I'm not sure but I found this in skill.cpp. case TF_HIDING: case ST_CHASEWALK: case KO_YAMIKUMO: if (tsce) { clif_skill_nodamage(src,bl,skill_id,-1,status_change_end(bl, type, INVALID_TIMER)); //Hide skill-scream animation. map_freeblock_unlock(); return 0; } Peopleperson49 Edited August 22, 2018 by Peopleperson49 1 Quote
Judas Posted June 16, 2014 Posted June 16, 2014 comes from the skill info lua files, however removing the name will result in !! instead. What are you going for? 1 Quote
Raindropss Posted June 17, 2014 Author Posted June 17, 2014 (edited) Yeah, but i wanted to know where does it come from in the source? Where in the source states that whenever you cast a skill there should pop a message with the skill name? How come when you cast "Hide" for example there isn't this kind of message? Is it client-side? Edited June 17, 2014 by tokola Quote
Question
Raindropss
Does anyone knows where does this message come from?
Like when you cast Ruwach for example your char will "say" "Ruwach !!"
Where can i find it in code lines?
4 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.