Welcome to the RaGEZONE - MMORPG development forums.

[Help]See inside

This is a discussion on [Help]See inside within the GrandChase forums, part of the - Old Archived Files category; can someone help me how to set cash and GP via SQL?? need answers ASAP thx in advance...

Results 1 to 9 of 9
  1. #1
    For The Glory Of Kanavan!
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    Xenia Continent
    Posts
    253
    Liked
    0

    [Help]See inside

    Click
    can someone help me how to set cash and GP

    via SQL??

    need answers ASAP


    thx in advance

  2. #2
    Daimaou
    Rank
    Member +
    Join Date
    Jan 2009
    Location
    UP Los Banos
    Posts
    448
    Liked
    40

    Re: [Help]See inside

    There's a table there... I think it's dbo.GoodsListInfo There's a column there that says "Cash", with allowed values of "True" or "False" (boolean). Change all of them to "False" so you won't have to deal with cash...

    this is the only method I know. sorry.

  3. #3
    Developer
    Rank
    Member +
    Join Date
    May 2008
    Posts
    827
    Liked
    12
    Gamertag: XxTaken08xX

    Re: [Help]See inside

    Quote Originally Posted by shiningriver View Post
    There's a table there... I think it's dbo.GoodsListInfo There's a column there that says "Cash", with allowed values of "True" or "False" (boolean). Change all of them to "False" so you won't have to deal with cash...

    this is the only method I know. sorry.
    Offtopic- Do i know u..?
    Second i like ur style u have Figured out stuff allready. Second yes its Dbo.goodslistinfo. u can edit the cash to GP if thats what u wish to do insteed of Cash. Else u can get the Cash Working like i did but that u will have to figure out yourself ;D
    hello :D
    ---------------------------------------------------------

  4. #4
    Daimaou
    Rank
    Member +
    Join Date
    Jan 2009
    Location
    UP Los Banos
    Posts
    448
    Liked
    40

    Re: [Help]See inside

    Offtopic:
    I do not know if you know me.

    Anyway, if you're dearly serious, you can code yourself a program that directly accesses your account file. Could be possible with Visual.Net++

  5. #5
    Member
    Rank
    Member
    Join Date
    Dec 2004
    Location
    cardboard box
    Posts
    44
    Liked
    0

    Re: [Help]See inside

    @kenjii012
    OR for cash, you can use the webshop like Metalknuxx Webshop posted here http://forum.ragezone.com/f538/metal...ebshop-532885/

    For items in the server side editing you can go to dbo.GoodsInfoList. Everything is in there from price to stats and that's server side. Just check it out.

  6. #6
    For The Glory Of Kanavan!
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    Xenia Continent
    Posts
    253
    Liked
    0

    Re: [Help]See inside

    what i mean is how to edit CASH AND GP IN GAME??

  7. #7
    Daimaou
    Rank
    Member +
    Join Date
    Jan 2009
    Location
    UP Los Banos
    Posts
    448
    Liked
    40

    Re: [Help]See inside

    Ah.
    Try making a column under the dbo.users table, named "Cash", value: int, not null. Put in a value there, any amount. try and see if it will work.

  8. #8
    For The Glory Of Kanavan!
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    Xenia Continent
    Posts
    253
    Liked
    0

    Re: [Help]See inside

    not working...
    Last edited by Abry; 06-02-09 at 10:15 AM.


  9. #9
    Member
    Rank
    Member
    Join Date
    Oct 2008
    Location
    Ohio
    Posts
    27
    Liked
    0

    Re: [Help]See inside

    are you trying to make it usable to the public? if it's just you (or those with access to the SQL database) you could just use the table, the goodsinfo I think, the one with the long list of Item ID's, find the one you want and add them to your inventory in the other goods table.

    if you want to have this public and in game, then I'm not sure yet, I'm trying to do that also. lol

 

 

Posting Permissions

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