Jump to content

Remove COMA sa tarot skill or immunity ng GTB sa coma skill.


Gelo

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

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! :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

meron ba nito ung para sa script lang para sa item?? para hindi ma apektohan ng coma?

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

×
×
  • Create New...