Gelo Posted June 28, 2012 Posted June 28, 2012 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! Quote
clydelion Posted June 28, 2012 Posted June 28, 2012 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 Quote
Gelo Posted June 29, 2012 Author Posted June 29, 2012 meron ba nito ung para sa script lang para sa item?? para hindi ma apektohan ng coma? Quote
Petey Pablo Posted June 30, 2012 Posted June 30, 2012 Meron. Hanapin mo nlng dito item_bonus.txt Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.