View Full Version : Old uptext
DeSnob
12-04-2011, 03:55 PM
How can I get the old uptext font files? Similar to this:
http://i.imgur.com/pWn4T.png
Markus
12-04-2011, 04:25 PM
Should still be included in Simba, but with a different name (UpCharsEx? No idea)
Harry
12-04-2011, 04:31 PM
I'm pretty sure they are still called "UpChars". I think the new ones are called UpCharsEx.
Wizzup?
12-04-2011, 05:08 PM
I'm pretty sure they are still called "UpChars". I think the new ones are called UpCharsEx.
No, I think the old ones are UpCharsEx.
Failure
12-04-2011, 06:51 PM
No, I think the old ones are UpCharsEx.
That doesn't seem to work for me though, cause the old fonts are mostly used for Private Servers would be usefull for me I tried this
program New;
{$i SRL/SRL.scar}
var x,y:Integer;
begin
SetupSRL;
MMouse(619, 228, 0, 0)
Wait(50);
If UpCharsEx('eedle') then
Begin
WriteLn('We found the Needle!');
End;
end.
Gives me this
[Error] (16:14): Type mismatch at line 15
Compiling failed.
I'm probably doing something wrong, but I don't know what.
wasfer
12-04-2011, 07:29 PM
That doesn't seem to work for me though, cause the old fonts are mostly used for Private Servers would be usefull for me I tried this
program New;
{$i SRL/SRL.scar}
var x,y:Integer;
begin
SetupSRL;
MMouse(619, 228, 0, 0)
Wait(50);
If UpCharsEx('eedle') then
Begin
WriteLn('We found the Needle!');
End;
end.
Gives me this
[Error] (16:14): Type mismatch at line 15
Compiling failed.
I'm probably doing something wrong, but I don't know what.
Use
IF IsUpTextEx('eedle') then
Failure
12-04-2011, 07:35 PM
Use
IF IsUpTextEx('eedle') then
Tried but only moves the mouse but doesn't find the Needle string, nor prints it then.
Wizzup?
12-04-2011, 07:37 PM
If you don't want to macro on the new runescape, just rename the UpChars folder to UpCharsNew and then rename the UpCharsEx to UpChars, then rs_getuptext should just work.
Failure
12-04-2011, 08:04 PM
If you don't want to macro on the new runescape, just rename the UpChars folder to UpCharsNew and then rename the UpCharsEx to UpChars, then rs_getuptext should just work.
Done that, but it seems the whole UpChars nor UpCharsEx exist, cause as soon I type UpChars( then it should pop up with a help thingy like
UpChars(string, boolean:) thing.
Wizzup?
12-04-2011, 08:04 PM
Done that, but it seems the whole UpChars nor UpCharsEx exist, cause as soon I type UpChars( then it should pop up with a help thingy like
UpChars(string, boolean:) thing.
UpChars is NOT a function.
Failure
12-04-2011, 08:08 PM
UpChars is NOT a function.
I don't know, I'm still learning, I done what you said, and it doesn't seem to work might you could provide me with an example of this?
program New;
{$i SRL/SRL.scar}
var x,y:Integer;
begin
SetupSRL;
MMouse(619, 228, 0, 0)
Wait(50);
If UpChars('eedle') then
Begin
WriteLn('We found the Needle!');
End;
end.
Wizzup?
12-04-2011, 09:21 PM
http://docs.villavu.com/srl-5/text.html#isuptext
DeSnob
12-05-2011, 12:21 PM
Alright thanks guys. :)
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.