Jump to content
  • 0

need help about tarot skill


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

i want to remove the skill that teleports the enemy when they are using tarot on it thank you

Edited by glemor123
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

actually

the teleport under tarot card of fate = teleport + heal 2000hp

under skill.c

find: case 5: // 2000HP heal, random teleported

   case 5: // 2000HP heal, random teleported
 status_heal(src, 2000, 0, 0);
 if( !map_flag_vs(bl->m) )
  unit_warp(bl, -1,-1,-1, CLR_TELEPORT);
 break;

commented that line (//) or remove it

then above that

change 14 in this line

eff = rnd() % 14;

to 13

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

i will give it a try thanks

KeiKun

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

sir keikun

i do not know what to edit here to remove this teleport skill

can you help me

   case 4: // atk halved
 sc_start(bl,SC_INCATKRATE,100,-50,skill_get_time2(skillid,skilllv));
 break;
   case 5: // 2000HP heal, random teleported
 status_heal(src, 2000, 0, 0);
 if( !map_flag_vs(bl->m) )
  unit_warp(bl, -1,-1,-1, CLR_TELEPORT);
 break;
   case 6: // random 2 other effects
 if (count == -1)
  count = 3;
 else
  count++; //Should not retrigger this one.
 break;

BUMP!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

wew

seriously?

just add comment

~_~

or remove it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

if i add comment..i think the case # will be affected

also i dont get this

change 14 in this line

eff = rnd() % 14;

to 13

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

wew just try what i said above

before you report things

if it show errors then post 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...