Its just a simple question, where I could find that class or method in the source? Id like to see it because I wanna add up something in the SC_CUSTOMSTATUS whenever it ends or the timer expired. I'd like to add this code below
clif_specialeffect(&sd->bl,255,AREA);
clif_displaymessage(sd->fd,"Your extra dex has started");
end when it expired, or the custom status ends,
clif_specialeffect(&sd->bl,255,AREA);
clif_displaymessage(sd->fd,"Your extra dex has ended");
Furthermore, I want to insert this code below whenever the time duration expire.
if(sc->data[sC_CUSTOMSTATUS]) {
clif_specialeffect(&sd->bl,255,AREA);
clif_displaymessage(sd->fd,"Your extra dex has ended");
}
No problem on the starting message + effects, but the end message + effects im having trouble with.
Question
xRaisen
Hello,
Its just a simple question, where I could find that class or method in the source? Id like to see it because I wanna add up something in the SC_CUSTOMSTATUS whenever it ends or the timer expired. I'd like to add this code below
end when it expired, or the custom status ends,
Furthermore, I want to insert this code below whenever the time duration expire.
No problem on the starting message + effects, but the end message + effects im having trouble with.
Any idea? Thank you!
Edited by xRaisen6 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.