Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Ascent] Changing Rep?

Newbie Spellweaver
Joined
Jul 2, 2007
Messages
47
Reaction score
0
How can i give or change my characters reputation?

here's how you do it... first you need to know the faction ID of the faction you want to add rep to....

here's a handy list:

Darnassus (A) 69
Exodar (A) 930
Gnomeregon Exiles (A) 54
Ironforge (A) 47
Stormwind (A) 72
Silverwing Sentinels (A) 890
Stormpike Guard (A) 730
The League of Arathor (A) 509
Darkspear Trolls (H) 530
Orgrimmar (H) 76
Silvermoon City (H) 911
Thunder Bluff (H) 81
Undercity (H) 68
Frostwolf Clan (H) 729
The Defilers (H) 510
Warsong Outriders (H) 889
Honor Hold (A) 946
Thrallmar (H) 947
Kurenai (A) 978
Mag'har (H) 941
Cenarion Expedition 942
Sporeggar 970
The Consortium 933
Netherwing 1015
Ogri'la 1038
Ashtongue Deathsworn 1012
Lower City 1011
Sha'tari Skyguard 1031
The Aldor 932
The Scryers 934
The Sha'tar 935
Booty Bay 21
Everlook 577
Gadgetzan 369
Ratchet 470
Argent Dawn 529
Bloodsail Buccaneers 87
Brood of Nozdormu 910
Cenarion Circle 609
Darkmoon Faire 909
Gelkis Clan Centaur 92
Hydraxian Waterlords 749
Magram Clan Centaur 93
Ravenholdt 349
Shen'dralar 809
Syndicate 70
Thorium Brotherhood 59
Timbermaw Hold 576
Wintersaber Trainers (A) 589
Zandalar Tribe 270
Keepers of Time 989
The Scale of the Sands 990
Tranquillen (H) 922
The Violet Eye 967

The ones with (A) or (H) behind them are Alliance or Horde only.

Next, select the character that you wish to add rep to. targetting works best as a GM character.

then type in the following:

.setstanding factionID #

where factionID is the number from the list above, and # is the amount you want to add to the reputation.

easy as that....

for those who wish to make a macro, here's a premade macro:

Code:
MACRO 1 "Faction Alliance" INV_Misc_QuestionMark
.setstanding 69 100000
.setstanding 930 100000
.setstanding 54 100000
.setstanding 47 100000
.setstanding 72 100000
.setstanding 890 100000
.setstanding 730 100000
.setstanding 509 100000
.setstanding 946 100000
.setstanding 978 100000
END
MACRO 2 "Faction Goblins" INV_Misc_QuestionMark
.setstanding 21 100000
.setstanding 577 100000
.setstanding 369 100000
.setstanding 470 100000
END
MACRO 3 "Faction Horde" INV_Misc_QuestionMark
.setstanding 530 100000
.setstanding 76 100000
.setstanding 911 100000
.setstanding 81 100000
.setstanding 68 100000
.setstanding 729 100000
.setstanding 510 100000
.setstanding 889 100000
.setstanding 947 100000
.setstanding 941 100000
END
MACRO 4 "Faction Other 1" INV_Misc_QuestionMark
.setstanding 529 100000
.setstanding 87 100000
.setstanding 910 100000
.setstanding 609 100000
.setstanding 909 100000
.setstanding 749 100000
.setstanding 59 100000
.setstanding 576 100000
END
MACRO 5 "Faction Other 2" INV_Misc_QuestionMark
.setstanding 270 100000
.setstanding 989 100000
.setstanding 990 100000
.setstanding 967 100000
END
MACRO 6 "Faction Outland" INV_Misc_QuestionMark
.setstanding 942 100000
.setstanding 970 100000
.setstanding 933 100000
.setstanding 1015 100000
.setstanding 1038 100000
.setstanding 1012 100000
END
MACRO 7 "Faction Shattrath" INV_Misc_QuestionMark
.setstanding 1011 100000
.setstanding 1031 100000
.setstanding 932 100000
.setstanding 934 100000
.setstanding 935 100000
END
MACRO 8 "Faction Tranquillen" INV_Misc_QuestionMark
.setstanding 922 100000
END
MACRO 9 "Faction Wintersaber" INV_Misc_QuestionMark
.setstanding 589 100000
END

just copy+paste that into your macros-cache.txt file in your WTF directory and you can put those macros as hotkeys to make people exalted with specific blocks of factions quickly.

Hope that helped!!!
 
Initiate Mage
Joined
Feb 19, 2008
Messages
1
Reaction score
0
Yeah thank you very much, after searching 3 Hours to increase my reputation :p
thanks for the list of macros, that was very helpful
 
Back
Top