The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Notice new message-very effective and interesting Details »» | |||||||||||||||||||||||||||
Notice new message-very effective and interesting
Developer Last Online: Apr 2008
Really simple, just copy this code and add at begining of template navbar:
Code:
<if condition="$bbuserinfo['pmunread']"> <!-- Script New PM --> <OBJECT classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F id=ricci width="32" height="32"></OBJECT> <SCRIPT> var MerlinID; var MerlinACS; ricci.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); Merlin = ricci.Characters.Character(MerlinID); Merlin.Show(); Merlin.Play("congratulate"); Merlin.Speak("You have new message!"); Merlin.Play("domagic1"); Merlin.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = ricci.Characters.Load(CharID, CharACS); return(true); } </SCRIPT> <!-- / Script New PM --></if> Show Your Support
|
Comments |
#2
|
|||
|
|||
Who or what is 'Merlin'?!
|
#3
|
|||
|
|||
Hmmm... This guy must be on drugs or something.
What does Merlin, whoever he is, have to do with PMs? EDIT: I think this is the Windows Animated Helper or something. But how is it supposed to connect to vB? |
#4
|
|||
|
|||
Image of Big Grin smile(grin.gif),you must replace by " : D " (Dont' have space between ":" and "D")
MrNase: Demo Image will show you who Merlin is,or you can hack immediately,you will know him. |
#5
|
||||
|
||||
Quote:
Releases like this make me think if moderated releases would be better. :disappointed: |
#6
|
||||
|
||||
Nice but u have an error in OBJECT classid=CLSID and at the end needs a </if>
|
#7
|
|||
|
|||
very funny just do this
Code:
<if condition="$bbuserinfo['pmunread']"> <!-- Script New PM --> <OBJECT classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F id=ricci width="32" height="32"></OBJECT> <SCRIPT> var MerlinID; var MerlinACS; ricci.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); Merlin = ricci.Characters.Character(MerlinID); Merlin.Show(); Merlin.Play("congratulate"); Merlin.Speak("You have new message!"); Merlin.Play("domagic1"); Merlin.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = ricci.Characters.Load(CharID, CharACS); return(true); } </SCRIPT> <!-- / Script New PM --></if> |
#8
|
|||
|
|||
Variables
Code:
Merlin.Play("Announce"); Code:
Merlin.Play("Greet"); look up merlin on google for more variables |
#9
|
|||
|
|||
This is the one im using on a test board, this one makes him fly about...
Code:
<if condition="$bbuserinfo['pmunread']"> <!-- Script New PM --> <OBJECT classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F id=ricci width="32" height="32"></OBJECT> <SCRIPT> var MerlinID; var MerlinACS; ricci.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); Merlin = ricci.Characters.Character(MerlinID); Merlin.MoveTo(0, 0); Merlin.Show(); Merlin.MoveTo(800, 500); Merlin.Play("Announce"); Merlin.Play("Greet"); Merlin.Play("Read"); Merlin.Speak("You have a new Board Message!"); Merlin.Play("domagic2"); Merlin.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = ricci.Characters.Load(CharID, CharACS); return(true); } </SCRIPT> <!-- / Script New PM --></if> |
#10
|
||||
|
||||
this will make him fly at the top right of your page and announce the pm and the username :
Code:
<if condition="$bbuserinfo['pmunread']"> <!-- Script New PM --> <OBJECT classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F id=ricci width="32" height="32"></OBJECT> <SCRIPT> var MerlinID; var MerlinACS; ricci.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); Merlin = ricci.Characters.Character(MerlinID); Merlin.Show(); Merlin.MoveTo(750,200); Merlin.Play("congratulate"); Merlin.Speak("$bbuserinfo[username]- You have new message!"); Merlin.Play("domagic1"); Merlin.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = ricci.Characters.Load(CharID, CharACS); return(true); } </SCRIPT> <!-- / Script New PM --></if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|