Bungie.net Community
This topic has moved here: Subject: One Step Closer To Solving The Puzzle!
  • Subject: One Step Closer To Solving The Puzzle!
Subject: One Step Closer To Solving The Puzzle!

"Koolen, I lift skinny b*****s like you."
~Wise words of Shaka, part I.

Joined Sapphire: 11/19/2011 (Record Keeping)

Can we not call more people? K. Thx.

  • 07.07.2012 12:35 PM PDT

meh...


Posted by: InferiorPigeon
That's a Quebec phone number. Doubtful.


activision has offices in quebec i believe

  • 07.07.2012 12:36 PM PDT


Posted by: Xbro21

Posted by: nomis227
Divide it by 7 twice (it's 7/7) and you get 5149866011

Telephone number?


I'm calling it as we speak


Awkward...

Unless Bungie is moving to Canada.

Lovely weather. Good healthcare.

  • 07.07.2012 12:37 PM PDT

I'm a stubborn guy. I love to argue my opinion, but unlike others, I'll try to see your side of the problem. I'm a triathlete, with a very heavy empephis on the swimming bit. Also, don't hate on the ~Quinton~ at the end of my posts. Why are you still reading this? #creeper #hashtagcashmoney for hashtaging on Bungie.net


Posted by: nomis227
Divide it by 7 twice (it's 7/7) and you get 5149866011

Telephone number?


Should I call it?

Does someone mind catching me up, I was following the thread I made and lost track of this one.

~Quinton~

  • 07.07.2012 12:37 PM PDT
  •  | 
  • Noble Legendary Member

Play Pokemon? Go here!
Play Minecraft? Go here!
Just want a place to hang out and talk about video games in general? Try these guys!

For information about my GT, "bjb yo," or the Linked account here on B.net, "Nub Cutter."

The Arete Seven shall rise again!

  • 07.07.2012 12:37 PM PDT

Am I supposed to type something here?

The symbol on my ticket is my avatar. I don't know if that helps or anything though.

  • 07.07.2012 12:38 PM PDT

For Tru7h and Honor


Posted by: ZetsuSensei
The symbol on my ticket is my avatar. I don't know if that helps or anything though.

Did you cash it in?

  • 07.07.2012 12:39 PM PDT

Am I supposed to type something here?


Posted by: MarsShadow

Posted by: ZetsuSensei
The symbol on my ticket is my avatar. I don't know if that helps or anything though.

Did you cash it in?
Yeah, It was just the video that everyone has seen. I'm super excited for the call.

  • 07.07.2012 12:41 PM PDT

So did anyone figure out what the whole 27 pages thing is about?

  • 07.07.2012 12:44 PM PDT

-Kilroy Was Here

I called the number and nothing happened. What are people talking about tickets and cashing in?

  • 07.07.2012 12:47 PM PDT

Am I supposed to type something here?


Posted by: Xbro21
I called the number and nothing happened. What are people talking about tickets and cashing in?
I think they just mean enter the codes that are on the tickets.

  • 07.07.2012 12:48 PM PDT

-Kilroy Was Here

What tickets?

  • 07.07.2012 12:48 PM PDT

Am I supposed to type something here?


Posted by: Xbro21
What tickets?
the one of seven ones that everyone's talking about.

  • 07.07.2012 12:51 PM PDT

Brownie lives!

"10000?"


Posted by: nomis227
So did anyone figure out what the whole 27 pages thing is about?


I believe they were referring to the legal document that recently leaked.

  • 07.07.2012 12:51 PM PDT
  • gamertag: [none]
  • user homepage:

Squirrely Style, since 2004

Just a thought, if we're still looking for an 8th Geomancy rune, has anyone considered using a duplicate of one of the runes we've already been given?

  • 07.07.2012 12:51 PM PDT
  • gamertag: Googlz
  • user homepage:

...Oh, I'm sorry, I was just busy thinking about something more important.

"Quotes are cliche!" -Meh

Okay so the tickets led to a video that apparently everyone has seen. I haven't, could someone send me a link or something to it, it's going to kill me if I don't at least know what was in it.

  • 07.07.2012 12:52 PM PDT

Am I supposed to type something here?


Posted by: Googlz
Okay so the tickets led to a video that apparently everyone has seen. I haven't, could someone send me a link or something to it, it's going to kill me if I don't at least know what was in it.
this thread

  • 07.07.2012 12:54 PM PDT

For Carnage, Apply Within - BEST GROUP EVER!
Mythic Members - OTHER BEST GROUP EVER!
My Trek to Bungie
Twitter

This is why I think Bungie just keeps all of their college textbooks and just takes ideas from that and runs with it.

  • 07.07.2012 12:54 PM PDT

Brownie lives!

"10000?"

You can find that here.

  • 07.07.2012 12:54 PM PDT

Posted by: Xbro21

Posted by: nomis227
Divide it by 7 twice (it's 7/7) and you get 5149866011

Telephone number?


I'm calling it as we speak


Please stop inventing random telephone numbers to call. You are harassing total strangers. You are also barking up the wrong tree. The fact that you tracked these symbols to their origin is all you are meant to know about them.

For now...

  • 07.07.2012 12:57 PM PDT

I looked at the apocalpex website's source, I'm pretty new at java but I can understand a few things.

One thing I saw that interested me:

//Your browser sucks

That comment in the code made me laugh. Very important.

Otherwise all it's doing (from what I can tell) is cycling through different glyphs as seen here:

function recalculate(){
for(var g = 0; g < glyphs.length; g++){
for(var y = 0; y < (dimension[0]*dimension[1]); y++){
var on = ((Math.ceil(Math.random()*100)) <= 50);
if((on) && (y <= 2)){
glyphs[g].getElementsByClassName("s69eb76c88557a8211cbfc 9beda5fc062")[y].style.backgroundPosition = "0px -20px";
}
else if(on && (y <=5)){
glyphs[g].getElementsByClassName("s69eb76c88557a8211cbfc 9beda5fc062")[y].style.backgroundPosition = "0px -40px";
}
else if(on && (y <=8)){
glyphs[g].getElementsByClassName("s69eb76c88557a8211cbfc 9beda5fc062")[y].style.backgroundPosition = "0px -60px";
}
else if(on && (y <=11)){
glyphs[g].getElementsByClassName("s69eb76c88557a8211cbfc 9beda5fc062")[y].style.backgroundPosition = "0px -80px";
}
else{
glyphs[g].getElementsByClassName("s69eb76c88557a8211cbfc 9beda5fc062")[y].style.backgroundPosition = "0px 00px";




But the glyphs represented aren't even actual glyphs. I'm going to just guess is it's fake and it serves no purpose. If it does serve a purpose, my guess would be that since this thing is taking a sci-fi feel from what we have seen, maybe the plot is them taking on geomancy to advance technology, and they're trying random variations on the glyphs to try to achieve something?

But that's probably just thinking too deep into it, from what I can tell it doesn't really do anything other than what we see. But I'm still pretty novice at java.


  • 07.07.2012 1:02 PM PDT