Jump to content
  • 0

Help with soul linker card


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

I'd like to put a SL Card on my server. And the card effect was to enable use of all soul links.

but my problem is, what kind of script should I use for the player who is equipped with SL card to Soul link himself?

this is my script:

{ skill "SL_ALCHEMIST",5; skill "SL_ALCHEMIST",5; skill "SL_MONK",5; skill "SL_STAR",5; skill "SL_SAGE",5; skill "SL_CRUSADER",5; skill "SL_SUPERNOVICE",5; skill "SL_KNIGHT",5; skill "SL_WIZARD",5; skill "SL_PRIEST",5; skill "SL_BARDDANCER",5; skill "SL_ROGUE",5; skill "SL_ASSASIN",5; skill "SL_BLACKSMITH",5; skill "SL_HUNTER",5; skill "SL_SOULLINKER",5; },{},{}

The thing here is players cannot soul link themselves when they're equipped with SL Card.

Anyone knows what script should I use? Thanks in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

You'll have to modify the source code for that. It's not possible via script.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  224
  • Reputation:   22
  • Joined:  03/23/12
  • Last Seen:  

Or edit your skill_db:

445,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_ALCHEMIST,Spirit of the Alchemist
447,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_MONK,Spirit of the Monk
448,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_STAR,Spirit of the Star Gladiator
449,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_SAGE,Spirit of the Sage
450,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_CRUSADER,Spirit of the Crusader
451,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_SUPERNOVICE,Spirit of the Supernovice
452,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_KNIGHT,Spirit of the Knight
453,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_WIZARD,Spirit of the Wizard
454,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_PRIEST,Spirit of the Priest
455,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_BARDDANCER,Spirit of the Artist
456,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_ROGUE,Spirit of the Rogue
457,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_ASSASIN,Spirit of the Assasin
458,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_BLACKSMITH,Spirit of the Blacksmith
460,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_HUNTER,Spirit of the Hunter
461,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_SOULLINKER,Spirit of the Soul Linker

Though have in mind this will also allow soul linkers to link themselves normally.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

skill "SL_ALCHEMIST",5; skill "SL_ALCHEMIST",5;

2?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

ooh. allright .so maybe i'll just use talisman. Thanks Euphy and F0xxy.

@bVersatile: yea. I didn't saw that. hehe. thanks for telling me.

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