how the hell???
#1
how the hell???
#7
15K+ Super Poster!!
iTrader: (35)
Joined: May 2003
Posts: 15,109
Likes: 0
From: Vimto Land Nr Warrington, Cheshire
Nothings happening on my PC.
So I looked at his <head> tag and he has added this....
So what did it do then ?
So I looked at his <head> tag and he has added this....
Code:
<object id="wolfi" height="32" width="32" classid="CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F">> </object><SCRIPT language=JavaScript type=text/javascript> function LoadLocalAgent(CharID, CharACS) { LoadReq = wolfi.Characters.Load(CharID, CharACS); return(true); } var MerlinID; var MerlinACS; wolfi.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); Merlin = wolfi.Characters.Character(MerlinID); Merlin.Show(); Merlin.Play("Surprised"); Merlin.Play("GetAttention"); Merlin.Play("GetAttention"); Merlin.Play("Blink"); Merlin.speak("Hello, i am brandys wizard and i have been sent here to tell you about the van"); Merlin.Play("Blink"); Merlin.Play("Confused"); Merlin.MoveTo (685,420); Merlin.Play('DoMAgic1');Merlin.Play('DoMAgic2'); Merlin.Play("GetAttention"); Merlin.Play("Surprised"); Merlin.Play('GestureLeft'); Merlin.Play('GestureRight'); Merlin.speak("Questions? please ring me on the number given below as the van is being listed for my brother in law, and you are better off speaking to him"); Merlin.MoveTo (210,420); Merlin.Play("GetAttention"); Merlin.Play('DoMAgic1');Merlin.Play('DoMAgic2'); Merlin.Play("Surprised"); Merlin.Play('GestureRight'); Merlin.Play("Blink"); Merlin.speak("as you can see it is in good clean condition, and it is a fantastic drive"); Merlin.MoveTo (585,320); Merlin.Play("GetAttention"); Merlin.Play('DoMAgic1');Merlin.Play('DoMAgic2'); Merlin.Play("Surprised"); Merlin.Play('GestureLeft'); Merlin.speak("it has got a clifford alarm and immobiliser which also operates the central locking, included is the remote controlled c d player which also plays m p 3 files from discs"); Merlin.MoveTo (685,420); Merlin.Play("GetAttention"); Merlin.Play('DoMAgic1');Merlin.Play('DoMAgic2'); Merlin.Play('GestureRight'); Merlin.speak("i bought the van to convert into a camper, so for the last six months it has not been used for business purposes"); Merlin.MoveTo (585,320); Merlin.Play("GetAttention"); Merlin.Play("Surprised"); Merlin.Play('GestureLeft'); Merlin.speak("if you live local, come and have a look, you are also welcome to test drive it, you wont find a better tranny on ebay, probably") Merlin.Play('DoMAgic1');Merlin.Play('DoMAgic2'); Merlin.MoveTo (685,420); Merlin.Play("Blink"); Merlin.speak(" the cab is seperated from the back, so its a quiet drive and nice and warm in cold weather"); Merlin.Play('DoMAgic1');Merlin.Play('DoMAgic2'); Merlin.MoveTo (210,420); Merlin.Play("Blink"); Merlin.speak("what are you waiting for, place your bid now, will you find better"); Merlin.Hide(); </SCRIPT>
So what did it do then ?
Trending Topics
#10
15K+ Super Poster!!
iTrader: (35)
Joined: May 2003
Posts: 15,109
Likes: 0
From: Vimto Land Nr Warrington, Cheshire
On the ebay page click <view> (top of your browser window)
then click <source>
Then open in whatever ..... notepad, wordpad etc.
I find it useful if looking at highish value items. You can get all sorts of links to the seller from it.
then click <source>
Then open in whatever ..... notepad, wordpad etc.
I find it useful if looking at highish value items. You can get all sorts of links to the seller from it.
#17
You can change what he says like so:
Merlin.speak("Hello, i am brandys wizard and i have been sent here to tell you about the van");
That is the command for him to speak. You can change any of the text between the "" marks
A list of other commands:
Animation.AddItem ("Acknowledge")
Animation.AddItem ("Announce")
Animation.AddItem ("Blink")
Animation.AddItem ("Congratulate")
Animation.AddItem ("DoMagic1")
Animation.AddItem ("DoMagic2")
Animation.AddItem ("Explain")
Animation.AddItem ("GestureDown")
Animation.AddItem ("GestureLeft")
Animation.AddItem ("GestureRight")
Animation.AddItem ("GetAttention")
Animation.AddItem ("LookUpBlink")
Animation.AddItem ("MoveDown")
Animation.AddItem ("MoveLeft")
Animation.AddItem ("MoveRight")
Animation.AddItem ("MoveUp")
Animation.AddItem ("Pleased")
Animation.AddItem ("Process")
Animation.AddItem ("Read")
Animation.AddItem ("Sad")
Animation.AddItem ("Search")
Animation.AddItem ("Show")
Animation.AddItem ("Think")
Animation.AddItem ("Wave")
Animation.AddItem ("Write")
There are also three other characters.
Peedy the parrot (accessed as peedy)
Genie (accessed as genie)
Robby the robot (accessed as robby)
Steve
Merlin.speak("Hello, i am brandys wizard and i have been sent here to tell you about the van");
That is the command for him to speak. You can change any of the text between the "" marks
A list of other commands:
Animation.AddItem ("Acknowledge")
Animation.AddItem ("Announce")
Animation.AddItem ("Blink")
Animation.AddItem ("Congratulate")
Animation.AddItem ("DoMagic1")
Animation.AddItem ("DoMagic2")
Animation.AddItem ("Explain")
Animation.AddItem ("GestureDown")
Animation.AddItem ("GestureLeft")
Animation.AddItem ("GestureRight")
Animation.AddItem ("GetAttention")
Animation.AddItem ("LookUpBlink")
Animation.AddItem ("MoveDown")
Animation.AddItem ("MoveLeft")
Animation.AddItem ("MoveRight")
Animation.AddItem ("MoveUp")
Animation.AddItem ("Pleased")
Animation.AddItem ("Process")
Animation.AddItem ("Read")
Animation.AddItem ("Sad")
Animation.AddItem ("Search")
Animation.AddItem ("Show")
Animation.AddItem ("Think")
Animation.AddItem ("Wave")
Animation.AddItem ("Write")
There are also three other characters.
Peedy the parrot (accessed as peedy)
Genie (accessed as genie)
Robby the robot (accessed as robby)
Steve
#19
<object id="wolfi" height="32" width="32" classid="CLSID45FD31B-5C6E-11D1-9EC1-00C04FD7081F">> </object><SCRIPT language=JavaScript type=text/javascript>
function LoadLocalAgent(CharID, CharACS) {
LoadReq = wolfi.Characters.Load(CharID, CharACS);
return(true);
}
var MerlinID;
var MerlinACS;
wolfi.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
Merlin = wolfi.Characters.Character(MerlinID);
Merlin.Show();
Merlin.Play("Surprised");
Merlin.Hide();
</SCRIPT>
Above is the bare code.
Add as many bits as you like.
If adding it in E-Bay, you would have to ensure you have HTML switched on.
Steve
function LoadLocalAgent(CharID, CharACS) {
LoadReq = wolfi.Characters.Load(CharID, CharACS);
return(true);
}
var MerlinID;
var MerlinACS;
wolfi.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
Merlin = wolfi.Characters.Character(MerlinID);
Merlin.Show();
Merlin.Play("Surprised");
Merlin.Hide();
</SCRIPT>
Above is the bare code.
Add as many bits as you like.
If adding it in E-Bay, you would have to ensure you have HTML switched on.
Steve
#22
Originally Posted by James Raby
Nothing happening???????
Quite a few websites will not work properly without this download and will give RED X figures where there should be buttons and it just makes you think the site has a problem
If you can't see the buttons on the left of this page then you need the Java download
http://www.turbo-bike.net/
Mark
Thread
Thread Starter
Forum
Replies
Last Post
deathrider666
Technical help Q & A
3
28-09-2015 06:12 PM
3doorcozmess
Ford RS Cosworth Parts for Sale
1
20-09-2015 06:15 PM