Thank you for 95 magicgoing for 99 soon
Thank you for 95 magicgoing for 99 soon
thank you for 99 magic =D
Added "99's Achieved" to the first post. Carlito, looking forward to adding yours.![]()
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
following the runescape update this morning, i am receiving this message when i try to run the script:
The following DTMs were not freed: [SRL - Lamp bitmap, 102]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
any suggestions?
Code:Error: Exception: Access violation at line 296 The following DTMs were not freed: [Bronze Pickaxe, Iron Pickaxe, Steel Pickaxe, Mithril Pickaxe, Adamant Pickaxe, Rune Pickaxe, Dragon Pickaxe, Bronze Hatchet, Iron Hatchet, Steel Hatchet, Mithril Hatchet, Adamant Hatchet, Rune Hatchet, Dragon Hatchet, Normal Logs, Oak Logs, Willow Logs, Maple Logs, Yew Logs, Magic Logs, Clay Ore, Copper Ore, Tin Ore, Iron Ore, Silver Ore, Coal Ore, Gold Ore, Mithril Ore, Adamantite Ore, Runite Ore, Small Fishing Net, Crayfish Cage, Fishing Rod, Fishing Bait, Fly Fishing Rod, Harpoon, Barb-Tail Harpoon, Lobster Pot, Raw Shrimps, Raw Crayfish, Raw Sardines, Raw Anchovies, Raw Herring, Raw Trout, Raw Pike, Raw Salmon, Raw Tuna, Raw Lobster, Raw Swordfish, Raw Monkfish, Raw Shark, Cooked Shrimps, Cooked Crayfish, Cooked Sardines, Cooked Anchovies, Cooked Herring, Cooked Trout, Cooked Pike, Cooked Salmon, Cooked Tuna, Cooked Lobster, Cooked Swordfish, Cooked Monkfish, Uncut Sapphire, Uncut Emerald, Uncut Ruby, Uncut Diamond, Bird'S Nest, Feather, Staff Of Air, Staff Of Water, Staff Of Earth, Staff Of Fire, Air Rune, Body Rune, Mind Rune, Earth Rune, Fire Rune, Water Rune, Chaos Rune, Law Rune, Cosmic Rune, Death Rune, Nature Rune, Rune Essence, Pure Essence, Soft Clay, Vial, Vial Of Water, Jug, Jug Of Water, Bowl, Bowl Of Water, Bucket, Bucket Of Water, Air Tiara, Body Tiara, Mind Tiara, Earth Tiara, Fire Tiara, Water Tiara, SRL - Lamp bitmap, 102, SRL - Lamp bitmap, 104] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Mod bitmap, SRL - Admin bitmap] File[C:\Simba\Includes\MSI\Debug Logs\20-10-11 at 10 11 55 AM.txt] has not been freed in the script, freeing it now.Simba Code:begin
NumNPCs := SmartGetFieldInt(0,hook_static_NPCCount);
if (NumNPCs < 1) then
Exit;
BaseX := SmartGetFieldInt(0, hook_static_BaseX);
BaseY := SmartGetFieldInt(0, hook_static_BaseY);
LoopCycle := SmartGetFieldInt(0, hook_static_LoopCycle);
C := 0;
SetArrayLength(NPCs, NumNPCs);
H := NumNPCs-1;
for I := 0 to H do
try
TheNPCNode := SmartGetFieldArrayObject(0, hook_static_NPCNodes, I);
TheNPC := SmartGetFieldObject(TheNPCNode, hook_npcnode_NPC);
NPCDef := SmartGetFieldObject(TheNPC, hook_npc_NPCDef);
TheName := Lowercase(Trim(SmartGetFieldString(NPCDef, hook_npcdef_Name)));
if((not Null) and (TheName = 'null'))then
continue;
TempID := SmartGetFieldInt(NPCDef, hook_npcdef_ID);
H2 := High(TheVarArr);
B := False;
for K := 0 to H2 do
It runs for 6 alches then I get the message above. Also the NPCs tab opens up in Simba. NPCs won't run. It returnsLine 24 isCode:[Error] (25:27): Unknown type 'TNPCArray' at line 24Simba Code:function R_SortNPCs(NPCs: TNPCArray): TNPCArray;
oh u can long ago add me to that 99 list lol. haha thanks btw
That's Reflection related. I'm assuming it has something to do with Randoms solving because that's the only thing we use reflection for other than walking and that looks like an NPC issue.
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
The true answer was to update his Simba.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Report it in the Reflection section I guess. I've had that happen to me once, but restarting Simba fixed it.
E: Thanks to Camo-Developer, we now have teleporting in MSI.![]()
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 run the script, go through player setup, and hit "run" in the MSI window, and it just sits there and doesn't do anything. Am I doing something wrong?
Code:Setting up MSI took 1560 ms. SRL Compiled in 15 msec SMART Initialized. Loaded: Server 10, Members: False, Signed: True, Super Detail: False. The following DTMs were not freed: [Bronze Pickaxe, Iron Pickaxe, Steel Pickaxe, Mithril Pickaxe, Adamant Pickaxe, Rune Pickaxe, Dragon Pickaxe, Bronze Hatchet, Iron Hatchet, Steel Hatchet, Mithril Hatchet, Adamant Hatchet, Rune Hatchet, Dragon Hatchet, Normal Logs, Oak Logs, Willow Logs, Maple Logs, Yew Logs, Magic Logs, Clay Ore, Copper Ore, Tin Ore, Iron Ore, Silver Ore, Coal Ore, Gold Ore, Mithril Ore, Adamantite Ore, Runite Ore, Small Fishing Net, Crayfish Cage, Fishing Rod, Fishing Bait, Fly Fishing Rod, Harpoon, Barb-Tail Harpoon, Lobster Pot, Raw Shrimps, Raw Crayfish, Raw Sardines, Raw Anchovies, Raw Herring, Raw Trout, Raw Pike, Raw Salmon, Raw Tuna, Raw Lobster, Raw Swordfish, Raw Monkfish, Raw Shark, Cooked Shrimps, Cooked Crayfish, Cooked Sardines, Cooked Anchovies, Cooked Herring, Cooked Trout, Cooked Pike, Cooked Salmon, Cooked Tuna, Cooked Lobster, Cooked Swordfish, Cooked Monkfish, Cooked Shark, Uncut Sapphire, Uncut Emerald, Uncut Ruby, Uncut Diamond, Bird'S Nest, Feather, Staff Of Air, Staff Of Water, Staff Of Earth, Staff Of Fire, Air Rune, Body Rune, Mind Rune, Earth Rune, Fire Rune, Water Rune, Chaos Rune, Law Rune, Cosmic Rune, Death Rune, Nature Rune, Rune Essence, Pure Essence, Soft Clay, Vial, Vial Of Water, Jug, Jug Of Water, Bowl, Bowl Of Water, Bucket, Bucket Of Water, Air Tiara, Body Tiara, Mind Tiara, Earth Tiara, Fire Tiara, Water Tiara, Dwarven Army Axe, SRL - Lamp bitmap, 104] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
Last edited by JayLewis; 11-08-2011 at 11:39 PM.
Let it load, SMART takes awhile to load.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
EDIT: Working somewhat now, just gotta wait and see what it tells me.
EDIT: Works fine up to this point, at which it repeatedly clicks the inventory tab and tells me:
every time it clicks on the inventory.Code:[0:05:30]: PROBLEM: inv interface not open
Last edited by JayLewis; 11-08-2011 at 11:58 PM.
Your graphics settings.
Read this: http://villavu.com/forum/showthread.php?t=60510
"Logic never changes, just the syntax" - Kyle Undefined?
Remember, The Edit Button Is There For A Reason!!!
{----------------------------------------------------------------}
{ MSI Phoenix Short Report }
{----------------------------------------------------------------}
{ Time Running: 15 Minutes and 37 Seconds }
{----------------------------------------------------------------}
{ }
{ Totals: }
{ - Players: 1 }
{ - Player Time: 00s }
{ - Experience: 65 }
{ - Spells Cast: 1 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}
That doesn't help with anything. I need more detailed debug, maybe something that went wrong? Anything that's more descriptive.
E: Just ran for a bit:
Progress Report:{----------------------------------------------------------------} { MSI Phoenix Player Report } {----------------------------------------------------------------} { Time Running: 18 Minutes and 50 Seconds } {----------------------------------------------------------------} { } { Player 0: } { Location: Powerskilling } { Time: 14m 43s } { Active: False } { Reason: Ran out of runes } { } { Script: Teleporter } { Time: 14m 43s } { Skill: Magic } { Exp: 14,525 } { Level: 75 } { Casts: 415 } { Spell: Varrock Teleport } { Casts: 415 } { } {----------------------------------------------------------------} {----------------------------------------------------------------}
Last edited by Coh3n; 11-09-2011 at 07:43 AM.
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
Can't run it more than 30 min, always get this "maximum cast" thing, don't know where's the problem.Code:Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ Status: | SRL Randoms Report | Status: | www.villavu.com | Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ {----------------------------------------------------------------} { MSI Phoenix Short Report } {----------------------------------------------------------------} { Time Running: 4 Minutes and 31 Seconds } {----------------------------------------------------------------} { } { Totals: } { - Players: 1 } { - Player Time: 00s } { - Experience: 92,820 } { - Spells Cast: 1,428 } { } {----------------------------------------------------------------} {----------------------------------------------------------------} {----------------------------------------------------------------} { MSI Phoenix Player Report } {----------------------------------------------------------------} { Time Running: 4 Minutes and 31 Seconds } {----------------------------------------------------------------} { } { Player 0: *** } { Location: Powerskilling } { Time: 00s } { Active: False } { Reason: Cast maximum (High Level Alchemy) } { } { Script: Alcher } { Time: 00s } { Skill: Magic } { Exp: 92,820 } { Level: 90 } { Casts: 1428 } { Spell: High Level Alchemy } { Casts: 1428 } { } {----------------------------------------------------------------} {----------------------------------------------------------------} [0:04:35]: Thank-you for using MSI Phoenix scripts! [0:04:35]: Successfully executed.
~Eerik.
There are currently 1 users browsing this thread. (0 members and 1 guests)