Page 3 of 9 FirstFirst 12345 ... LastLast
Results 51 to 75 of 214

Thread: MSI's Alcher & Teleporter

  1. #51
    Join Date
    Nov 2006
    Location
    Planet Earth
    Posts
    351
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Thank you for 95 magic going for 99 soon

  2. #52
    Join Date
    Mar 2011
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    thank you for 99 magic =D

  3. #53
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Mr Apple View Post
    thank you for 99 magic =D
    Do you have a pic or perhaps video of you obtaining 99 magic with MSI?

  4. #54
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Added "99's Achieved" to the first post. Carlito, looking forward to adding yours.

  5. #55
    Join Date
    Oct 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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?

  6. #56
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by cross i h 90 View Post
    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?
    We need the lines above those.

  7. #57
    Join Date
    Oct 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    We need the lines above those.
    nevermind the script is working now. i dont know what happened. sorry

  8. #58
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by cross i h 90 View Post
    nevermind the script is working now. i dont know what happened. sorry
    No problem at all. That's why we have these threads.

  9. #59
    Join Date
    May 2008
    Posts
    308
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    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 returns
    Code:
    [Error] (25:27): Unknown type 'TNPCArray' at line 24
    Line 24 is
    Simba Code:
    function R_SortNPCs(NPCs: TNPCArray): TNPCArray;

  10. #60
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by bi a op View Post
    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 returns
    Code:
    [Error] (25:27): Unknown type 'TNPCArray' at line 24
    Line 24 is
    Simba Code:
    function R_SortNPCs(NPCs: TNPCArray): TNPCArray;
    Make sure you have updated the Reflection to the newest version (Remember we're at reflection 2 now, so update the reflection URL and so on. Use Git )

    Also, welcome back bi a op

  11. #61
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh u can long ago add me to that 99 list lol. haha thanks btw

  12. #62
    Join Date
    May 2008
    Posts
    308
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Make sure you have updated the Reflection to the newest version (Remember we're at reflection 2 now, so update the reflection URL and so on. Use Git )

    Also, welcome back bi a op
    Thanks, but I've tried so many things. Still getting the same error.

  13. #63
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    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.

  14. #64
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    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!

  15. #65
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    The true answer was to update his Simba.
    Oh, lol. I just assumed he had the most recent simba.. :s

  16. #66
    Join Date
    May 2008
    Posts
    308
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Oh, lol. I just assumed he had the most recent simba.. :s
    I'm using 973. This is the newest stable release (I think).

  17. #67
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    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.

  18. #68
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    E: Thanks to Camo-Developer, we now have teleporting in MSI.
    At first I thought it was teleporting to get to a location, but now I see its teleporting to level-up.
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  19. #69
    Join Date
    Jul 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  20. #70
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    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.


  21. #71
    Join Date
    Jul 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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:
    Code:
    [0:05:30]: PROBLEM: inv interface not open
    every time it clicks on the inventory.
    Last edited by JayLewis; 11-08-2011 at 11:58 PM.

  22. #72
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by JayLewis View Post
    EDIT: Working somewhat now, just gotta wait and see what it tells me.
    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!!!

  23. #73
    Join Date
    Jul 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    {----------------------------------------------------------------}
    { MSI Phoenix Short Report }
    {----------------------------------------------------------------}
    { Time Running: 15 Minutes and 37 Seconds }
    {----------------------------------------------------------------}
    { }
    { Totals: }
    { - Players: 1 }
    { - Player Time: 00s }
    { - Experience: 65 }
    { - Spells Cast: 1 }
    { }
    {----------------------------------------------------------------}
    {----------------------------------------------------------------}

  24. #74
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by JayLewis View Post
    {----------------------------------------------------------------}
    { 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.

  25. #75
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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.
    Can't run it more than 30 min, always get this "maximum cast" thing, don't know where's the problem.

    ~Eerik.

Page 3 of 9 FirstFirst 12345 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •