PDA

View Full Version : Game Engine Update 26 / 6 / 07



nielsie95
06-26-2007, 12:20 PM
Game Engine Update
This week we've made another internal upgrade to the RuneScape game engine, which makes it possible for us to do more complex/varied updates in the future.


I believe they changed the loading page into a little square top-left. Can't see anything else.. Someone else noticed something?

LoggedIn isn't working anymore.. Hold your army until this is fixed!.

Edit: Try this temp fix and tell me if it works! (http://www.srl-forums.com/forum/showpost.php?p=144642&postcount=14)

The Claw said KYAB is down too..

Nielsie95

Harry
06-26-2007, 12:25 PM
Wow.. are we screwed?

Team_epic
06-26-2007, 12:32 PM
why do none of my scripts work any more?

jbrauman
06-26-2007, 12:33 PM
Thats what I was wondering...

nielsie95
06-26-2007, 12:34 PM
@Hy: I don't think so, except for the loading screen.

@Team_L + jb: I'm not sure, what scripts are you using..?

wired16
06-26-2007, 12:34 PM
Wow.. are we screwed?



no.. not at all...

jbrauman
06-26-2007, 12:36 PM
RadialWalk
HighestAngle

They're the only ones ive noticed not working so far...

Team_epic
06-26-2007, 12:37 PM
im using my power chopper and pentis multi cities none of them work anymore

Team_epic
06-26-2007, 12:39 PM
like it will login and then the mouse just sits there it doesnt even move any more...

nielsie95
06-26-2007, 12:39 PM
Ah! I got it.. LoggedIn isn't working anymore.


It's best to hold your army until this is fixed!!

roosrule12345
06-26-2007, 12:40 PM
same im using wizzy ess miner logs in then mouse just sits there was using five mins before update no problems.

MasterKill
06-26-2007, 12:43 PM
that stinks ...
now wait for an update :D

WinterDream
06-26-2007, 12:50 PM
My char does login but the mouse doesnt move ingame :'(

nielsie95
06-26-2007, 12:50 PM
This is a temp fix:


Go to your Scar map
Open the includes-map.
Open the SRL map.
Again open the SRL map.
Open the Core-map.
Open Login.Scar
Go to line 28.
You should see this line:
Result := (GetColor(422, 480) = 16777215);
Change 422 to 421.
Now it should look like this Result := (GetColor(421, 480) = 16777215);
Save the file.
Test and it should work.


Edit: With map I mean folder and with Scar map I mean C:\Program Files\SCAR 3.06 :)

Harry
06-26-2007, 12:52 PM
Scroll up/down in the chat window is changed

mastaraymond
06-26-2007, 12:54 PM
They changed the scrollbar of the chatbox :(
EDIT: Nielsie fix works allright, im watching the script. Still runs!

EDIT: How you gut such a 'box' in your post? ^^

EDIT: Wizzups fisher still works ( It's based on colors ^^). Just use the fix and it should work allright \o/.

MasterKill
06-26-2007, 12:57 PM
tnx, i'll test it 2 :D

Rikje
06-26-2007, 12:57 PM
@nielsie, nice found! it works. ;)

does it matter verry much the change the scroll bar?

ow, and by collor pick a tree. i notice that the color of that tree was much lower then normal. not that it matters verry much but anyway.

WT-Fakawi
06-26-2007, 01:00 PM
Quick observations:
Chat scrollbar and friendslist scrollbar have changed.
Chattext starts on different line.
LPW now is upperleft corner in black(!) box

mastaraymond: banana tags

MasterKill
06-26-2007, 01:00 PM
orriginal posted by NIELSIE95:

This is a temp fix:

1. Go to your Scar map
2. Open the includes-map.
3. Open the SRL map.
4. Again open the SRL map.
5. Open the Core-map.
6. Open Login.Scar
7. Go to line 28.
8. You should see this line:
Result := (GetColor(422, 480) = 16777215);
9. Change 422 to 421.
10. Save the file.
11. Test and it should work.

this is working tnx

Sumilion
06-26-2007, 01:01 PM
I just dont understand what use Jagex sees in changing these things by one single pixel....

roosrule12345
06-26-2007, 01:01 PM
nice ty it now works

roosrule12345
06-26-2007, 01:02 PM
nice ty it now works

jbrauman
06-26-2007, 01:03 PM
@Sumilion: lol.

nielsie95
06-26-2007, 01:06 PM
Great it works! :)
@Masta: Banana-tags ;)

FixChat isn't working also.. It is less of a problem though, cause the bar auto scrolls down when someone says something.

If you want to fix though:

NOTE: This is not the LoggedIn fix!!

Go to your Scar map
Open the includes-map.
Open the SRL map.
Again open the SRL map.
Open the Core-map.
Open the AntiRandoms map.
Open AntiRandoms.Scar
Go to line 277.
You should see these lines:

