Jump to content

Recommended Posts

Posted

Guys help naman, d ko kasi alam kung pano tangalin ung COMA card sa tarot skill.

iddisable ung skill na un or kaya script sa gtb card para hindi ma tamaan ng coma. thanks! :)

Posted

sa skill.c

   case 7: // stop freeze or stoned
 {
  enum sc_type sc[] = { SC_STOP, SC_FREEZE, SC_STONE };
  sc_start(bl,sc[rnd()%3],100,skilllv,skill_get_time2(skillid,skilllv));
 }
 break;
   case 8: // curse coma and poison
 sc_start(bl,SC_COMA,100,skilllv,skill_get_time2(skillid,skilllv)); <-----------------------------------erase this line
 sc_start(bl,SC_CURSE,100,skilllv,skill_get_time2(skillid,skilllv));
 sc_start(bl,SC_POISON,100,skilllv,skill_get_time2(skillid,skilllv));
 break;
   case 9: // confusion
 sc_start(bl,SC_CONFUSION,100,skilllv,skill_get_time2(skillid,skilllv));
 break;

tapos recompile mo

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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