You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Italian
  • Gold Gifter
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 2,045
Reputation Power: 424
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 2,045
Reputation Power: 424
vFiiR3 wrote Where do you get the emblems and what not at the tower?


Once the codes are typed in on Bungie.net reload your game (if you are currently playing) and they'll be in the Special Orders section or the Post Master
#12. Posted:
MegaSh00ta
  • TTG Master
Status: Offline
Joined: Dec 18, 201013Year Member
Posts: 814
Reputation Power: 38
Status: Offline
Joined: Dec 18, 201013Year Member
Posts: 814
Reputation Power: 38
Still don't exactly know what the first set of codes do but I used em all. Thanks a lot man.
#13. Posted:
Italian
  • TTG Addict
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 2,045
Reputation Power: 424
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 2,045
Reputation Power: 424
MegaSh00ta wrote Still don't exactly know what the first set of codes do but I used em all. Thanks a lot man.


Grimoire cards are just cards that tell you more about the story and things like that
#14. Posted:
lyub12
  • Challenger
Status: Offline
Joined: Sep 09, 20149Year Member
Posts: 142
Reputation Power: 10
Status: Offline
Joined: Sep 09, 20149Year Member
Posts: 142
Reputation Power: 10
You do get them at the tower at the postmail dude
#15. Posted:
lyub12
  • Challenger
Status: Offline
Joined: Sep 09, 20149Year Member
Posts: 142
Reputation Power: 10
Status: Offline
Joined: Sep 09, 20149Year Member
Posts: 142
Reputation Power: 10
vFiiR3 wrote Where do you get the emblems and what not at the tower?
Its near the post mail dude
#16. Posted:
x245NoLiMiTZz
  • Challenger
Status: Offline
Joined: Feb 01, 201113Year Member
Posts: 124
Reputation Power: 4
Status: Offline
Joined: Feb 01, 201113Year Member
Posts: 124
Reputation Power: 4
Does the Lucky 7s achievement have to land on 777 Grimoire??? *****Found my answer it does not in case anyone wondered. That would be ridiculous.


Last edited by x245NoLiMiTZz ; edited 1 time in total
#17. Posted:
Gul
  • Summer 2018
Status: Offline
Joined: Sep 05, 201013Year Member
Posts: 828
Reputation Power: 40
Status: Offline
Joined: Sep 05, 201013Year Member
Posts: 828
Reputation Power: 40
Here is a script that will enter all of the codes at once!

*THIS IS FOR THOSE WHO HAVE NOT ENTERED ANY CODES! IF YOU HAVE ALREADY ENTERED SOME MANUALLY THIS WILL NOT WORK!*

Head over to [ Register or Signin to view external links. ] and sign into your desired account.
Press CTRL + Shift + J, doing so should bring up a box that presents a bit of coding and whatnot.

Paste the following code in its entirety into the area below all of the text .

var codes=["YKA-RJG-MH9", "3DA-P4X-F6A", "MVD-4N3-NKH", "TCN-HCD-TGY", "HDX-ALM-V4K", "473-MXR-3X9", "JMR-LFN-4A3", "HC3-H44-DKC", "69P-KRM-JJA", "69P-VCH-337", "69R-CKD-X7L", "69R-DDD-FCP", "69R-F99-AXG", "69R-VL7-J6A", "69X-DJN-74V", "6A7-7NP-3X7", "6A9-DTG-YGN", "7F9-767-F74", "FJ9-LAM-67F", "JD7-4CM-HJG", "JDT-NLC-JKM", "JNX-DMH-XLA", "7CP-94V-LFP", "7MM-VPD-MHP", "RXC-9XJ-4MH"];
var codeField = document.getElementById("text_code");
var i = 0;
var delay = 2500;
function enterCodeLoop () { setTimeout(function () { codeField.value = codes[i]; $(".btn_submitCode")[0].click(); i++; if (i < codes.length) { enterCodeLoop(); } }, delay) }
enterCodeLoop();



If done correctly, you should see all of the codes being redeemed simultaneously.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.