Lord Ganja Posted July 8, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted July 8, 2012 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. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 8, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 8, 2012 You'll have to modify the source code for that. It's not possible via script. Quote Link to comment Share on other sites More sharing options...
F0xxy Posted July 8, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 224 Reputation: 22 Joined: 03/23/12 Last Seen: April 21, 2020 Share Posted July 8, 2012 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. Quote Link to comment Share on other sites More sharing options...
PewN Posted July 8, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted July 8, 2012 skill "SL_ALCHEMIST",5; skill "SL_ALCHEMIST",5; 2? Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted July 9, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted July 9, 2012 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. Quote Link to comment Share on other sites More sharing options...
Question
Lord Ganja
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:
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.