Jump to content
  • 0

Soul Link Taekwon Master parrying not workin


Question

Posted (edited)

heres the script

 

 

    if( sd->sc.count && sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_STAR)
        {
        sd->status.skill[85].id = 85;
        sd->status.skill[85].lv = 10;
        sd->status.skill[85].flag = SKILL_FLAG_TEMPORARY;
        sd->status.skill[356].id = 356;
        sd->status.skill[356].lv = 10;
        sd->status.skill[356].flag = SKILL_FLAG_TEMPORARY;

}

 

 

the problem is its not working, i got the skill but its not working unless i @reloadskilldb after i relog and soul link its not working again, i need to reloadskilldb again to make it work, how to fix this problem please help me

 


heres the script

 

 

    if( sd->sc.count && sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_STAR)
        {
        sd->status.skill[85].id = 85;
        sd->status.skill[85].lv = 10;
        sd->status.skill[85].flag = SKILL_FLAG_TEMPORARY;
        sd->status.skill[356].id = 356;
        sd->status.skill[356].lv = 10;
        sd->status.skill[356].flag = SKILL_FLAG_TEMPORARY;

}

 

 

the problem is its not working, i got the skill but its not working unless i @reloadskilldb after i relog and soul link its not working again, i need to reloadskilldb again to make it work, how to fix this problem please help me

 

DONE, I fixed this problem all by my self, its way too far from this script, but atleast its works almost the same, a bit complicated to post it here right now but if you want the my script for this just ask me i will share it

Edited by piavon

1 answer to this question

Recommended Posts

  • 0
Posted
On 5/24/2016 at 1:41 PM, piavon said:

heres the script

 

 

    if( sd->sc.count && sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_STAR)
        {
        sd->status.skill[85].id = 85;
        sd->status.skill[85].lv = 10;
        sd->status.skill[85].flag = SKILL_FLAG_TEMPORARY;
        sd->status.skill[356].id = 356;
        sd->status.skill[356].lv = 10;
        sd->status.skill[356].flag = SKILL_FLAG_TEMPORARY;

}

 

 

the problem is its not working, i got the skill but its not working unless i @reloadskilldb after i relog and soul link its not working again, i need to reloadskilldb again to make it work, how to fix this problem please help me

 

 

 

 

DONE, I fixed this problem all by my self, its way too far from this script, but atleast its works almost the same, a bit complicated to post it here right now but if you want the my script for this just ask me i will share it

Hi sir can you share how you fix it?

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...