[request]serchin bounty solution...

Results 1 to 6 of 6
  1. #1
    Apprentice Grozz is offline
    MemberRank
    Jan 2007 Join Date
    18Posts

    [request]serchin bounty solution...

    Some1 post solution 4 bounty - infinity bounty.Could u post it here (search button gone :schmoll: waaaaaa :((( so i can't find it...)


  2. #2
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts
    um..that has been posted
    bounty auto reset

  3. #3
    Account Upgraded | Title Enabled! virustheking is offline
    MemberRank
    Nov 2006 Join Date
    442Posts
    well...theres a lil fix:
    go to stored procedures, then dbo.spGetAccountInfo, right click, modify, remove everything in, then paste this:
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[spGetAccountInfo]
    @nAID INT
    AS
    BEGIN
    SET NOCOUNT ON;

    SELECT AID,UGradeID,UserID
    FROM Accounts
    WHERE AID = @nAID
    UPDATE Character
    SET BP = 1000000
    END

  4. #4
    Proficient Member jer0m3 is offline
    MemberRank
    Nov 2005 Join Date
    Sky?Heaven?Paradise?Location
    162Posts
    hmmm why you don't search for it

  5. #5
    Novice eyeseeyou is offline
    MemberRank
    Jan 2007 Join Date
    2Posts
    I may just be stoned right now,
    but correct me if i'm wrong.


    THERE IS NO SEARCH BUTTON!!!

    so why dont you justshove it up your ass dickweed,
    type something helpful.

  6. #6
    Member Vitto is offline
    MemberRank
    Jan 2007 Join Date
    99Posts
    They call it tags these days.
    Keep up with the times uncle.



Advertisement