Jump to content
  • 0

Different Soul Link Effect For Jobs


whine06

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  02/26/12
  • Last Seen:  

Rouge/ST Class when link can by pass FCP not FS , only single strip 5% and 1 glistening coat per attempt

Knight/LK when Link can use skill lvl 10 Parrying with 1handed Sword and Onehand Quicken

Star Gladiator when Link can use skills lvl 10 Parrying and Lord Of Vermilion increase damage on boss monster and holy monster 100%

Sage/prof when Link add 30% maxHP

Alchemist/Creator when link give more damage in Acid Terror 100% and Increase effectiveness of potion pitcher 50%

Wizard/HW when link give 20% maxHP and Increase Magic Crasher Damage 150%

Priest/HP when link increase damage of Holy Light by 400% and give 30% reflect damage on melee enemy

Hunter/Sniper when link autocast Falcon Assault when attacking

sorry if i have lots of request

Thanks in advance ...

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  02/26/12
  • Last Seen:  

can someone re-script this coz i want 10% single strip only and not removing FCP just strip it directly

i found it here : http://www.eathena.w...pic=264098&st=0

Index: skill.c
===================================================================
--- skill.c (revision 14829)
+++ skill.c (working copy)
@@ -4510,7 +4510,38 @@
clif_gospel_info(sd, 0x28);
break;
  }
-
+  if ( sd && tsc && sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_ROGUE &&
+   ( skillid == RG_STRIPWEAPON && tsc->data[sC_CP_WEAPON] ||
+   skillid == RG_STRIPSHIELD && tsc->data[sC_CP_SHIELD] ||
+   skillid == RG_STRIPARMOR && tsc->data[sC_CP_ARMOR] ||
+   skillid == RG_STRIPHELM && tsc->data[sC_CP_HELM] ) ) {
+   int item_id = 501; // red potion
+   int ii;
+   ARR_FIND( 0, MAX_INVENTORY, ii, sd->status.inventory[ii].nameid == item_id );
+   if ( ii < MAX_INVENTORY ) {
+	pc_delitem( sd, ii, 1, 0, 0);
+	switch ( skillid ) {
+	 case RG_STRIPWEAPON:
+	  status_change_end( bl, SC_CP_WEAPON, INVALID_TIMER );
+	  sc_start( bl, SC_STRIPWEAPON, 100, skilllv, d );
+	  break;
+	 case RG_STRIPSHIELD:
+	  status_change_end( bl, SC_CP_SHIELD, INVALID_TIMER );
+	  sc_start( bl, SC_STRIPSHIELD, 100, skilllv, d );
+	  break;
+	 case RG_STRIPARMOR:
+	  status_change_end( bl, SC_CP_ARMOR, INVALID_TIMER );
+	  sc_start( bl, SC_STRIPARMOR, 100, skilllv, d );
+	  break;
+	 case RG_STRIPHELM:
+	  status_change_end( bl, SC_CP_HELM, INVALID_TIMER );
+	  sc_start( bl, SC_STRIPHELM, 100, skilllv, d );
+	  break;
+	}
+	clif_skill_nodamage( src, bl, skillid, skilllv, i );
+	break;
+   }
+  }
  //Attempts to strip at rate i and duration d
  if( (i = skill_strip_equip(bl, location, i, skilllv, d)) || skillid != ST_FULLSTRIP )
clif_skill_nodamage(src,bl,skillid,skilllv,i);

Edited by whine06
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

are you looking for an Item for Soul Linking? if yes here:

http://rathena.org/board/topic/57792-soul-link-scrolls-with-client-files/

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

@ngek

:) ....didnt you read the post ? or you just blindly post here without looking the content but just the title of topic ?

your script is just provide Soul Link effect...but not those effect that listed at above....

please check the content next time

@topic starter

next time make sure your title is specific to what you want...

your topic title may misleading some members.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  02/26/12
  • Last Seen:  

@emistry sorry im newbie my fault .. thanks for correcting :) and move in the right place

@topic anyone can help me .. ?

Edited by whine06
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

up

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

up

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

up

Edited by Traumatized
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

Rouge/ST Class when link can by pass FCP not FS , only single strip 5% and 1 glistening coat per attempt

Knight/LK when Link can use skill lvl 10 Parrying with 1handed Sword and Onehand Quicken

Star Gladiator when Link can use skills lvl 10 Parrying and Lord Of Vermilion increase damage on boss monster and holy monster 100%

Sage/prof when Link add 30% maxHP

Alchemist/Creator when link give more damage in Acid Terror 100% and Increase effectiveness of potion pitcher 50%

Wizard/HW when link give 20% maxHP and Increase Magic Crasher Damage 150%

Priest/HP when link increase damage of Holy Light by 400% and give 30% reflect damage on melee enemy

Hunter/Sniper when link autocast Falcon Assault when attacking

sorry if i have lots of request

Thanks in advance ...

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