Jump to content
  • 0

tarot card problems


DevilSupremeRO

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.02
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/21/20
  • Last Seen:  

hi can anyone help me with tarot card of fate? i dont know why but if i try to tarot a lvl 1 novice the coma takes effect on one of the tarot cards but when the novice became 255 the coma dosnt work anymore can anyone help me with this? thanks

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.02
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/21/20
  • Last Seen:  

anyone? here is my src i tried doing 10000 but it didnt work and changed it back to normal 

 

case 9: // DEATH - curse, coma and poison
    {
        status_change_start(src, target, SC_COMA, 100, skill_lv, 0, src->id, 0, 0, SCSTART_NONE);
        sc_start(src, target, SC_CURSE, 100, skill_lv, skill_get_time2(status_sc2skill(SC_CURSE), 1));
        sc_start2(src, target, SC_POISON, 100, skill_lv, src->id, skill_get_time2(status_sc2skill(SC_POISON), 1));
        break;
    }
 

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