SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
I got an error when im trying to compile it..
"Line 18: [Error] (18:66): Unknown type 'TMSObject' in script"
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
This really interests me, and I would love to help out, but it seems so complicated
How exactly would one go about making a script for this? I haven't seen any scripts for this as a physical file.... and not much that explains how someone would make it work.
I think i might have partially figured out how it works, but at the same time, i still have no idea
Lets say i wanted to make a banking script that walked to the yews just north of the normal trees (or perhaps by the church).
•I would make a path going to and from the yews(I haven't the slightest idea how i would do that in color with the MSI setup)
•The script would walk the path, then automatically begin chopping the tree?
•When the inventory is full, it would walk the path back.
•The script would repeat the path
The users setup might look like this:
Is all this correct?Code:Name := 'username'; Pass := 'password'; Nick := 'erna'; Active := True; Pin := '1234'; PlayerSkills[0] := [SKILL_WOODCUTTING]; PlayerObjects[0] := [[OBJ_TREE_YEW]]; Integers[P_CITY] := CITY_VARROCK; Integers[P_LOC] := LOC_VE_BANK; Booleans[P_BANK] := true;
if not, care to explain if you wouldn't mind/have the time, or just elaborate further?
(sorry if this is a lot, its just that this really interests me right now...)
also, Proggy:
It walked to the north west from the bank after the 4th load, so naturally, it got lost and is now by the museum.Code:{----------------------------------------------------------------} { MSI Phoenix Player Report } {------------------------------ 1.0 -----------------------------} { Time Running: 39 Minutes and 49 Seconds } {----------------------------------------------------------------} { } { Player 0: ******* } { City: Varrock } { Location: Lost } { Time: 28m 38s } { Active: False } { Reason: Failed to walk to Varrock east bank, index: 4 } { } { Skill: Woodcutting } { Time: 28m 38s } { Loads: 4 } { Experience: 2,800 } { Level: Not yet defined } { Item: Normal logs } { Amount: 112 } { } {----------------------------------------------------------------} {----------------------------------------------------------------}
Hi again guys, this time I've read the WHOLE post a few times but I still don't get why i allways get after like 24 min or so.. "[Runtime Error] : Exception: Access violation at address 0331D0D0 in module 'WizzyPlugin.dll'. Read of address 0BE40000 in line 452 in script C:\Documents and Settings\Niki\Desktop\scarprerelease\includes\srl\ srl\msi\Objects.scar"
@Niki:
There was a recent change in SRL that made it not fully compatible with scar. I'd suggest you use Simba. I'll add you to the Simba forums so you can easily figure out how to download it.
@nickrules:
Right now what you see is an entire script.
RunMe.scar is just the end bit of it;
MSI uses a lot of logic and is coded modularly, so it is possible to (easily) add things to it, however it might be a bit of a big challenge to go through on your own.
There is more information on MSI development in SRL Members, I will be making those forums publicly available so you can have a deeper look, learn from and might try writting a few modules yourselves
~RM
Yes, you have that right. We've designed the include to make it extremely easy to add scripts. In this case (I'm not exactly sure where the Yew trees are) you could use the same walk points that are already used to get to the normal trees plus one or two to get to the yew trees. So, all you'd really have to do it make a couple points to and from the trees (that extend the normal tree path). The script will already chop the trees until a full inventory.
Once the development forums are made public, your idea can be developed if you want it to be.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Just one question, can't this script make the "random events"? Cuz when I get a event it logs me out.. =(
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Just a quick notice.. the MSI forums are now available to all registered users. Feel free to read through them and develop anything if you'd like to
~RM
Still getting great progress reports. Definitely could of ran 24 hours but had to stop it{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{------------------------------ 1.0 -----------------------------}
{ Time Running: 8 Hours, 37 Minutes and 9 Seconds }
{----------------------------------------------------------------}
{ }
{ Player 0: ********* }
{ City: Varrock }
{ Location: Powerskilling }
{ Time: 06h 46m 44s }
{ Active: True }
{ }
{ Skill: Woodcutting }
{ Time: 06h 46m 44s }
{ Loads: 96 }
{ Experience: 168,210 }
{ Level: Not yet defined }
{ Item: Willow logs }
{ Amount: 2,492 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}![]()
^ Added to the first post.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More

It really depends on the account. A fresh account from tut island(or whatever it's now) or a long time not used account gets less random while an account that failed randoms get more(there are other reasons but I'm not an expert in this). Play mini-games or do quest and hope. Hope that you won't get too much random.
Although 2-3 hous without randoms is not bad. It's because SRL is not at it's top at solving randoms.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
No problem. I'm closing this thread as the MSI forums are now available to everyone.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Updated with everything you need to know!![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
There are currently 1 users browsing this thread. (0 members and 1 guests)