this is my skill data:
USE [PS_GameDefs]
GO
/****** Object: Table [dbo].[Skills] Script Date: 03/12/2022 10:34:00 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Skills](
[RowID] [int] IDENTITY(1,1) NOT NULL,
[SkillID] [int]...
I have modified the skilldata but Magic attack cannot set percentage
update Skills set AbilityType1 = 27, SuccessValue=100 where SkillID =397 and SkillLevel <100
update Skills set AbilityValue1 = 28, SuccessValue=100 where SkillID =412 and SkillLevel <100 --Magic attack cannot set percentage...
thanks Bowie 。He has added the item ability move of the transfer function. My test runs well. But we are still testing whether game.exe fully support it
sorry,Maybe I provided too little information. You can watch this video :
The game.exe I use comes from :https://github.com/cwifo/Shaiya/tree/b2806383805f6fbdcb8b8c369cdc75508f12f514/Game.exe/EP6/02 by:cwifo. itemid:101150 EFFETC:105 AND EFFETC:106
good day
When I use game.exe for Shaiya PT - Patch 0189 (BuildVersion: 0x16032100) Discovering a new feature:
item ability move When in use, there will be a disconnection, and if this feature can be added to SDEV, the effect will be very good
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.