Help

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Help

    How to Change Name Cabal Server can any One teach me!


    and also How to Create account?


    coz GM tools Cant Create account..! in my server!


  2. #2
    Member bunicu87 is offline
    MemberRank
    May 2012 Join Date
    Sansepolcro, ItLocation
    54Posts

    Re: Help

    hy lool to crate account open sql then right clic on account.db

    USE [Account]
    GO

    DECLARE @return_value int

    EXEC @return_value = [dbo].[cabal_tool_registerAccount]
    @id = N'121111', ---->name here
    @PASsword = N'11111'---->pass here

    SELECT 'Return Value' = @return_value

    GO

    to chage name offf server at login go to cabal folder cabal_msg.enc

    <msg id="server1-1" cont="server name here" />

  3. #3
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Re: Help

    to chage name offf server at login go to cabal folder cabal_msg.enc

    <msg id="server1-1" cont="server name here" />



    How To Change With that!?

    do you have a tools to change it?

    - - - Updated - - -

    and How to Config. So that i can Use GM tools To create account?

    - - - Updated - - -

    this Code ! i will paste This To
    DECLARE @return_value int

    EXEC @return_value = [dbo].[cabal_tool_registerAccount]
    @id = N'121111', ---->name here
    @PASsword = N'11111'---->pass here

    SELECT 'Return Value' = @return_value

    account.db

    - - - Updated - - -

    this Code ! i will paste This To
    DECLARE @return_value int

    EXEC @return_value = [dbo].[cabal_tool_registerAccount]
    @id = N'121111', ---->name here
    @PASsword = N'11111'---->pass here

    SELECT 'Return Value' = @return_value

    account.db



Advertisement