Well you need newest version yes but I don't think thats your problem.
You are Pressing Save and Exit on the Playerform aren't you?
Well you need newest version yes but I don't think thats your problem.
You are Pressing Save and Exit on the Playerform aren't you?
i think i just hit start-- any problem?
Shouldn't Be, It Loads The Vars Into Memory, Should Work Fine With Just Start.
from the errors i am getting..
for a completely inexperienced programmer...
scar.exe doesnt have permission to create NICKTPA
no matter what i do i get this error >.<
should i try using scar 3.12?
Im sorry guys, im going to retire for the night.
I will get back to you.....
not now =D
please dont double post
<> <****************************************>
<> <* 55128 XP To Level 74 Woodcutting
<> <* Gained 0 Levels out of 0 Total Levels
<> <* Done 9 of 22 Total Loads of Willow's
<> <* Script Running For 1 Hours, 20 Minutes and 6 Seconds
<> <****************************************>
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 3 |
| Fights : 2 |
| Talks : 67 |
| Old Men : 2 |
| Capn Hand[s] : 1 |
| Boxes Solved : 1 |
| Ents Found : 5 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
[Runtime Error] : Exception: Access violation at address 00521EEF in module 'scar.exe'. Write of address 12609D20 in line 147 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Object.scar
Being A Boss
Loved the script; but on my 9th trip it went to bank, did it successfully, then didn't walk back and stayed in the bank trying to find the willows.
Okay well, anyway I'm not too bothered about the worlds anymore, I really don't care where I auto wc, as long as the script works and I thank you FrostBite for having this kick ass script out.
But now whenever I try to compile I'm getting some weird errors.
Any ideas?:S
I uninstalled scar, and re-installed it after. I'm getting the same error, and before I was using this script, like overnight, I wasn't getting the error...
See:
<> <****************************************>
<> <* Forest Frostbite <***> by FrÕzÑ_§ÕµL *>
<> <* *********'s Report
<> <****************************************>
<> <* 6626 XP To Level 73 Woodcutting
<> <* Gained 1 Levels out of 1 Total Levels
<> <* Done 31 of 31 Total Loads of Willow's
<> <* Script Running For 1 Hours, 56 Minutes and 49 Seconds
<> <****************************************>
1 Players Active After 1 Hours, 56 Minutes and 49 Seconds.
Help Please
Thanks hayhay!Added to rep.
aww man that errors sucks i had before i no how to fix very hard add me on msn
Being A Boss
Have you guys gotten multiplayer to work?!![]()
Scripts that are EVVVILLLLLLL
Chicken Sweeper by Tarajunky ~ Draynor Netter by Wizzup? ~ Edgeville Fly Fisher by Wizzup? ~ Forefeathers by Munk
^^ Well I'll be changing some stuff around, working on some procedures as I modify them for Pyromaniac eXtreme, I will then replace the ones in here.
WorldSwitcher and Multiplayer will both work.
Yews =/ WHY WHY WHY!
Edit : The situation with the worldswitcher, is that with SMART, you can not change from an F2P world to a P2P world and vice versa, only between worlds of the same status. So I'm asking the other members, but is most likely that if you want to use both members and F2P then you will use the non SMART version. Sorry.
After a good nights sleep, my computer IS starting the Forest Frostbite.
Now, when i enter the wood name (I've tried all plausible/possible cases of the letters) i get this:
Creating the NickTPA.
[Runtime Error] : Could not call proc (Invalid Tree Name) in line 673 in script C:\---
Check you set the tree name properly and with a capital letter at the beginning.
No luck >.<
I see my computer (NOTvista.) doesn't like scar very much.... nonetheless,
anyone know how to fix this problem?
no matter how i type willow, whilst at the draynor willows, ill get this message
Sounds like good script!
I will edit my prog there ;D
First i need get +60 woodcut.
I'm just going to say one of the problems was on this side of the computer, though after re-installing scar completely, it works. 'Cept for unlucky rands.
<> <****************************************>
<> <* Forest Frostbite <***> by FrÕzÑ_§ÕµL *>
<> <* Wasapigai's Report
<> <****************************************>
<> <* 11112 XP To Level 57 Woodcutting
<> <* Gained 2 Levels out of 2 Total Levels
<> <* Done 15 of 15 Total Loads of Willow's
<> <* Script Running For 1 Hours, 5 Minutes and 25 Seconds
<> <****************************************>
1 Players Active After 1 Hours, 5 Minutes and 25 Seconds.
SCR NPCName = Miles
SCR Event = unknown
^The reason I stopped.^
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 2 |
| Fights : 6 |
| Talks : 51 |
| Boxes Solved : 1 |
| Mods Found : 1 |
| Ents Found : 5 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
WHO SAYS MY TREE BANKER SUCKS?!
Because my script has been running for 7 hours with 1 player the whole time! (yes against the rules but this account is my Pyromaniac eXtreme test account and can be banned for all I care)
Yea you can fix it by doing this manually :Code:<> <****************************************> <> <* Forest Frostbite <***> by FrÕzÑ_§ÕµL *> <> <* YAY TREE's Report <> <****************************************> <> <* 6106 XP To Level 46 Woodcutting <> <* Gained 13 Levels out of 13 Total Levels <> <* Done 75 of 75 Total Loads of Tree's <> <* Script Running For 7 Hours, 14 Minutes and 28 Seconds <> <****************************************>
In Procedure TreeSetup; replace with the following code
SCAR Code:Procedure TreeSetup;
Begin
Players[0].Strings[0] := 'WRITE THE TREE TO CUT HERE';
Players[1].Strings[0] := 'WRITE THE TREE TO CUT HERE'
Players[2].Strings[0] := 'WRITE THE TREE TO CUT HERE'
Players[3].Strings[0] := 'WRITE THE TREE TO CUT HERE'
Players[4].Strings[0] := 'WRITE THE TREE TO CUT HERE'
Tree := Capitalize(Players[CurrentPlayer].Strings[0]);
Case Lowercase(Tree) of
'tree' : Begin
TreeColor[0] := 3244660;
TreeColor[1] := 4285284;
TreeColor[2] := 2120529;
TreeTime := 7;
end;
'oak' : Begin
TreeColor[0] := 1454376;
TreeColor[1] := 2711126;
TreeColor[2] := 3372904;
TreeTime := 2;
end;
'willow' : Begin
TreeColor[0] := 4083788;
TreeColor[1] := 2120016;
TreeColor[2] := 3896170;
TreeTime := 3;
end;
'yew' : Begin
TreeColor[0] := 1865575;
TreeColor[1] := 1125157;
TreeColor[2] := 3374703;
TreeTime := 5;
end;
end;
end;
That means you have to type what tree to cut for each player, but it means you can not result in an error as I removed that as well. THIS IS A TEMPORARY FIX FOR PEOPLE WHO ALWAYS GET THAT ERROR.
I don't have the proggy since my computer crashed, but I was running this script for a while (around 4 hours) and I love it. The only problem was when I got attacked by a tree spirit cutting normal trees, and it couldn't find its way back to the trees. Anyway, I'll post a proggy as soon as I have one.
Edit: I was banking them at Draynor, by the way.
Make sure you set it to run north or south when your cutting normal trees in draynor![]()
Ah, okay then. That would be my problem. Thanks ^.^
2 times banking but cannot found bank falador..... See the picture top on this thread. i got same probl.
Frozennn. I love you man. I really do.
I wanna have your babiesss!
<> <****************************************>
<> <* Forest Frostbite <***> by FrÕzÑ_§ÕµL *>
<> <* *****'s Report
<> <****************************************>
<> <* 29327 XP To Level 75 Woodcutting
<> <* Gained 1 Levels out of 1 Total Levels
<> <* Done 84 of 84 Total Loads of Willow's
<> <* Script Running For 4 Hours, 15 Minutes and 15 Seconds
<> <****************************************>
1 Players Active After 4 Hours, 15 Minutes and 15 Seconds.
******** FOUND TALKING RANDOM TEXT********: Talk-to Molly
GTL: Molly Evil Twin
*****: Hey why aren't I playing?!
Current player is not Active...
(DAMN RANDOM!![]()
)
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Fights : 3 |
| Talks : 97 |
| Ricks : 1 |
| Old Men : 3 |
| Sandwiches : 2 |
| Lamps Solved : 6 |
| Frog Solved : 3 |
| Capn Hand[s] : 1 |
| Boxes Solved : 4 |
| Ents Found : 13 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Tried an all nighter, turned out pretty good. Keep up the good work bud, this script is amazing. I'm looking forward to see your firemaker, that will come in handy to all of us that are woodcutting willows/yews, or other trees from other scripts. I'll tell you now I'll be using it for sure![]()
<> <****************************************>
<> <* Forest Frostbite <***> by FrÕzÑ_§ÕµL *>
<> <* 's Report
<> <****************************************>
<> <* 115741 XP To Level 79 Woodcutting
<> <* Gained 1 Levels out of 1 Total Levels
<> <* Done 17 of 17 Total Loads of Willow's
<> <* Script Running For 56 Minutes and 45 Seconds
<> <****************************************>
And..
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 2 |
| Talks : 21 |
| Sandwiches : 1 |
| No Sandwiches : 1 |
| Capn Hand[s] : 1 |
| Ents Found : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
It got owned by 1 Ent, and this is using the SMART version.
Will continue running.
Also, you should consider revising your dropping function. It always misses two spots even if I don't weild an axe. And as a suggestion, when power-chopping, I'd LOVE to be able to burn the logs instead of drop, especially when power-ing maples..
There are currently 1 users browsing this thread. (0 members and 1 guests)