• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Honor disable.

Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
I posted this before long time ago but cant find it back:p

How do i disable honor for honor items on mangos for wow version 1.12.1

thanks in advance =)

Greetings zika.
 
Newbie Spellweaver
Joined
Mar 12, 2006
Messages
66
Reaction score
0
make a new text file.
add this in it:
UPDATE `item_template` SET `requiredhonorrank`=`requiredhonorrank`+4 WHERE `requiredhonorrank`>0;
change extension to .sql
voilla :)
works for me :)
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
Doesnt work for me:p , but thanks anyway

but there was a much easyier way to anyone ^^?
 
Newbie Spellweaver
Joined
Mar 12, 2006
Messages
66
Reaction score
0
hm... weird

then (if u have time) change in database from all honor items their ranks to 0 :)
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
ye i know about that but takes so long:p

and i know there was a option that was verry easy :p but forgot =(
 
Newbie Spellweaver
Joined
Mar 12, 2006
Messages
66
Reaction score
0
tell me what is says if u want to import that what it wrote
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
ok so i make text document write in it

UPDATE `item_template` SET `requiredhonorrank`=`requiredhonorrank`+4 WHERE `requiredhonorrank`>0;

Rename the text document to??? and put .sql after it?

and import in Mangos database?

explain bit /shy ^^
 
Newbie Spellweaver
Joined
Mar 12, 2006
Messages
66
Reaction score
0
yea :D

make it from *****.txt to *****.sql :)
just name it honor.sql or whatever and then import :)
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
i imported the file into mangos. still says in game need honor :p =(
 
Newbie Spellweaver
Joined
Mar 12, 2006
Messages
66
Reaction score
0
did u restart server?
(im just guessing: try to make it +0 there where it says +4)
gl
 
Initiate Mage
Joined
Dec 27, 2004
Messages
1
Reaction score
0
What?
UPDATE `item_template` SET `requiredhonorrank`=`requiredhonorrank`+4 WHERE `requiredhonorrank`>0;

This query tolds:

Update the Honor Required Row with the actual value with 4 ranks more, to all items with honor required..

xD this query makes now the honor rank necessary is more high than before...

If u want erase the required honor the correct query is:
UPDATE `item_template` SET `requiredhonorrank`= 0 WHERE `requiredhonorrank`>0;

;)
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
Works perfect man thanks alot !!! kiss kiss ^^
 
Newbie Spellweaver
Joined
Mar 12, 2006
Messages
66
Reaction score
0
yea i said that in latest reply...
anyway... anyone has idea when honor will be 100% fixed? :)

edit: ah yea... that + was the problem too XD
sorry.... but i copyed it from one repack..
 
Back
Top