Jump to content
  • 0

how to make Soul link Spirit skill buffs on my self


Question

6 answers to this question

Recommended Posts

Posted

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.

Posted

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

Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...