xtrapsp
02-12-2012, 04:24 PM
Hey guys writing a script. Looked at someone elses script and to pick a spell they have
Spell := DTMFromString('m6wAAAHic42ZgYMhmYmAoBuJSKAax85gg4h lAnAbEmVAxXUYGBiMg1gNiLSBWB2JVKAaxQfLGQGwCxDKbmBik +ViIwlwMxANGEjASAACR+wlw');
How do I do this for a teleport spell? also what does all the coding mean xd
Ontop of that:
procedure Statistics4bot;
begin
Clock := [0,0];
ConvertTime(GetTimeRunning,Clock[0],Clock[1])
Writeln('Time Running ' +tostr(Clock[0])+':'+tostr(Clock[1]))
Writeln('You have made ' + IntToStr(t * 27) + ' This is how many you have enchanted')
end;
it says the 3rd line is wrong? [Error] (62:9): Invalid number of parameters at line 61
Compiling failed.
Spell := DTMFromString('m6wAAAHic42ZgYMhmYmAoBuJSKAax85gg4h lAnAbEmVAxXUYGBiMg1gNiLSBWB2JVKAaxQfLGQGwCxDKbmBik +ViIwlwMxANGEjASAACR+wlw');
How do I do this for a teleport spell? also what does all the coding mean xd
Ontop of that:
procedure Statistics4bot;
begin
Clock := [0,0];
ConvertTime(GetTimeRunning,Clock[0],Clock[1])
Writeln('Time Running ' +tostr(Clock[0])+':'+tostr(Clock[1]))
Writeln('You have made ' + IntToStr(t * 27) + ' This is how many you have enchanted')
end;
it says the 3rd line is wrong? [Error] (62:9): Invalid number of parameters at line 61
Compiling failed.