Bungie.net Community
This topic has moved here: Subject: Script Central: ALL GM SCRIPTS HERE - New: Post Tools, BANNED, Save...
  • Subject: Script Central: ALL GM SCRIPTS HERE - New: Post Tools, BANNED, Save...

Posted by: paulmarv
From a quick look, you just have to change the numberMemes integer and add the appropriate array initializations.

CAVX could have done that better...

;)
Actually, I love the simplicity. It means that I can add my own, custom words. For example, I made all the words capitalized and added some stuff. The only problem is this; I can't figure out how to change the word being altered. Like instead of blam being changed, another word. I tried and tried...but I have no experience to guide me.

  • 11.09.2008 12:40 AM PDT
  •  | 
  • Exalted Legendary Member

Posted by: JimboMonkey1234
Posted by: paulmarv
From a quick look, you just have to change the numberMemes integer and add the appropriate array initializations.

CAVX could have done that better...

;)
Actually, I love the simplicity. It means that I can add my own, custom words. For example, I made all the words capitalized and added some stuff. The only problem is this; I can't figure out how to change the word being altered. Like instead of blam being changed, another word. I tried and tried...but I have no experience to guide me.


Find the following line:
splits = divArray[i].innerHTML.split("-blam!-");

Change the text inside the quotation marks to whatever word you want to filter.

  • 11.09.2008 1:29 AM PDT

Thanks! Well, it kinda works. I changed it to "CAVX." Here's what happened: Your username changed, some text near the top that said CAVX didn't change, but some text below that said CAVX did change. The latter was a quote of the former. Weird.

EDIT: I DID IT, BIATCH!
I figured it out. Listen up. So I put in "JimboMonkey1234" as the keyword. I did a test. Nothing worked. However, when I put a blam underneath it, it worked! I understood that a blam initiates the sequence! I went into the code, changed another piece to "JimboMonkey1234" and viola! I'm so taking C++ next year. :)

Piece I changed: if(!(divArray[i].innerHTML.match(/JimboMonkey1234/gi))){}
Oh, and any way to change the color?

[Edited on 11.09.2008 1:52 AM PST]

  • 11.09.2008 1:42 AM PDT

"Once Bungie takes over the world, The Marty Army will take over Bungie and then we'll really have some fun."
-Marty O'Donnell

"Condemnant quod non intellegunt."

Make Bungie.net More Enjoyable: Read & Follow

To change the color, you'd have to put the HTML tags in the replaced text. (the <FONT> tag should work)

And CAVX, we know. Don't need to remind us.

Joking, joking ^_^
I meant you could have initialized it in one line.

  • 11.09.2008 11:19 AM PDT

Posted by: paulmarv
To change the color, you'd have to put the HTML tags in the replaced text. (the <FONT> tag should work)
I tried that. No work.

  • 11.09.2008 1:00 PM PDT

RIP Deathpimp72 - A friend, a brother, a man who will never be forgotten. This place isn't going to be the same without you.

RIP ~B.B.

Posted by: paulmarv
To change the color, you'd have to put the HTML tags in the replaced text. (the <FONT> tag should work)


Ohhhhhhh. Now I understand. I was trying to figure it out but I didn't think of trying that. Works like a charm! Thanks!

-blam!- -blam!- -blam!-




Edit: To Jimbo

newstr = newstr+"<font color='#aa0000'>" +"-"+PickRandomMeme()+"!-" + "</font>" ;

Edit 2: I like it much better when it's red. Everything is a little less confusing.



[Edited on 11.09.2008 1:20 PM PST]

  • 11.09.2008 1:00 PM PDT
Subject: .
  • gamertag: [none]
  • user homepage:

O-3 US Army Reserves AMEDD APMC
"To conserve the fighting strength!"

Posted by: Jay120171
Bobcast: the only ninja to operate an ER out of his mom's basement

Posted by: Skittles x
Posted by: bobcast
For the banned script, I keep getting strange applications for it. Either the first 2 or 3 people in the thread have their avatar replaced, or the banned person has 2 avatars next to each other.

Example Thread

Screen Grab 1

Screen Grab 2

This has something to do with some other script. I get no errors on that page. Unless I know what other scripts you are running, I cannot fix it.

By the looks of the screen shot, you're running CAVX's Coup d'Bungie script. Could you please try disabling that and checking if the error still occurs?

If I know what's causing it, It'll be a hell of a lot easier to fix.


Fixed.

Apparently I had downloaded two copies of BANNED. Removed one, now it works just fine.

  • 11.09.2008 1:56 PM PDT
Subject: Script Central: ALL GM SCRIPTS HERE - New: Post Tools, BANNED, Save...

Posted by: Cerilli
Edit: To Jimbo

newstr = newstr+"<font color='#aa0000'>" +"-"+PickRandomMeme()+"!-" + "</font>" ;
Thanks!

Posted by: bobcast
Apparently I had downloaded two copies of BANNED. Removed one, now it works just fine.
I had the same problem before. I guess they conflict.

  • 11.09.2008 2:00 PM PDT

~B.B.

Posted by: Obi Wan Stevobi
He [me] is a tall, Nordic looking guy. He could pass as a Die Hard villain.

Games Played = Win | The WorkPLace

