Recent content by rn4444

  1. R

    An effort to improve episode 6 support for private servers

    @Bowie hi i find the Item Ability Transfer have Bug in attribute overlay. The attributes of the equipment worn on the body are transferred to the new equipment, and then the new equipment is put on. It will add the attribute of additional gems embedded in the equipment. Repeating this operation...
  2. R

    Shaiya Essentials: EP6 Project

  3. R

    An effort to improve episode 6 support for private servers

    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]...
  4. R

    An effort to improve episode 6 support for private servers

    oh, i user ep6 skill data.so
  5. R

    May I ask how to set map Enter with Dragon Buff inside of portal

    for example OS : CT2 (Dimension Crack) Enter with Dragon Buff inside of portal:
  6. R

    An effort to improve episode 6 support for private servers

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

    An effort to improve episode 6 support for private servers

    Dear developer, can the following skills work? SkillId Ability 396 73 412 78
  8. R

    [Release] Parsec Gui - Shaiya File Converter Tool

    Thank you very much. Now he perfectly supports Chinese
  9. R

    An effort to improve episode 6 support for private servers

    Looking forward to support for EP8, this project
  10. R

    [Release] Parsec Gui - Shaiya File Converter Tool

    good day guys. can you 。Can you publish the Simplified Chinese version:
  11. R

    An effort to improve episode 6 support for private servers

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

    An effort to improve episode 6 support for private servers

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

    An effort to improve episode 6 support for private servers

    This is to move the Enchant of low-level equipment to high-level equipment, which cannot be completed through the Chaotic squares
  14. R

    An effort to improve episode 6 support for private servers

    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
Back
Top