if (GetColor(486, 417) = 1646629) then
begin
MMouse(ScrollX, ScrollY, 0, 0)
while (GetColor(486, 417) = 1646629) do
Change 1777699 to 1646629. - Note: 2 times!
Now it should look like this
if (GetColor(486, 417) = 1646629) then
begin
MMouse(ScrollX, ScrollY, 0, 0)
while (GetColor(486, 417) = 1646629) do
Save the file.
Test and it should work.

ExilianorxXx
06-26-2007, 01:12 PM
Great it works! :)
@Masta: Banana-tags ;)

FixChat isn't working also.. It is less of a problem though, cause the bar auto scrolls down when someone says something.

If you want to fix though:

NOTE: This is not the LoggedIn fix!!

Go to your Scar map
Open the includes-map.
Open the SRL map.
Again open the SRL map.
Open the Core-map.
Open the AntiRandoms map.
Open AntiRandoms.Scar
Go to line 277.
You should see these lines:

if (GetColor(486, 417) = 1646629) then
begin
MMouse(ScrollX, ScrollY, 0, 0)
while (GetColor(486, 417) = 1646629) do
Change 1777699 to 1646629. - Note: 2 times!
Now it should look like this
if (GetColor(486, 417) = 1646629) then
begin
MMouse(ScrollX, ScrollY, 0, 0)
while (GetColor(486, 417) = 1646629) do
Save the file.
Test and it should work.


also for the people who dont know
map=folder in program files :D

nice fix btw :)

Markus
06-26-2007, 01:24 PM
Noticed the login button too. Just wanted to post.
I hate this update as I was trying to get a 12 hour report with Tara's chicken killer (with Cherokee ofcourse).
Only have a 5 hour report now :(

kellyjing
06-26-2007, 01:43 PM
omg , anyone can help on this pls, the dropping function on Pentti Multi City isn't working. i have tried to change the text "Drop" and "ore" to "rop" and "re" still would work.

Santa_Clause
06-26-2007, 01:56 PM
Zzz...1337 Nielsie.

WinterDream
06-26-2007, 02:02 PM
Thx for sharing the fix <3

Rikje
06-26-2007, 02:25 PM
the
SetChat('on', 1);
SetChat('friends', 2);
SetChat('on', 3);
SetChat('on', 1);
and stuff also don't work...

shaunthasheep
06-26-2007, 02:26 PM
New observation:
You now have the ability to switch through the game tabs using the F1-12 keys.


I just dont understand what use Jagex sees in changing these things by one single pixel....

Since they can't stop RsDemon, there probally coming for us =S

Harry
06-26-2007, 02:32 PM
I just dont understand what use Jagex sees in changing these things by one single pixel....

Jagex think we stupid..

Also Widthral X from bank the type part moved down

deathader
06-26-2007, 02:35 PM
Jagex think we stupid..

Also Widthral X from bank the type part moved down

No i'm... isn't?

Markus
06-26-2007, 02:37 PM
Just noticed: if you close the bank/shop screen it will say Closing... for a few seconds.

nielsie95
06-26-2007, 02:41 PM
Kelly: ChooseOption seems to work for me, anyone can confirm this?

Rik: You're right, in the SetChat procedure there's a LoggedIn check..

So only the GetChat and SetChat procedures aren't working (yet)?

Edit: Markus, going to check it right now.

Markus
06-26-2007, 02:43 PM
Chooseoption works, or at least in the chickenkiller.
Chats *seem* to work for me (tara too). It did put all the chats off.

iliana
06-26-2007, 02:46 PM
I don't use Scar but my own engine (see my first post), but here's a few things I've had to change in the last 10 mins:

1) The chatbox text is a couple of pixels out: 3 pixels left and 3 pixels up from where it was.

2) Inventory right click menus were previously limited to the Inventory box but now can float as far left as the right hand side of the (redesigned) chat box scrollbar. They also float as far right as the edge of the java window.

3) Escape key is now used by RS (as are all the Function keys). This screwed up my engine which used Esc as an "OMG" stop autoing now! button - because RS grabbed it my engine doesn't see the keypress anymore. Not sure how/if this one will affect Scar.

nielsie95
06-26-2007, 02:48 PM
Markus you're right, if you close the bank it waits a few seconds. CloseBank is still working probably though :)

Thanks Iliana :)

iliana
06-26-2007, 03:01 PM
Update: the inventory right click menu can float as far as the LEFT hand side of the chat box scroll bar if the item name is long enough!

In my coordinate system (origin 4 pixels up and left from top left of main 3D view) that makes the minimum coordinates 479,214.

mastaraymond
06-26-2007, 03:08 PM
Dudes, i found something:

Esc = open bag
But if you press f7 there will open an new tab, without icons. I think jagex is planning something:(
I see new featers coming.
Case random(1) of
0: OpenbagNormal
1: OpenBagByEsc
end;

^^ They are updating already! :D

jbrauman
06-26-2007, 03:08 PM
Dude, this is seriously gonna screw things up.

Harry
06-26-2007, 03:08 PM
Wow, hit F7 when logged in.. what gametab is that??

Hugolord
06-26-2007, 03:15 PM
thanks nielsie nice spot!

jbrauman
06-26-2007, 03:17 PM
They just updated it again?

Pressing F7 no longer does anything.

-jbrauman

EDIT: Anyone got any idea of a timeframe for when SRL is going to be working again? How long does it normally take to fix these things?

munk
06-26-2007, 03:20 PM
omg , anyone can help on this pls, the dropping function on Pentti Multi City isn't working. i have tried to change the text "Drop" and "ore" to "rop" and "re" still would work.

yeah, i had that problem too.


i dislike updates!

Markus
06-26-2007, 03:24 PM
I saw another thing, dunno if it is new, but when dragging items in the bank, they go transparant.

nielsie95
06-26-2007, 03:26 PM
That was already there Markus ;).

Bam Bam
06-26-2007, 03:31 PM
They just removed the F7 tab.

Nerheim
06-26-2007, 03:32 PM
Seemed to also work for me!!! Great fix!!! Reminds me of a story i heard about windows xp makers...they designed it so that it "cannot" be cracked with the limited auth keys you can use. And like 48 hours later hackers built a crack to get around it.

Edit: WTF??? the loading bar is now in the top left corner and it's like a black box with white lettering saying LOADING....

lolpie
06-26-2007, 03:50 PM
Jagex think we stupid..

Also Widthral X from bank the type part moved down

I wouldn't be complaining...better they think they can stop us with 1 pixel rather than a whole makeover :)

23labron23
06-26-2007, 04:06 PM
thanks for the help :)

Widget
06-26-2007, 04:33 PM
Wait, so do the F keys completely screw up most autotalkers..? (hehe mine still works, since it doesn't use them :P)

legendaryhero90
06-26-2007, 04:43 PM
I bet SRL can make perfect use of the hotkeys

Smartzkid
06-26-2007, 04:53 PM
Anyone got any idea of a timeframe for when SRL is going to be working again? How long does it normally take to fix these things?

It can take a while, maybe even until next version of SRL. Just be patient and fix it as well as you can



Seemed to also work for me!!! Great fix!!! Reminds me of a story i heard about windows xp makers...they designed it so that it "cannot" be cracked with the limited auth keys you can use. And like 48 hours later hackers built a crack to get around it.

:D Reminds me of how the new HD encryption scheme has been cracked 3? times, each time very shortly after its release

da_professa
06-26-2007, 04:57 PM
Thanks a lot for the fix niesle :)

I actually love the f6 things, pking = 10 times better now..

csn87r
06-26-2007, 05:04 PM
Hey i took the antirandom from

http://www.villavu.com/forum/showthread.php?t=

and changed mine to it, and that got the Ess miner to start working again,
also i used the login from that update someone posted(above), and the login from NIELSIE95 to get the login to work again,

but i cant get the red box(clcik here to play) to be clicked..


not sure why/how... any help?

RudeBoiAlex
06-26-2007, 05:59 PM
zomg i got this
{************************************************* ******************************
function LoggedIn: Boolean;
By: WT-Fakawi
Description: Returns True if Logged In.
************************************************** *****************************}

function LoggedIn: Boolean;
begin
Result := (GetColor(421, 480) = 16777215);
end;
still dont work

Rikje
06-26-2007, 06:10 PM
it should work.

maby you have scar divi and scar 2.03. then you need to change them on both..

Drakan
06-26-2007, 07:22 PM
lol we arent screwed, kyab isnt down anymore, and its just a matter of simple fixes, so all you people that are going "OMG WE'RE SCREWED" pleas just be quiet ^.^

Sc00by22
06-26-2007, 07:45 PM
Wheres map and how to fix, sorry for question but i dont understand the lingo you use :P

Drakan
06-26-2007, 07:48 PM
Map = Folder.

Harry
06-26-2007, 08:05 PM
F keys can do us great good :) Fast tab switching for running away

sweetleaf
06-26-2007, 08:12 PM
straight from the page. list of all F keys too


This week we've made another internal upgrade to the RuneScape game engine, which makes it possible for us to do more complex/varied updates in the future.

This time around the interface system has had another overhaul, with a large chunk of the system completely replaced with a more powerful version. We've then had to adjust and retest all the old interfaces to make sure they still work under the new system (a big job!).

One immediate improvement you'll notice with this update is some new 'hot keys' - much like the 'control' key can be used to run. Now, you can use F1 - F12 to open up most of your interfaces, and the 'escape' key will open your inventory. Once you get used to these, we're sure you'll find that it makes doing things much, much quicker.

The keys work like this:

Esc - Inventory
F1 - Combat options
F2 - Your statistics
F3 - Quest Journal
F4 - Equipped interface
F5 - Prayer
F6 - Spellbook
F8 - Friends list
F9 - Ignore list
F10 - Options interface
F11 - Emotes
F12 - Music Player
Control - Run

Most of the other changes that have been made aren't generally things that you'll notice immediately, but there's a surprisingly large amount of work involved in any engine upgrade. Admittedly, it's not the most exciting update in the short term, but it's definitely worth it in the long run!

All this frantic behind the scenes activity finally means we can now get started on some (much requested) updates to some of our main interfaces - updates which weren't previously possible, but now are! In the meantime, though, we've taken the opportunity to fix a few more bugs...

Ipewnjoo
06-26-2007, 08:31 PM
i cant find the scar map wheres it at?

blindman
06-26-2007, 08:42 PM
This is a temp fix:


Go to your Scar map
Open the includes-map.
Open the SRL map.
Again open the SRL map.
Open the Core-map.
Open Login.Scar
Go to line 28.
You should see this line:
Result := (GetColor(422, 480) = 16777215);
Change 422 to 421.
Now it should look like this Result := (GetColor(421, 480) = 16777215);
Save the file.
Test and it should work.


What's a SCAR map?

Jagex_Fagex
06-26-2007, 08:42 PM
update again? i was running a script last night, i used the temp fix, but it says the page has been updated. again?

Sc00by22
06-26-2007, 08:47 PM
Map = Folder also i think the "Click to continue" has moved because when i grow a crafting level the script stops because it cant click

andreas 22
06-26-2007, 08:49 PM
hey thanks for the fix it seems to be working ...
and blindman map means folder

blindman
06-26-2007, 08:50 PM
Map = Folder also i think the "Click to continue" has moved because when i grow a crafting level the script stops because it cant click

I really dont see a folder called map. Can you please give me the direction that folder is saved on your comp so i can get a better understanding.

iliana
06-26-2007, 08:51 PM
Here's a subtle little quirk that screwed my engine up, after clicking on the bank exit button there is now a lag (AFTER the bank dialog has disappeared) before the tabs are shown. This resulted in my engine thinking getting confused as to whether it was still in the bank or not, and madly clicking on the (now not there) bank close button. Oops!

andreas 22
06-26-2007, 08:53 PM
Blind man ... it will be in your program files folder so mine is C:\Program Files\SCAR 3.06\includes\SRL\SRL\core then the file named login and if your is the default aswell then it will be the same

Ipewnjoo
06-26-2007, 08:58 PM
is this supposed to fix auto fighters mine is still busted?

shadows-collide
06-26-2007, 09:42 PM
Excellent, its amazing how one coordinate can make that much diffrence lol.

Ipewnjoo
06-26-2007, 09:45 PM
so is there any other temporary fixes cause mine are still busted :mad:

NoUserName
06-26-2007, 10:49 PM
:spot: worked woot thanks

Harry
06-27-2007, 12:18 AM
A mod should really lock this or make it moderated.. way too many spam posts like "OMG WILL THIS FIX MY SCRIPT ??? I HAVEN'T EVER GOT IT RUNNING !~!" :p

Intrusion
06-27-2007, 12:20 AM
temp fix = fixes my scripts so it moves the mouse on the screen again.

but i have another problem, my power wc script keeps saying that it cant find the color of my axe when my axe is in the first inv slot.

this script was completley working the night before the game update.


---Edit---

nevermind. i found the problem.

Hobbit
06-27-2007, 12:36 AM
Hey atleast this problem is a lot less sevier than when they completely installed the new engine a long time ago.

randy marsh
06-27-2007, 12:43 AM
ohh now there's hot keys for quick acces to your inventory could this be useful for scripts?
http://news.runescape.com/list.ws?cat=1&page=1

LordGregGreg
06-27-2007, 12:44 AM
Considering how jagex said that this will make updates easier in teh future.. perhaps they plan on changing these pixecls every time.

Also, scar willl never be defauted, it cant, so long as a human can read and navigate his way through the game, then so can scar, no update will ever be able to get past that.
Srl is made up of user who almost want jagex to do this kinda stuff, and anticipate the chalenge, i know that if it wasn't for this, rs scripting would be much less of a thrill.
Everyone is fine dont worry,

(sorry i dont got the time to help with this update, and um, godspeed.)

Hobbit
06-27-2007, 12:55 AM
Imma check after i restart my computer b/c is being dumb but anyway, in the new update they prolyl fixed the tele glitch.

Tele Glitch Steps:

1. Get ardy tele runes, charged glory, and thing from monkey madness that makes u a money(forget what its called)
2. Tele to ardy.
3. Go to zoo
4. Become a monkey
5. Rub glory(BUT DO NOT TELE YET)
6. Open stats page
7. Click tele to edge
8. Start clicking on one of the stats non stop.
9. When you appear you will be defored...you legs straight up and down but you upper body placed horizontally on top...