Yeah.. that's probably my fault. I edited the tag name in the script. =/

In my defense, I did say you should uninstall the old one before installing the new version. =]

But yeah, I guess it is working then. So if you haven't already done so, please install the new version of my BANNED! script.

note to Duardo: You don't need to update anything. It's the same link. Maybe just a note that it's updated.

[Edited on 11.09.2008 2:37 PM PST]

  • 11.09.2008 2:36 PM PDT
  •  | 
  • Exalted Legendary Member

Yeah, Skittles, try to never edit the script name, because even if you tell people to uninstall the old one, many still won't. The one time I changed the Coup's script name, there was about 2 weeks' worth of questions on why it wasn't working right and the answer was because they didn't properly uninstall the old one.

  • 11.09.2008 2:38 PM PDT

#101111011110111100001# is a '7'.
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Greasemonkey Scripts
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Posted by: Alec9224
Indeed. I haven't had XBL for a long time, but I still come on her everyday.

Posted by: CAVX
Everyone knows I suck at javascript.


It's gun b k.

Here's my attempt at javascript:

<--Script-->
Make the site really really cool and stuff.
<--End script-->


When I'm finished, this site will be amazing.

  • 11.09.2008 3:00 PM PDT

Ways to tell when a person is lying:
#4080: Person claims that Microsoft customer service representative was actually helpful.
http://twitter.com/SirPsycho23
I AM CANADIAN

it seems like you know what you are doing CAVX

  • 11.09.2008 3:06 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Sprool, you promised the Coup would be up by now.
You lying... er, person.

  • 11.09.2008 3:14 PM PDT

OEF
Posted by: joedanny96
In the wars of the future, wars will be fought by video game nerds who can't use anything but a sniper rifle.

Imagine, someone equipped with an automatic rifle will venture out into the battlefield and be killed by a member of his or her respective team because they're a "noob".


RIP 118. 2008-2010.

Posted by: Elit3 R3ap3r 257
Sprool, you promised the Coup would be up by now.
You lying... er, person.

I thought he said there would be info on it or something. Any info on it? An estimated time of when it will be released?

  • 11.09.2008 4:07 PM PDT
Subject: .
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Hmmmm....a lot of these things I would download if my computer could handle it.

I would also help make some more scripts myself but for the same reason I couldn't.

Good thread and organization.

[Edited on 11.09.2008 4:17 PM PST]

  • 11.09.2008 4:16 PM PDT
  • gamertag: [none]
  • user homepage:

Just another average Joe. Except I'm in a warm place. 8-)

Posted by: YodaSoda
Posted by: XmY Br iZ 4Sh0tX
Posted by: Elit3 R3ap3r 257
Sprool, you promised the Coup would be up by now.
You lying... er, person.

I thought he said there would be info on it or something. Any info on it? An estimated time of when it will be released?
Sorry, but not sorry. I actually forgot my brithday was coming up, and me and CAVX have been testing it, somewhat, for loading times and such things.

Birthday stuff, duty calls. A quick estimation would be next Thursday.

*Glub* Happy birthday!

  • 11.09.2008 4:36 PM PDT

Ways to tell when a person is lying:
#4080: Person claims that Microsoft customer service representative was actually helpful.
http://twitter.com/SirPsycho23
I AM CANADIAN

next thursday oh well i guess i will wait....

  • 11.09.2008 4:38 PM PDT

Bungie.net user for 4 years and still going!
Plasmalab, a great map for Neutral CTF or Slayer. Download it and have fun. Version 1.1 now available.
Do not send me group invites I will NOT accept them.
TRIPLE SE7EN PWNAGE

Why don't you wait until this Saturday and release it as a treat on Halo's se7en year anniversary, Sprool.

  • 11.09.2008 5:36 PM PDT

Bungie.net user for 4 years and still going!
Plasmalab, a great map for Neutral CTF or Slayer. Download it and have fun. Version 1.1 now available.
Do not send me group invites I will NOT accept them.
TRIPLE SE7EN PWNAGE

Posted by: YodaSoda
Posted by: Cpt LegendArian
Why don't you wait until this Saturday and release it as a treat on Halo's se7en year anniversary, Sprool.
I actually might do that.

yay! =D

Now there is yet another thing to await for this Saturday.

  • 11.09.2008 6:51 PM PDT

Ways to tell when a person is lying:
#4080: Person claims that Microsoft customer service representative was actually helpful.
http://twitter.com/SirPsycho23
I AM CANADIAN

WOOT new scripts plus halo anniversary

  • 11.09.2008 7:16 PM PDT

Posted by: YodaSoda
Posted by: Cpt LegendArian
Why don't you wait until this Saturday and release it as a treat on Halo's se7en year anniversary, Sprool.
I actually might do that.
Make it extra special. Have all the Bungie employees and mods styles really really cool. Or just add something special. That would be fun. :)

  • 11.09.2008 10:06 PM PDT

"Once Bungie takes over the world, The Marty Army will take over Bungie and then we'll really have some fun."
-Marty O'Donnell

"Condemnant quod non intellegunt."

Make Bungie.net More Enjoyable: Read & Follow

I should have something for you guys on the big se7en too.

  • 11.10.2008 9:03 AM PDT