How i can change exp rate

Results 1 to 7 of 7
  1. #1
    Apprentice thribbles is offline
    MemberRank
    Nov 2004 Join Date
    thailandLocation
    14Posts

    How i can change exp rate

    where fix it? how to change exp lvl ,all weapon tagtic,all tactic.

    Ex exp*2 or *4
    tactic*2
    job*10


  2. #2
    Valued Member bbblack is offline
    MemberRank
    Apr 2005 Join Date
    129Posts
    Take a look into the sql folder

  3. #3
    Account Upgraded | Title Enabled! MuRdOc is offline
    MemberRank
    Jan 2005 Join Date
    PortugalLocation
    836Posts
    Quote Originally Posted by bbblack
    Take a look into the sql folder
    inside there are queryes to edit the exp. edit them to what you want

  4. #4
    Apprentice groebi is offline
    MemberRank
    Apr 2006 Join Date
    11Posts
    Hi,

    Can anyone explain to me, how to add those querys?
    I always go to my NPC_gerneration_SP file and open it with a right click - open table - query.
    There, I tried to add this query, but it didn't work.

    And maybe anyone can explain to me, how to change tactics?
    If I try to change it how it says in the SQL folder, it says that I can't change the query.. how can I cange it?
    And in the query analyzer I can't edit things..

    thanks, groebi

  5. #5
    Account Upgraded | Title Enabled! FiberOptics is offline
    MemberRank
    Sep 2003 Join Date
    CanadaLocation
    1,120Posts
    Open Query Analyser (Start --> All Programs --> Microsoft SQL Server --> Query Analyser) then paste the query in the white field. After that, where the scroll down bar is at the top, choose the database you are applying it too. Then execute it.

  6. #6
    Apprentice reeceforbes is offline
    MemberRank
    Jan 2007 Join Date
    6Posts

    Re: How i can change exp rate

    update dragonrajadb.dbo.NPC_Generation_SP set
    NpcExp=100000000

  7. #7
    Apprentice yutnarok is offline
    MemberRank
    Jan 2010 Join Date
    6Posts

    Re: How i can change exp rate

    change direct


    NPC_Generation_SP >> npcexp



Advertisement