So you look like this >> TÂș LOL

Mjordan
06-27-2007, 01:06 AM
Didn't read through the five pages to see if anyone has already said this, but KYAB is still working. And believe it or not, the update has actually made it faster!

jbrauman
06-27-2007, 01:36 AM
ohh now there's hot keys for quick acces to your inventory could this be useful for scripts?
http://news.runescape.com/list.ws?cat=1&page=1

You bet your ass it will be :sasmokin:

-jbrauman

ppman
06-27-2007, 02:37 AM
I get a error please help me it says

Line 46: [Error] (46:1): Uknown identifier 'Mouse' in script C:/Program Files/SCAR 3.06/includes/SRL/SRL/core/Login.scar

Macho Man67
06-27-2007, 02:43 AM
Man, darn update. Thanks for the temp fix though. Also as a comment

" SRL will not be defeated!"

Ilikepie1995
06-27-2007, 02:44 AM
orriginal posted by NIELSIE95:

This is a temp fix:

1. Go to your Scar map
2. Open the includes-map.
3. Open the SRL map.
4. Again open the SRL map.
5. Open the Core-map.
6. Open Login.Scar
7. Go to line 28.
8. You should see this line:
Result := (GetColor(422, 480) = 16777215);
9. Change 422 to 421.
10. Save the file.
11. Test and it should work.

- I dont get it?
Go to your scar map //WTF?
Open the includes-map //.....Ehh
Open the SRL Map //What SRL map where ?

CAN SOMEONE EXPLAIN IT LIKE UNDERSTANDEBLY?
THanks -Pie

Mjordan
06-27-2007, 02:50 AM
@Ilikepie1995, by map he means folder ;)

logical guy711
06-27-2007, 02:54 AM
- I dont get it?
Go to your scar map //WTF?
Open the includes-map //.....Ehh
Open the SRL Map //What SRL map where ?

CAN SOMEONE EXPLAIN IT LIKE UNDERSTANDEBLY?
THanks -Pie

just go to the folders where everything is set
so go to your

Scar folder then
includes folder then
SRL folder then
core folder then

then open the Login.scar with Scar

go to the correct line and make the changes.

*its just that simple.*

jbrauman
06-27-2007, 02:56 AM
What about all the other stuff that isn't working though?
When is that going to get fixed?

-jbrauman

ppman
06-27-2007, 03:22 AM
I get a error please help me it says

Line 46: [Error] (46:1): Uknown identifier 'Mouse' in script C:/Program Files/SCAR 3.06/includes/SRL/SRL/core/Login.scar

Intrusion
06-27-2007, 03:25 AM
I get a error please help me it says

Line 46: [Error] (46:1): Uknown identifier 'Mouse' in script C:/Program Files/SCAR 3.06/includes/SRL/SRL/core/Login.scar

i didnt get that error. did you do anything to the file?

e-man
06-27-2007, 03:31 AM
i use DevilFlaxSpinner_v2.1 and it doesnt input the number
so it doesnt spin any flax

Smartzkid
06-27-2007, 03:58 AM
I doubt that's a SRL problem...

@ppman: Maybe you accidentally deleted something you shouldn't have? Try re-downloading SRL.

dx019
06-27-2007, 04:01 AM
thx so much neilse u da best! it works well!

snaidus
06-27-2007, 04:08 AM
k wtf.. none of my scripts work..

nothing works!!!!! wtf do i do

snaidus
06-27-2007, 04:12 AM
No scripts are working for me, iv tried Auto Chopper, Basic Flax picker, NeG Bow stringer, ect...

It starts then the mouse coursor just sits there?..

is this because of the new update?

but i still see noob auto'ers auto'ing ..wtf is up

Jagex_Fagex
06-27-2007, 04:38 AM
not sure if this was from this update, but i have noticed 2 kinds of small nets. I dunno if this is my comp or not but yet, one with holes, one without.. has this alerady been picked up or is it just my computer?

crossback7
06-27-2007, 04:56 AM
Some of the people above need to read the first page.

Jagex could make using SCAR much more of a challenge by changing the pixels often like this. Although, I'm kinda guessing that somebody would find a way to automatically have the includes and the such update themselves.


EDIT:

This was 100th post!!!! So uh. . .feel proud?

kellyjing
06-27-2007, 05:15 AM
thanks Nielsie, i have tried using chooseoption and is working fine, but all responder using inchat cant work, is there a change in words color? i trying to find out how the words color in the chatbox work. Thanks again for the help.

hardcore007
06-27-2007, 05:22 AM
Nice fixes, and jagex makes it easyer to auto by adding lovely shortkeys.

maglor
06-27-2007, 06:11 AM
Well, not really easier, because a lot of functions will have to change... (Load screen, New scrollbars, The text starts on another line!)

crackerskid
06-27-2007, 06:19 AM
ty m8 i was on when it happened 11pm in australia then after it i was going to bed and wanted the macro to work and it didnt i spent 30 minutes trying to work it out but could lol thought RS had worked out how to stop as lol

rkroxpunk
06-27-2007, 09:15 AM
hmm imagine if they changed 1 pixel of everything in RS *shudders*

Koukero
06-27-2007, 09:34 AM
works after editing that, but only for like 10 min, then it gets callibrated by fishing symbol i guess, it didnt say it thought

hardcore007
06-27-2007, 09:40 AM
i dont think some randoms work, like for example when pickaxehead flys off pixaxe finding and sandwitch lady random :(, i guess im going to hold my army till next version release, or stop being lazy and fix it myself :P

Aje
06-27-2007, 11:00 AM
Theres anoth update, when u fletch for example u right click on long bow it will ask how many in that pop up box... that got updated too

Vicious
06-27-2007, 02:06 PM
I've been noticing, ever since the update I seem to get more randoms. I thought I was flagged until I saw other people getting 'em too. I was actually playing (not using Scar) when they were appearing. I dunno.

ppman
06-27-2007, 02:30 PM
Hey man... i did reinstall scar and download includes and srl and did the tut. but the same thing is happening.

I get a error please help me it says

Line 46: [Error] (46:1): Uknown identifier 'Mouse' in script C:/Program Files/SCAR 3.06/includes/SRL/SRL/core/Login.scar


please help wanna auto again.
--ppman

Just Kidding
06-27-2007, 03:06 PM
I have been getting more randoms on may main as well. I think alot of people are. I always get them when I move from one skill to another. Such as fighting then going to tele. Or when I am fishing then start to cook. Pretty much a given now.

Jethr0x
06-27-2007, 03:41 PM
srry if this is a stupid post... but now wont the srl devs have to add a new function, like "isRSLoading" because now that theres a big BLACK blox with no way to see thru it.. it blocks the uptext.. and uptext multi... I havent had any problems with this... just a thought...

Again sorry if its a stupid post


AND FOR THOSE WHO SEE MORE RANDOMS...

this is from before the runescape update, somone on their forums somone suggested adding more randoms to help with the macroing "problem". The person also said that more randoms might be cooler because it will me it easier to get camo, and mime and things like that.... I dont remember the persons name, but if I did I would flame th hell outta them... I had 59 randoms in 1 day (counted after 5 tele matrix glites in a row (after each herb run)).

Abyssal
06-27-2007, 03:58 PM
Awesome, sweet. One of these days, though, they are going to totally screw us over and mess the whole UI in the game up...

LordGregGreg
06-27-2007, 04:03 PM
Awesome, sweet. One of these days, though, they are going to totally screw us over and mess the whole UI in the game up...

Sure, it will be a pain to fix, but so long as a human can still play the game, then so can srl. Period, think about it. By messing with the entire UI they are just going to piss off the people that are playing the game too. THat would make them loose money, where as stopping us for a few days would require them lots of money to make the changes, and then having us stoped, wouldnt gain them anything either.:(h):

deiwis
06-27-2007, 04:17 PM
ok we had another game update and i noticed a new problem, i am curently using Sumilions rimington miner and accout switching don't work any more.

Jethr0x
06-27-2007, 04:22 PM
~Alex's~ Yew Chopper for edgeville still wont work. I have not tried anymore scripts tho

maux
06-27-2007, 05:25 PM
my flax picker+banker+spiner just log in then it go to the exit door logo and press log out:duh:

wired16
06-27-2007, 05:32 PM
did you guys even do the fixes?

Mjordan
06-27-2007, 05:33 PM
hmm imagine if they changed 1 pixel of everything in RS *shudders*
And the bad thing is, that prolly wouldn't be too hard at all for them to do.

deiwis
06-27-2007, 05:35 PM
I did, yesterday and everything was fine until todays update, account switching function is died. I'm not good at scripting so if anyone will fix it please paste instructions here. thanx

iliana
06-27-2007, 06:51 PM
Interesting post from "Mod Ash" on the Jagex forum (Quick find code: 15-16-82-46493698):

"...The aim of all these updates was to de-hardcode lots of game features, allowing the Content team to code them in flexible script instead..."

I guess that this means that things, in the past, we relied on being consistent may now change depending on the context. For example right click menus may be different depending on the item you are clicking, assuming the scripts are attached to the item. Makes sense, there are lots of no-function 'operate' options in RS right now.

RAM
06-27-2007, 09:31 PM
not sure if this was from this update, but i have noticed 2 kinds of small nets. I dunno if this is my comp or not but yet, one with holes, one without.. has this alerady been picked up or is it just my computer?

High Detail=Holes, (unsigned)Low Detail= No Holes

mastaraymond
06-27-2007, 09:53 PM
High Detail=Holes, (unsigned)Low Detail= No Holes

Wrong. if you walk through a LPW-Screen the No Holes net will change into a 'normal' one ;)

