Page 8 of 9 FirstFirst ... 6789 LastLast
Results 176 to 200 of 214

Thread: MSI's Alcher & Teleporter

  1. #176
    Join Date
    Jan 2012
    Location
    Minneapolis, Mn
    Posts
    185
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT: For anyone else having problems with this, in the function FindNormalRandoms, I commented out the case where it searches for the lamp random.

    Simba Code:
    case I of
          1:  Result := SolveTeleportRandoms;
          2:  Respond;
          3:  Result := FindDead;
         // 4:  Result := FindLamp(LampSkill);
          5:  Result :=  RC;
          6:  Result := FindMod;
          7:  Result := FindDwarvenPopup;
          8:  if (SRL_Procs[srl_OnRandomCall] <> nil) then
                SRL_Procs[srl_OnRandomCall]();
          9:  Result := UseRewardBox;
          10: Result := UseMysteryBox;
        end;

    I keep getting this every few minutes when I am alching, even though I can confirm that I am not getting the lamp random. The script randomly clicks on the mini-map a couple of times, then continues to alch.

    Code:
    [0:01:27]: Screenshot of: Lamp Random Solved 1 Minutes and 27 Seconds
    [0:01:27]: ******** SOLVED LAMP RANDOM ********
    Last edited by Inception; 01-16-2012 at 05:50 PM.

  2. #177
    Join Date
    Jan 2009
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Inception View Post
    EDIT: For anyone else having problems with this, in the function FindNormalRandoms, I commented out the case where it searches for the lamp random.

    Simba Code:
    case I of
          1:  Result := SolveTeleportRandoms;
          2:  Respond;
          3:  Result := FindDead;
         // 4:  Result := FindLamp(LampSkill);
          5:  Result :=  RC;
          6:  Result := FindMod;
          7:  Result := FindDwarvenPopup;
          8:  if (SRL_Procs[srl_OnRandomCall] <> nil) then
                SRL_Procs[srl_OnRandomCall]();
          9:  Result := UseRewardBox;
          10: Result := UseMysteryBox;
        end;

    I keep getting this every few minutes when I am alching, even though I can confirm that I am not getting the lamp random. The script randomly clicks on the mini-map a couple of times, then continues to alch.

    Code:
    [0:01:27]: Screenshot of: Lamp Random Solved 1 Minutes and 27 Seconds
    [0:01:27]: ******** SOLVED LAMP RANDOM ********


    Getting the same issue, thanks for the temp fix

  3. #178
    Join Date
    Oct 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default alcher

    hello iv been using the alcher and when its trying to alch it gets stuck after a few trys, itll click alch then the item then try once more and have to click on spell book to hit cast again. is this caused by isp lag? or server side lag?

  4. #179
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The teleporter works great but has a problem. After a few hundred teleports it says I ran out of runes and it logs out.

  5. #180
    Join Date
    Mar 2009
    Location
    nj
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Inception View Post
    EDIT: For anyone else having problems with this, in the function FindNormalRandoms, I commented out the case where it searches for the lamp random.

    Simba Code:
    case I of
          1:  Result := SolveTeleportRandoms;
          2:  Respond;
          3:  Result := FindDead;
         // 4:  Result := FindLamp(LampSkill);
          5:  Result :=  RC;
          6:  Result := FindMod;
          7:  Result := FindDwarvenPopup;
          8:  if (SRL_Procs[srl_OnRandomCall] <> nil) then
                SRL_Procs[srl_OnRandomCall]();
          9:  Result := UseRewardBox;
          10: Result := UseMysteryBox;
        end;

    I keep getting this every few minutes when I am alching, even though I can confirm that I am not getting the lamp random. The script randomly clicks on the mini-map a couple of times, then continues to alch.

    Code:
    [0:01:27]: Screenshot of: Lamp Random Solved 1 Minutes and 27 Seconds
    [0:01:27]: ******** SOLVED LAMP RANDOM ********

    Same exact issue

  6. #181
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I might be being dumb but how do you actually work it, like where it says alching slots what are they?, where do i put the nature runes and it always moves the items i want to alch around my inventory to one place instead of doing it from the last slot, and does it bank to get more out at the ge ?

  7. #182
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol my bad i forgot you can alch when items are noted =l

  8. #183
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It misses the teleport to camelot by 1 spell ? -___-

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

    Default

    do you hav any specal sortin?
    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.


  10. #185
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    do you hav any specal sortin?
    nope doing it as the picture shows with the same graphics everything else is working but i need this to work before i go to bed tonight can someone plz help. I can do Teamviewer or anyother screen sharing programs

  11. #186
    Join Date
    Jan 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works like a beast

    66-83 magic in one day

  12. #187
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can anyone help me it does it with alching too it clicks one spell over

  13. #188
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont have to do anything right just run MSI after it is updated? i dont do anything with the file?

  14. #189
    Join Date
    Jan 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i dont know how i can use it please help when i click @ msi the orginal simba opens and runs please help?

  15. #190
    Join Date
    Oct 2007
    Posts
    818
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Seems MSI's alcher is broken, doesn't click High Level Alchemy.

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

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Some debug would be nice, and a detailed description of what's going on.
    I've just gone through all of the spells that are supported with MSI Magic, and they all work and click on the correct spells. I did find a bug with the Falador teleport box on a free work, and I have the correct box coords now and just updated it.

    All I can say is, make sure you have the correct spell sort, and that you're setting your player as either a Member/F2p correctly.
    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.


  17. #192
    Join Date
    Oct 2007
    Posts
    818
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Heh, accidentally had it set to f2p when it was p2p. That was the problem.

    Also, why does it randomly walk away from where I'm standing?

  18. #193
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whenever i setup and run the script it clicks High Alch but then logs out.

    What do i do?

  19. #194
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it stops after about 200 camelot teleports and says ran out of runes -.- help pwease

  20. #195
    Join Date
    Jan 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    its a broken script :/ just try another script

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

    Default

    I don't see why you're getting this problem, it's working great for me. Bought 1k law runes just to test this and it never failed.
    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.


  22. #197
    Join Date
    Feb 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting a bitmap 22 error but other than that it works pretty well.

  23. #198
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm worried about getting a ban using MSI's alcher. Every few seconds it decides to walk to a different place and then holds the right click option over the Alching item for a few seconds. Then it continues.

    Edit: Nevermind, I think Inceptions post cleared it up. Thanks
    Last edited by Victafor; 02-07-2012 at 01:29 AM.

  24. #199
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I really hope I don't get banned! I was botting at the soul wars bank chest and when I got back it ran behind the chest so everyone was watching me alch for 2 hours.

    Please tell me I'll be fine.

  25. #200
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boss Tycoon View Post
    I really hope I don't get banned! I was botting at the soul wars bank chest and when I got back it ran behind the chest so everyone was watching me alch for 2 hours.

    Please tell me I'll be fine.
    Same thing happened to me at G.E. I realized that every once in a while it'll click to walk and then right click the item you're alching for a few seconds. I'm not sure how to fix this problem but I just went and alched in my house or at the Pest Control docks.

    Edit: Check out Inceptions post at the top of page eight. If you fix those lines in the antiban file, it should clear things up. I'm trying it out right now.
    Last edited by Victafor; 02-07-2012 at 01:30 AM.

Page 8 of 9 FirstFirst ... 6789 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
  •