Jump to content
  • 0

Toggle Skill


Zeiyan

Question


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   23
  • Joined:  01/06/13
  • Last Seen:  

http://rathena.org/board/topic/57240-turn-preserve-offon/

 

I've followed this topic and used the concept on making some of skills in my server toggled and non-toggled. My problem is the latest revision does not have the last block of code anymore.

switch( skill_id ) { // Turn off check.
		case BS_MAXIMIZE:		case NV_TRICKDEAD:	case TF_HIDING:			case AS_CLOAKING:		//case CR_AUTOGUARD:
		case ML_AUTOGUARD:		case CR_DEFENDER:	case ML_DEFENDER:		case ST_CHASEWALK:		case PA_GOSPEL:
		case CR_SHRINK:			case TK_RUN:		case GS_GATLINGFEVER:	case TK_READYCOUNTER:	case TK_READYDOWN:
		case TK_READYSTORM:		case TK_READYTURN:	case SG_FUSION:			case RA_WUGDASH:		case KO_YAMIKUMO:
		case ST_PRESERVE:
			if( sc && sc->data[status_skill2sc(skill_id)] )
				return 1;
	}

How can i make my skills toggle and non toggle again? Thankyou rathena. my main purpose is for the ST_PRESERVE skill. Thankyou rathena



bump :(



bump /sob



bump please /sob



turns out i did not have to do the last part and it would still work. thanks for replying guys! /heh solved

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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