Welcome to the RaGEZONE - MMORPG development forums.

Pangya Season 4.9 Server Files and Database

This is a discussion on Pangya Season 4.9 Server Files and Database within the Pangya Releases forums, part of the Pangya Online category; where down the server pangya season 4?...

Page 6 of 31 FirstFirst 123456789101112131416 ... LastLast
Results 76 to 90 of 459
  1. #76
    Newbie
    Rank
    Member
    Join Date
    May 2010
    Posts
    1
    Liked
    0

    Re: Pangya Season 4.9 Server Files and Database

    Click
    where down the server pangya season 4?

  2. #77
    Registered
    Rank
    Member
    Join Date
    Nov 2009
    Posts
    16
    Liked
    16

    Re: Pangya Season 4.9 Server Files and Database

    Can someone help me change the exp rate and pang?

    How do you define a GM?

  3. #78
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2010
    Location
    WindHill
    Posts
    170
    Liked
    75
    Gamertag: not 4 you XD

    Re: Pangya Season 4.9 Server Files and Database

    Quote Originally Posted by suneka View Post
    Can someone help me change the exp rate and pang?

    How do you define a GM?
    Does that mean you have a working version ?

  4. #79
    LoLonYou
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    Katipunan_Avenue
    Posts
    310
    Liked
    13

    Re: Pangya Season 4.9 Server Files and Database

    great job bubbastic! thanks for that. i have a question.. will the client run even if the client is not included in the registry?
    My Memory wiLL Live on.. while you remember me.. i make no sense .. i fart at will...

    [SIGPIC][/SIGPIC]

  5. #80
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2010
    Location
    WindHill
    Posts
    170
    Liked
    75
    Gamertag: not 4 you XD

    big grin Found a new missing part

    Code:
    USE [Pangya_S4_TH]
    GO
    /****** StoredProcedure [dbo].[USP_CARD_LIST] ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    
    ALTER PROC [dbo].[USP_CARD_LIST] (  
            @UID    INT  
    )
    AS  
    
    BEGIN  
    
        SET NOCOUNT ON  
      
        SELECT    UID  
                  , CARD_TYPEID  
                  , CARD_ITEMID  
                  , CARD_TYPE  
                  , QTY
                  , IS_USE_DT = 0
        FROM    DBO.TD_CARD_USRS WITH (NOLOCK)  
        WHERE    UID =  @UID   
        AND        USE_YN = 'Y'
        
       
    END
    Please share a tutorial to patch projectg and remove GG and update thx
    Last edited by bubbastic; 02-12-10 at 12:07 PM.

  6. #81
    Registered
    Rank
    Member
    Join Date
    May 2007
    Posts
    12
    Liked
    0

    Re: Pangya Season 4.9 Server Files and Database

    Perfect friend.
    I see that you have all the queries to create the procedure.

    Thanks again.

    I'll try to get the tutorials you want.

  7. #82
    Registered
    Rank
    Member
    Join Date
    Dec 2010
    Posts
    10
    Liked
    0

    Re: Pangya Season 4.9 Server Files and Database

    Hello, could someone help me add GM to Server

    Or some GM_Tool

    Thanks

  8. #83
    Member
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    90
    Liked
    55

    Re: Found a new missing part

    Quote Originally Posted by bubbastic View Post
    Code:
    USE [Pangya_S4_TH]
    GO
    /****** StoredProcedure [dbo].[USP_CARD_LIST] ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    
    ALTER PROC [dbo].[USP_CARD_LIST] (  
            @UID    INT  
    )
    AS  
    
    BEGIN  
    
        SET NOCOUNT ON  
      
        SELECT    UID  
                  , CARD_TYPEID  
                  , CARD_ITEMID  
                  , CARD_TYPE  
                  , QTY
                  , IS_USE_DT = 0
        FROM    DBO.TD_CARD_USRS WITH (NOLOCK)  
        WHERE    UID =  @UID   
        AND        USE_YN = 'Y'
        
       
    END
    Please share a tutorial to patch projectg and remove GG and update thx
    1º - Open ProjectG.exe for OllyDBG...
    2º - Search for MOV EAX,262 >> replace MOV EAX,755.
    3º - In the CreateProcessA function, search PUSH 1 >>> Modify "0".
    4º - Save All Modifications....
    5º - GG Removed...

  9. #84
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2010
    Location
    WindHill
    Posts
    170
    Liked
    75
    Gamertag: not 4 you XD

    Re: Found a new missing part

    Quote Originally Posted by fasa2008 View Post
    1º - Open ProjectG.exe for OllyDBG...
    2º - Search for MOV EAX,262 >> replace MOV EAX,755.
    3º - In the CreateProcessA function, search PUSH 1 >>> Modify "0".
    4º - Save All Modifications....
    5º - GG Removed...
    tyvm ;)

    And how to remove update and setting client version ?

  10. #85
    Member
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    90
    Liked
    55

    Re: Found a new missing part

    Quote Originally Posted by bubbastic View Post
    tyvm ;)

    And how to remove update and setting client version ?
    I've posted the second page of a topic ProjectG with everything removed and running ... The evening will remove some more errors. PAK..

    PS: In GetcurrentProcessID function, just set aside the:
    Ex: Modify JNZ for JMP = Update removed.

  11. #86
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2010
    Location
    WindHill
    Posts
    170
    Liked
    75
    Gamertag: not 4 you XD

    Re: Found a new missing part

    Quote Originally Posted by fasa2008 View Post
    I've posted the second page of a topic ProjectG with everything removed and running ... The evening will remove some more errors. PAK..

    PS: In GetcurrentProcessID function, just set aside the:
    Ex: Modify JNZ for JMP = Update removed.
    Not working T.T
    I changed MOV EAX,262 to MOV EAX,755 (Assemble)
    I changed JNZ to JMP in the 4 GetcurrentProcessID (Assemble)
    copied to exe all mods
    saved to file
    and projectg is still asking for update T.T

    Can someone please post a complete tutorial there? ===> TUTORIAL

    So we can stay on topic and find infos easily :) ty
    Last edited by bubbastic; 02-12-10 at 02:14 PM.

  12. #87
    Registered
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    20
    Liked
    3

    Re: Pangya Season 4.9 Server Files and Database

    I have following error on gameserver console: Update Server State Query Failed
    '-' but the procedure ProcUpdateServerState appears all fine o__O

  13. #88
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2010
    Location
    WindHill
    Posts
    170
    Liked
    75
    Gamertag: not 4 you XD

    Re: Pangya Season 4.9 Server Files and Database

    read the logfiles

  14. #89
    Registered
    Rank
    Member
    Join Date
    May 2007
    Posts
    12
    Liked
    0

    Re: Pangya Season 4.9 Server Files and Database

    Problem fixed channel =)

    advance in the system

  15. #90
    LoLonYou
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    Katipunan_Avenue
    Posts
    310
    Liked
    13

    Re: Pangya Season 4.9 Server Files and Database

    Quote Originally Posted by sandro_adm View Post
    Problem fixed channel =)

    advance in the system
    what?
    My Memory wiLL Live on.. while you remember me.. i make no sense .. i fart at will...

    [SIGPIC][/SIGPIC]

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •