[Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

Results 1 to 11 of 11
  1. #1
    Tired. IamDJDRB is offline
    MemberRank
    May 2011 Join Date
    PHLocation
    702Posts

    [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    Hello Good Day RaGEZONERs,
    Here's another own modified script again for all of you guyz.
    Almost 2 months i didn't share new anything here :P
    I know this is practical ERROR for all Neo Files user.
    So this is the SOLUTION.
    Use your eyes, hands, and brain to do it work especially the BRILLIAN TOOL the " COMMON SENSE "

    ERROR :



    SOLUTION :
    Just copy this next connect to ur own SQL Management Studio Express
    After that click NEW QUERY then PASTE this code then EXECUTE KABOOM !
    PHP Code:
    USE [RanLog]
    GO
    /****** Object:  StoredProcedure [dbo].[sp_LogAction_Insert]    Script Date: 08/08/2012 08:01:21 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO


    ALTER PROCEDURE 
    [dbo].[sp_LogAction_Insert]
        @
    nChaNum int,
        @
    nType int,
        @
    nTargetNum int,
        @
    nTargetType int,
        @
    nExpPoint money,
        @
    nBrightPoint int,
        @
    nLifePoint int,
        @
    nMoney money
    AS    
        
    SET NOCOUNT ON
        
    IF (@nType=2)
        
    BEGIN
        UPDATE RanGame1
    .dbo.ChaInfo
        SET ChaKills
    =ChaKills+1
        WHERE ChaNum 
    = @nChaNum
        END
        INSERT INTO LogAction 
    (ChaNum,   Type,   TargetNum,   TargetType,   ExpPoint,   BrightPoint,   LifePoint,   ActionMoney
        
    VALUES    (@nChaNum, @nType, @nTargetNum, @nTargetType, @nExpPoint, @nBrightPoint, @nLifePoint, @nMoney)

        
    SET NOCOUNT OFF 
    DONT ASK ME HOW TO EXECUTE 'COZ I'VE ALREADY TOLD HOW TO DO IT


    Credits :
    EssaeyPride
    SeiferXIII
    Last edited by IamDJDRB; 08-08-12 at 02:21 AM.


  2. #2
    Account Upgraded | Title Enabled! PatPayatot is offline
    MemberRank
    Jun 2012 Join Date
    BulacanLocation
    300Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    @Essay Thanks :D Solved my problem :)

  3. #3
    Member charlie001 is offline
    MemberRank
    Dec 2008 Join Date
    84Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    this problem occurs when player pk another player. :)

  4. #4
    Tired. IamDJDRB is offline
    MemberRank
    May 2011 Join Date
    PHLocation
    702Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    Quote Originally Posted by charlie001 View Post
    this problem occurs when player pk another player. :)
    Yeah, you're right .

  5. #5
    Valued Member biogenic70 is offline
    MemberRank
    Oct 2011 Join Date
    139Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    Quote Originally Posted by essaeypride View Post
    Yeah, you're right .
    how about this error? did you already solved this?
    DB:{call sp_LogAction_Insert(190798,1,0,4,73786988389466112,0,0,0)}
    DB:42000, NativeError:8114, [Microsoft][SQL Native Client][SQL Server]Error converting data type numeric to money.

  6. #6
    Enthusiast hujiko is offline
    MemberRank
    Jul 2012 Join Date
    40Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    sir,

    what about this one,
    DB:Exec sp_UpdateMakeAllUserOffline 1
    DB:42000, NativeError:2812, [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure 'sp_UpdateMakeAllUserOffline

  7. #7
    Apprentice fsjwiper is offline
    MemberRank
    Jun 2008 Join Date
    Mlang CotabatoLocation
    14Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    Thank you for sharing...

  8. #8
    Enthusiast hujiko is offline
    MemberRank
    Jul 2012 Join Date
    40Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    sir essaey, you were able to solve my problem in the other thread using your script by using my own ep6 Ranuser db together with ep7 db, and they were all success with no error while stating the server, but i got problem on login coz sytem error caused login fail, what do you think sir it is not compatible with the client coz am using jamran client,... thnx!

  9. #9
    Account Upgraded | Title Enabled! EMOLISTA is offline
    MemberRank
    Apr 2010 Join Date
    Caloocan CityLocation
    778Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    That script is only applicable for Neo Version only. Otherwise, don't to execute this if this is not fitted for the server files you have :)

  10. #10
    QT is better than VS tearhear18 is offline
    MemberRank
    Jul 2009 Join Date
    earthLocation
    980Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    this script hasn't any incompatible issue on what ever Ran Database
    what it does is update your chakill counts once you kill character in-game..
    commonly use to rank top killer players

  11. #11
    ( -_-) ImMiremo is offline
    MemberRank
    Dec 2009 Join Date
    127.0.0.1Location
    557Posts

    Re: [Share]Fixed sp_LogAction_Insert On Neo / Gunner Server Files

    is this compatible with sweety? ^^.



Advertisement