Jump to content
  • 0

Gunslinger and Ninja Soul Link


ScarrFace

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  10/23/19
  • Last Seen:  

This SL_Gunner if condition not working.
if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_GUNNER)

i already added SL_GUNNER in status.cpp

					case SL_WIZARD:
						target_class = MAPID_WIZARD;
						break;
					case SL_GUNNER:
						target_class = MAPID_GUNSLINGER;
						break;	
					case SL_HIGH:
						if( sd->status.base_level < 70 ){
							return 0;
						}

any step by step to add SL_GUNNER in soul link?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   29
  • Joined:  09/16/20
  • Last Seen:  

what are you trying?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  10/23/19
  • Last Seen:  

7 hours ago, EveeX said:

what are you trying?

to make it work and add allstats +10 when gunslinger use soul link.

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