WT-Fakawi
06-27-2007, 09:57 PM
Wrong. if you walk through a LPW-Screen the No Holes net will change into a 'normal' one ;) Bug++ point for mastaraymond!

Drakan
06-27-2007, 09:57 PM
omfg for those of you who STILL dont get it after its been said AT LEASTE 3 or 4 times, MAP MEANS FOLDER. When they say got to Includes Map he means OPEN THE INCLUDES FOLDER. IF you still dont get it then KILL URSELF!

EDIT: If you dont want to kill yourself then follow these instructions:

First go to a very tall building
Next, Open a window at the top.
Then stand by the window, very unbalanced
then wait till someone walks by and taps you a little
Fall


There, you didnt kill yourself technically

XcanadamanX
06-27-2007, 10:47 PM
is there a fix for lastchatter yet? or did i look right past it.

WT-Fakawi
06-27-2007, 11:04 PM
Yes there is a fix:



SRL 3.81 (http://www.villavu.com/forum/showthread.php?t=12579?t=13955)

XcanadamanX
06-27-2007, 11:07 PM
thanks fawk:D

edit: Getnewchatmsg and lastchatter not working in new srl.

RAM
06-27-2007, 11:42 PM
Wrong. if you walk through a LPW-Screen the No Holes net will change into a 'normal' one ;)

Hmm, who says you can't teach an Old Dog, New Tricks :) learn something new everyday...I don't fish much, but that is good to know, Obviously I always thought it had to do with the details/applets...

ThePrince
06-28-2007, 05:07 AM
hmmmm they really went out there way to screw us..such lil changes yet it stuffs up everything

Pancakes
06-28-2007, 02:57 PM
thanks fawk:D

edit: Getnewchatmsg and lastchatter not working in new srl.

Any fixes for these?

XcanadamanX
06-28-2007, 02:59 PM
not yet that i know of. try it see if its only mine screwing up. it returns a string of: ..1!: ......: etc.

nielsie95
06-28-2007, 03:08 PM
Download the new SRL.

XcanadamanX
06-28-2007, 03:12 PM
i did...unless there is a newer one than the one fawk posted above

ecliptic
06-28-2007, 03:35 PM
where u find map

nielsie95
06-28-2007, 04:56 PM
Just update to SRL 3.81, it has the fixes included. :)

old death
06-28-2007, 06:00 PM
Got the following error message... any ideas?

Failed when compiling
Line 302: [Error] (16568:1): Unknown identifier 'ClickMMColor' in script C:\Documents and Settings\*********\Desktop\Mining guild raper by....scar

EL_TYCHO
06-28-2007, 08:35 PM
Lol it was 01.00 am when I found out that nothing worked, was gonna let it power wc allnight but it didnt worked :D
Downloaded SRL 3.81, hoe everything works now ;)

XcanadamanX
06-28-2007, 08:54 PM
this is what im getting from GetNewChatMsg: . i . . .. . i
the real chat message is: You retrieve a bar of mithril.
just a bit off eh?

mastaraymond
06-28-2007, 09:01 PM
this is what im getting from GetNewChatMsg: . i . . .. . i
the real chat message is: You retrieve a bar of mithril.
just a bit off eh?

LastChatter and GetLastChatText should work alright. I have also encountered these problems, but not always. I don't know what it is :')

XcanadamanX
06-28-2007, 09:26 PM
this is what i got after going
repeat
writeln(getnewchatmsg)
until false

..i..,i .. ...,..i
i i..... .. .,...i -i ...: :
i i..... .. .,...i -i ...: :
i i..... .. .,...i -i ...: :
i i..... .. .,...i -i ...: :
i i..... .. .,...i -i ...: :
i i..... .. .,...i -i ...: :
i i..... .. .,...i -i ...: :
i... i ..
i... i ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
... ii:.... . ....i.:.i. - i . . ..
.i..:.... -..: i. -i .
.i..:.... -..: i. -i .
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
. . . i . .. .i
ii:
ii:
ii:
ii:
ii:
ii:
ii:

A G E N T
06-28-2007, 09:40 PM
Does anyone know if GetBlackChatMessage is still working?

BTW, maybe I just haven't looked in a long time, but I opened up C:\WINDOWS\system32\.file_store_32 and .jagex_store_32, they have all kinds of stuff in them but I couldn't find the UID...is this new or am I just out of it?

Harry
06-28-2007, 09:42 PM
the chat window should scroll down like a pixle (it doe son the SRM) and then it works.

