Honor?

Results 1 to 4 of 4
  1. #1
    Newbie FullPower is offline
    MemberRank
    Jan 2007 Join Date
    GermanyLocation
    7Posts

    Honor?

    Hi all!
    Can someone give me a link whit Honor patch 0.61,0.62 or some Honor Patch.
    PS:Sry for my bad English


  2. #2
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    By honour patch, do you mean something that makes it so no items have any required honour? If so, just tell me the name of the column in the item table in your database that handles the required honour for the item (usually RequiredPVPRank or RequiredHonorRank), and I'll make an SQL patch for ya.

  3. #3
    Newbie FullPower is offline
    MemberRank
    Jan 2007 Join Date
    GermanyLocation
    7Posts
    I see youre post and can i use this:
    UPDATE `item_template` SET `requiredhonorrank`=`requiredhonorrank`+4 WHERE `requiredhonorrank`>0;

  4. #4
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    You want to RAISE the honour level you need for items? o.O
    BTW, don't use quote marks in that sql query.
    ie. item_template, not 'item_template'
    And, i'm not sure how you'd add a value to a column. Might be
    UPDATE item_template SET requiredhonorrank + 4 WHERE requiredhonorrank > 0;
    Last edited by Yamachi; 01-02-07 at 09:13 PM.



Advertisement