Jump to content
  • 0

Soul Link effects.


HappyMan

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

all soul link effects 

increase hp by 20%

anyone?

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

 

Can you provide the error that shows up on your console?

theres no error in putty. 

 

i put the script and restart my server and i use knight soul link nothing happen..

bump

 

 

Try this.

-	script	sample_soullink_hp	-1,{

OnPCStatCalcEvent:
	if ( getstatus( SC_SPIRIT ) ) {
		bonus bMaxHPrate,20;
	}
	end;
	
}
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

 

since you post this at script request section...

-	script	sample_soullink_hp	-1,{

OnPCStatCalcEvent:
	if ( getstatus( SC_SOULLINK ) ) {
		bonus bMaxHPrate,20;
	}
	end;
	
}

sir its not working

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

Can you provide the error that shows up on your console?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

Can you provide the error that shows up on your console?

theres no error in putty. 

 

i put the script and restart my server and i use knight soul link nothing happen..

bump

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

On 10/21/2016 at 10:07 AM, TiMz said:

 

Try this.


-	script	sample_soullink_hp	-1,{

OnPCStatCalcEvent:
	if ( getstatus( SC_SPIRIT ) ) {
		bonus bMaxHPrate,20;
	}
	end;
	
}

thank you its working.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

@TiMz, @Emistry i create item for soul link but +20% hp not working? but if i used soul linker to soul link them its working..

20580,Spirit_of_Hunter,Spirit of Hunter,2,2,,10,,,,,0x00000800,7,2,,,,,,{ skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,350000,5,460,0,0;},{},{}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   117
  • Joined:  12/10/16
  • Last Seen:  

use TiMz script and change the item to
20580,Spirit_of_Hunter,Spirit of Hunter,2,2,,10,,,,,0x00000800,7,2,,,,,,{ skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,350000,5,460,0,0; doevent "sample_soullink_hp::OnPCStatCalcEvent";},{},{}

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

12 hours ago, n0tttt said:

use TiMz script and change the item to
20580,Spirit_of_Hunter,Spirit of Hunter,2,2,,10,,,,,0x00000800,7,2,,,,,,{ skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,350000,5,460,0,0; doevent "sample_soullink_hp::OnPCStatCalcEvent";},{},{}

not working

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   117
  • Joined:  12/10/16
  • Last Seen:  

Did you change the script name?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

On 1/6/2017 at 2:58 AM, n0tttt said:

Did you change the script name?

i use your code..

Link to comment
Share on other sites

  • -1

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

since you post this at script request section...

-	script	sample_soullink_hp	-1,{

OnPCStatCalcEvent:
	if ( getstatus( SC_SOULLINK ) ) {
		bonus bMaxHPrate,20;
	}
	end;
	
}
Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

On 10/21/2016 at 10:07 AM, TiMz said:
On 10/21/2016 at 8:09 AM, HappyMan said:
On 10/20/2016 at 10:07 AM, TiMz said:

Can you provide the error that shows up on your console?

theres no error in putty.

i put the script and restart my server and i use knight soul link nothing happen..

bump

Try this.

-	script	sample_soullink_hp	-1,{OnPCStatCalcEvent:	if ( getstatus( SC_SPIRIT ) ) {		bonus bMaxHPrate,20;	}	end;	}
 

still nothing happen.

bump

bump

bump

bump

 

up

Edited by HappyMan
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...