Jump to content
  • 0

Item scroll soul link spirit


GoldRoger

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  03/19/18
  • Last Seen:  

about soul linker spirit scroll use scroll to cast self..can you help me please

 

Quote

Edited by GoldRoger
Typo
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  212
  • Reputation:   94
  • Joined:  06/02/12
  • Last Seen:  

Hi. Open \db\import\skill_db.yml and add this code at the end of the file.

Body:
  - Id: 461
    Description: Spirit of the Soul Linker
    Flags:
      NoTargetSelf: false

Then restart your server or use @reloadskilldb.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  03/19/18
  • Last Seen:  

I want make specific item for soul link spirit..its same like a heal scroll.. can i make the item can cast on self?..where can i set this thing

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  03/19/18
  • Last Seen:  

Bump

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  212
  • Reputation:   94
  • Joined:  06/02/12
  • Last Seen:  

On 7/11/2024 at 10:58 PM, GoldRoger said:

I want make specific item for soul link spirit..its same like a heal scroll.. can i make the item can cast on self?..where can i set this thing

Yes, you can make the item cast on self. Please follow the instructions to set this thing.

Open the file \db\import\item_db.yml and add this code at the end of the file.

  - Id: 690000
    AegisName: SL_SOULLINKER_Scroll
    Name: Spirit of the Soul Linker
    Type: DelayConsume
    Buy: 1000
    Weight: 10
    Flags:
      BuyingStore: true
    NoUse:
      Sitting: true
    Script: |
      itemskill "SL_SOULLINKER",5;

 

Open your iteminfo file on YourGameClientFolder\System\itemInfo and add this:

	[690000] = {
		unidentifiedDisplayName = "Spirit of the Soul Linker Scroll",
		unidentifiedResourceName = "ºÒÀÇÁÖ¹®¼­",
		unidentifiedDescriptionName = { "" },
		identifiedDisplayName = "Spirit of the Soul Linker Scroll",
		identifiedResourceName = "ºÒÀÇÁÖ¹®¼­",
		identifiedDescriptionName = {
			"A spell scroll which was made by the essence of ancient magic.",
			"_______________________",
			"^0000CCType:^000000 Magic scroll",
			"^0000CCCast:^000000 Level 5 Soul Linker Spirit",
			"^FF0000Must be cast on a Soul Linker class.^000000",
			"^0000CCWeight:^000000 1"
		},
		slotCount = 0,
		ClassNum = 0,
		costume = false
	},

Then restart the server and reopen your game. Try using @item 690000 to receive the item and test it.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  03/19/18
  • Last Seen:  

Thanks sir..you are awesome..will try then update the feedback 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  03/19/18
  • Last Seen:  

im done follow all info..but item cannot cast self..what should i do?

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