Jump to content
  • 0

how to make Soul link Spirit skill buffs on my self


vans29

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/30/12
  • Last Seen:  

i have Combo Item that Give Soul link Skill 

 

but the problem is i can't Buffs my self 

 

Thanks for The Help!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  319
  • Reputation:   198
  • Joined:  11/14/11
  • Last Seen:  

Think he's asking how to make a Soul Linker beable to not only soul link other soul linkers, but also use the skill on himself. Look for this line in the skill_db....

 

461,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,    SL_SOULLINKER,Spirit of the Soul Linker

 

And then change the 0x200 part to 0 like this....

 

461,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,    SL_SOULLINKER,Spirit of the Soul Linker

 

That will make it castable on yourself.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/30/12
  • Last Seen:  

i have combo item that Enable to use Soul link Spirit

 

so i need that Soul Link Spirit Buffs my self 

 

Thanks For the Help!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

skill_db.txt

445,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,    SL_ALCHEMIST,Spirit of the Alchemist // change the 16 into 4

see the legend below.

01 ID
// 02 range (combo skills do not check for range when used,
//           if range is < 5, the skill is considered melee-range)
// 03 hit (8- repeated hitting, 6- single-hit)
// 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap)
// 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison,
//             6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element
//             -2 - use endowed element, -3 - use random element.)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Edit your skill_db.txt:

461,9,6,20,0,0x1,0,5,1,yes,0,0x200,0,magic,0,    SL_SOULLINKER,Spirit of the Soul Linker

Done  /no1



Do you see the difference? The original soul link skills are not allowing you to use it on yourself.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/30/12
  • Last Seen:  

Thanks For Helping me!!!

now is usable to Caster

 

 

wiideliva and Rytech

 

Please Closed this topic

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