Jump to content
  • 0

Soul Link Taekwon Master parrying not workin


piavon

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   0
  • Joined:  09/30/14
  • Last Seen:  

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
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/08/16
  • Last Seen:  

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?

Link to comment
Share on other sites

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.

×
×
  • Create New...