Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by ronsamrn

  1. R

    Cores

    I have that problem before, mine is working now. Try grade 3 for FCM, and of course check if FCM details in Item.dec/scp are sync
  2. R

    Hp bug

    Just remove quote mark (" ") in value in core.scp
  3. R

    Cores

    Check fcm grade.
  4. R

    change name when destroying an item

    Change ItemId from Highest to Ultimate in destroy.scp/dec
  5. R

    Manual Item code creator

    oh, have not tried that + 4096, I thought it's solely for making an item Account bind. Will try it later. Thanks!
  6. R

    Manual Item code creator

    How to make a slot extended? You must be registered for see element. There's CDMG and AMP option in amulet.. Play with those values.
  7. R

    [Help]Unhealable HP bug

    It's an equipment upgrade bug. I fixed it by restoring original core.scp, maybe I messed up some core.scp editing.
  8. R

    [Help]Unhealable HP bug

    where to look to fix this bug. any hint .. thanks! I have two test server VPS and Local, VPS works fine, local had hp bug. Tried to copy VPS file to Local but bug still exist, weird. :mellow:
  9. R

    Ecoin on DG

    cabal_sp_DungeonRanking_Party_Clear_Set USE [Server01] GO /****** Object: StoredProcedure [dbo].[cabal_sp_DungeonRanking_Party_Clear_Set] Script Date: 10/11/2020 8:14:53 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE...
  10. R

    Ecoin on DG

    try this USE [Server01] GO /****** Object: Table [dbo].[cabal_DungeonEcoin_Table] Script Date: 10/28/2020 11:54:22 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[cabal_DungeonEcoin_Table]( [DungeonIdx] [int] NOT NULL, [ecoin] [int] NOT NULL ) ON...
  11. R

    Ecoin on DG

    yes. just add select query after variable declaration.
  12. R

    Ecoin on DG

    Create a new table with dungeonid and ecoin value for that code to work. USE [Server01] GO /****** Object: Table [dbo].[cabal_DungeonEcoin_Table] Script Date: 10/11/2020 8:13:22 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[cabal_DungeonEcoin_Table](...
  13. R

    Ecoin on DG

    Other method would be creating a table for Dungeon with corresponding ecoin reward and use select statement. its easier to update table values when you decided to change ecoin rewards for each dungeon. USE [Server01] GO /****** Object: Table [dbo].[cabal_DungeonEcoin_Table] Script Date...
  14. R

    Release Cabal X-Pasa 7.2.0 Files

    make it passive buff? just an idea.
  15. R

    Question About Craftsman Option And How To Change Them

    As I study x-pasa realese I notice that craftsman option works like unique item option (Drei set, lycanus weapon) try item option FAFAFA for ASA, FBFBFB for CD as a starter.
Back
Top