Pancakes
06-29-2007, 01:58 AM
The problem is that the chat box defaults as not scrolled down the whole way. Use this function:
procedure ScrollChatDown;
var x, y, i, ScrollBMP : Integer;
begin
ScrollBMP := BitmapFromString(16, 16, 'z78DABDD43D92C3200C0' +
'5E02BE91F286DB0EF7FA4F5200A31ACBD4EB149F19AE02F9A 6711' +
'80EB83F0CFB9B5A2D6CA9ED5A8506A5A734D45CB942599A62 9259' +
'1CA94608752626329D177797C9B2D49F533CF69A78198ED5A 4562' +
'6A91C6DBE4F799A33C9E0D39CE6F708DB19AA69A040D94F99 02AC' +
'4533FDEC09DEC82CBD060873CB428BFF6C7AF2C13BA8F0807 6C93' +
'1952AB22D757F32FBECBA848507FF1FBE46FFCBB9E5DC61D1 34E3' +
'26D24B8D349199BBF59297C324C7EDFB7E1879E471BEE7799 081B' +
'EA2A335325187EE693CE3B7F6D23CA2357B937337CE14A6DF 2FBE' +
'D589BFF5456B9BA49B7FEBACFDEC3B3FCA97FB31BB733C7EC FEF5' +
'76334DF7D76F6ED4E2BE3D6B317D33393392467F08E1CC1FD 937D' +
'07B88E9B237095FF967FE01D6734032');
For i:= 1 To 5 do
begin
if (FindBitmapToleranceIn(ScrollBMP, x, y, MCX1, MCY1, MCX2, MCY2, 3)) then Break;
Wait(100 + random(50));
end;
FreeBitmap(ScrollBMP);
Wait(100 + random(50));
Mouse(x + 2, y + 2, 0, 0, True);
end;

To scroll the chatbox down, and then all of the functions will work.

Pancakes :spot:

dark evil
06-29-2007, 03:18 AM
hi, thanks for help but where i can find the scrollchatdown thing and thanks.

dark evil.

ThePrince
06-29-2007, 06:35 AM
are they still working on srl... those were jst temp releases right

Harry
06-29-2007, 06:38 AM
Yes, but for perm, get SRL 3.81. http://www.srl-forums.com/forum/showthread.php?p=145992#post145992 I think..

ThePrince
06-29-2007, 07:10 AM
but those arnt working .. like with the script i got... and u know and use that 1 it cuts lyk 11 logs

mastaraymond
06-29-2007, 07:30 AM
If ChatText functions are not working, it is because the chatbox is scrolled up by default. Use this Function to scroll it down! Then it should work.


program New;
{.include srl\srl.scar}

Function FixChatBox:boolean;
begin;
if (GetColor(487, 417) = 1646629) then
begin;
Result:=true;
MMouse(488, 426,5,5);
GetMousePos(x,y);
Holdmouse(x,y,True);
While (GetColor(487, 417) = 1646629) do
Wait(200);
Wait(400+Random(200));
ReleaseMouse(x,y,True);
end;
end;

begin
SetupSrl;
FixChatBox;
end.

ThePrince
06-29-2007, 07:50 AM
when it logs out it doesnt log back in..jst keeps clicking existing user then user then pass and then clicks login... its nt the script.... its something with srl and i have srl 3.81

Sc00by22
06-29-2007, 04:33 PM
If we have 2.03 with SRL 3.6 can we use the new srl 3.81 or will it mess up all scripts?

ThePrince
06-30-2007, 06:33 AM
i have srl 3.81 .... and it only cuts for a lil bit then it walks to bank logs out... and never logs back in jst keep clicking existing user then username then password then login and it jst does that over and over and over... i duno if its srl or the script ...... so yeah

wana see my best prog

//=========== SL VYC ===========\\
\\====== -Best- Progress Report ========//
/===============================\
| Worked for 25 Minutes and 57 Seconds
| Chopped 26 logs.
| Banked 1 times.
\===============================/

thats on a lvl 78 wcer acc only steel axe but still.... um yeah if anyone knows anything id lyk 2 hear from u

headonisgod
06-30-2007, 08:47 AM
yes i noticed that the loading alot diffrent and so is the bank as you notice when you open bank when you click the x button to closed the writing in the middle say closing... which take longer for the bank to close so that could bugger up some scripts for instant auto fletch and when i have been starting scripts all they say now is found compass now esle works :S:S:S does any one have a solution...

ThePrince
06-30-2007, 01:27 PM
nvm nvm i got it

fuzzy leprechaun
07-01-2007, 03:29 AM
thanks for the help. especially nielsie :D

grindisbest
07-01-2007, 09:21 AM
Logging in doesn't work with 3.81. Is is just me or is this for everyone?

kholdstare121
07-09-2007, 04:14 AM
The script looks solid from what I've been reading, but I'm coming across a problem.
When I click for the script to string it opens up the bank but can't find the strings for some reason. I put the strings in the first bank slot and even moved the position of it around and still it's not working. :confused:


>Setting Up Player
Fletching = 8305860
>>Didnt Find Bank, Increasing Tolerance
>>Depositing Inventory
>Withdrawing Strings
>>Didnt Find Strings in bank
Successfully executed