Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 118

Thread: Something Fighter

  1. #76
    Join Date
    Dec 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/SRL/misc/smart.scar' used from ''
    doesn't exist

    what does this mean?

  2. #77
    Join Date
    Oct 2006
    Location
    H0M3
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by day416 View Post
    Exception in Script: Unable to find file 'SRL/SRL/misc/smart.scar' used from ''
    doesn't exist

    what does this mean?
    it basicly means what it says. i think you may need to do some updating. have a look into your simba installation folder and then into Includes\SRL\SRL\misc and look for a file called smart. if you cant find that file or any of the srl folders then simply update your SRL.

    feel free to give me a PM.

  3. #78
    Join Date
    Apr 2009
    Location
    California!
    Posts
    280
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    |___Something Fighter Report___|
    |__Player: ***** __|
    |__Worked: 05h 59m 59s __|
    |__Kills: 1009 __|
    |__Pickups: 944 __|
    Amazing!
    ~Penguin
    Semi-active
    http://i44.tinypic.com/33vk9aq.jpg
    SELL AUTOED GOODS AT MID-MAX! DON'T LET PRICES FALL AND GIVE US LESS PROFIT. (Put this in your sig)

  4. #79
    Join Date
    Jan 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    i'm lost in both your fighters how do I set the "color" of a monster? like how do I know what to set for what color? (can i fight rock crabs btw?)
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

  5. #80
    Join Date
    Dec 2009
    Location
    i'm... wait where am i?!?
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry if this is a nooby error on my part but i keep getting this error after SMART initializes

    Error: Exception: Invalid variant type cast at line 492
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

    if you know how or a tut on how to solve that your help is appreciated ! :]

    EDIT:
    yep nooby error lol just realized i didn't put commas between the colors... ill run this one over night as well as the fast fighter

    just a suggestion not sure if it would help or not: when monsters arn't detected click on the yellow dots to move to monsters that are spawned :/ that would work well with beginning accounts for fighting in cow pen
    Last edited by fanboy; 03-13-2011 at 07:12 AM.

  6. #81
    Join Date
    Sep 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    had a quick question. i cant seem to get the script to pick any items up. i get it to kill monsters but it wont pick anything up not sure if im doing it wrong or something. im trying to pick up charms green crimson and blue. if someone has the colors that would be awesome or tell me how to get it i tried the same way for charms as i did for the monsters and it didnt work. is it color or item id that i add in that spot??

  7. #82
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bmx pk View Post
    had a quick question. i cant seem to get the script to pick any items up. i get it to kill monsters but it wont pick anything up not sure if im doing it wrong or something. im trying to pick up charms green crimson and blue. if someone has the colors that would be awesome or tell me how to get it i tried the same way for charms as i did for the monsters and it didnt work. is it color or item id that i add in that spot??
    I've used it to pick up charms you have to be precise on the colors if you reset the client you might have to get the colors again. Inside the outline of the charms is a most common color, that is what I use for picking them up. Make sure you put pickup tolerance to 0 for this.

    Its pointless to request the colors of them as they will change with every client start-up (sometimes they dont but its rare). I've noticed that you can make a list of colors for each charm and you'll notice they change to a previous color sometime. This might change on a Runescape update however.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  8. #83
    Join Date
    Sep 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanx ill just try and add more colors see if that helps for now i just had 1 color for each charm so ill try like 5 or so ill let you know what happens if it works

    is there a way to get it to left click monsters instead of right click or even make mouse speed faster?

  9. #84
    Join Date
    Sep 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yo narcle this is my set up its still not picking up anything you see anything im doing wrong this is all i changed in the script is there something im missing? i tried it and it missed 6 green 2 crim and 1 blue


    Nick :=''; //Nickname 3 - 4 Letter's of char name
    Active := True; //True if you want this player to be ran in the script, false if not
    Strings[0] := '';//Skill to train (if blank won't change anything)
    Arrays[0] := [4216464, 8760236, 3689342, 4216464, 5598830, 3821187];//colors of monster(s)
    Arrays[1] := ['Basilisk', 'asilisk', 'isk'];//monster name(s)
    Arrays[2] := [4018246, 6714991, 6780784, 1843291, 855310, 5065496, 8093550];//[Pickup Colors]
    Arrays[3] := ['Green charm, Crimson charm, Blue charm'];//[Pickup Names]
    //This is options array
    //[NPC Color Tolerance, Pickup Tolerance, Bury Bones (true/false)];
    Arrays[3] := [0, 0, false];

    maybe you can give me ur set up for charms and the monster u used ? if thats a possibility.
    Last edited by bmx pk; 04-30-2011 at 03:12 PM.

  10. #85
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bmx pk View Post
    yo narcle this is my set up its still not picking up anything you see anything im doing wrong this is all i changed in the script is there something im missing? i tried it and it missed 6 green 2 crim and 1 blue


    Nick :=''; //Nickname 3 - 4 Letter's of char name
    Active := True; //True if you want this player to be ran in the script, false if not
    Strings[0] := '';//Skill to train (if blank won't change anything)
    Arrays[0] := [4216464, 8760236, 3689342, 4216464, 5598830, 3821187];//colors of monster(s)
    Arrays[1] := ['Basilisk', 'asilisk', 'isk'];//monster name(s)
    Arrays[2] := [4018246, 6714991, 6780784, 1843291, 855310, 5065496, 8093550];//[Pickup Colors]
    Arrays[3] := ['Green charm, Crimson charm, Blue charm'];//[Pickup Names]
    //This is options array
    //[NPC Color Tolerance, Pickup Tolerance, Bury Bones (true/false)];
    Arrays[3] := [0, 0, false];

    maybe you can give me ur set up for charms and the monster u used ? if thats a possibility.
    That's basically how I did it. Umm, Arrays[3] should be:
    Arrays[3] := ['Green charm', 'Crimson charm', 'Blue charm'];
    And if that doesn't work just try this
    Arrays[3] := ['charm'];
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  11. #86
    Join Date
    Sep 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i did that
    ['Green Charm', 'Crimson Charm', 'Charm', 'Nature rune'

    it finds it now right clicks but doesnt click the charm or even the nature it will right click every time like 5 times while attacking another monster but will not pick it up will just move mouse away from item after it right clicks it

  12. #87
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bmx pk View Post
    ok i did that
    ['Green Charm', 'Crimson Charm', 'Charm', 'Nature rune'

    it finds it now right clicks but doesnt click the charm or even the nature it will right click every time like 5 times while attacking another monster but will not pick it up will just move mouse away from item after it right clicks it
    Yeah its not finding the text correctly sounds like. Try just 'harm' and 'rune' see if that works.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  13. #88
    Join Date
    Sep 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nope isnt working for some reason i have no clue whats going on with it i am trying everything llol im using
    charm, harm, arm, green, reen, een, i have no clue why it wont find the text could it be anything else?

  14. #89
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bmx pk View Post
    nope isnt working for some reason i have no clue whats going on with it i am trying everything llol im using
    charm, harm, arm, green, reen, een, i have no clue why it wont find the text could it be anything else?
    If it clicks on the item(s), brings up the choose-option menu and its not clicking it then its not reading the text correctly I'm assuming. =/
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  15. #90
    Join Date
    Sep 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how can i make it read the text correctly?
    i have used everything you said i think
    'harm', everything like that

    Narcle could do make a setup for me and test it for charms and send it to me. same monster diff dont matter just so i can run for a long time and not die i have 99 str 99 att 92 def so i can last a while basiliks dont hit me very often so thats why i picked that for green charms even thou its expensive to do greens. if you could do that it would be awesome for some reason i cannot get it to pick up charms lolz or even nature runes or laws even water runes... i have no clue bub
    thanx
    Last edited by bmx pk; 05-02-2011 at 06:47 PM.

  16. #91
    Join Date
    Apr 2008
    Location
    My house
    Posts
    207
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Still works ? xD

  17. #92
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Realy sorry to boast but i have NO problems whith this script what so ever so it should work fine for others to
    could people having problems please post their full copy of script
    (plz make sure no details are left in . i will take a look and check against mine )
    also will help us all to debug where your problem may be.

  18. #93
    Join Date
    May 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SMART Initialized.
    Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
    Invalid world number or corrupted world list. Please review your settings
    Successfully executed.
    Just got this error, tried switching off members and changing the world, still doesnt even start SMART

  19. #94
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by sm0k3 View Post
    Realy sorry to boast but i have NO problems whith this script what so ever so it should work fine for others to
    could people having problems please post their full copy of script
    (plz make sure no details are left in . i will take a look and check against mine )
    also will help us all to debug where your problem may be.
    Thank you. Its really in the setup the makes or breaks whether it works or not. I'm not around as much as Summer is here and I finally have some work again. So any help is appreciated to help people with my scripts.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  20. #95
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have tried it couple of times, only thing have gotten it working for is Banshee. And all I can get it to pick up is 1 thing at a time. If I write more than 1 it doesn't pick up anything anymore.

    Tried to get it to fight other monsters but no luck, tried every color i could find on them.

    I have all latest updates relating to simba, latest flash.
    Is something else I need to try or update?

  21. #96
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could someone pm me the part of the script they have used succesfully. With let say ice giants and ice warriors or something simular lvl. With pick up of all charms.

    If it worked for you and will not work for me than I can look for why and how
    Last edited by Spelletje; 05-20-2011 at 08:22 AM.

  22. #97
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What I find most strange is that it will pick up anything as long as I only tell it to pick 1 thing. As soon as i tell it to do more it doesn't pick up anything anymore

  23. #98
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    well ill put my version up here . um do you want

    black knights
    Chaos Druids
    goblins (colors for lumbie but should work anyware)
    white Knights

    lol .


    : also have you remembered that when you set the uptext you remove the first letter
    for example goblin would be just oblin ?

    Note the chaos druids version picks up herbs (it picks them all up for me Every time )

    :edit

    try this
    Simba Code:
    Strings[0] := '';//Skill to train (if blank won't change anything)
    Arrays[0] := [4216464, 8760236, 3689342, 4216464, 5598830, 3821187];//colors of monster(s)
    Arrays[1] := ['asilisk','Basilisk'];//monster name(s)
    Arrays[2] := [4018246, 6714991, 6780784, 1843291, 855310, 5065496, 8093550];//[Pickup Colors]
    Arrays[3] := ['reen, 'rimson', 'lue'];//[Pickup Names]  // you need ' ' in each uptext :Sm0k3
    //This is options array
    //[NPC Color Tolerance, Pickup Tolerance, Bury Bones (true/false)];
    Arrays[3] := [15, 15, false]; // Dont set the tolerance as 0  RS colors Change A LOT :Smok3

    see if this works for you
    remember .. DONT set tolerance as 0 unless you REALY have to
    Last edited by sm0k3; 05-23-2011 at 01:04 AM.

  24. #99
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't ask me how but I think I managed to get it right
    With these settings it picks up any rune, any charm and the coins I added to see if it would work.

    Arrays[2] := [8553352,11579576,11316660,9408662,9211026,855310,9 677215,5801118,5724803,2277360];//[Pickup Colors]
    Arrays[3] := ['rune','charm','Coins'];//[Pickup Names]

    I did not alter any of the other settings


    |__Kills: 450 __|
    |__Pickups: 420 __|
    Last edited by Spelletje; 05-24-2011 at 01:13 PM. Reason: more info

  25. #100
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    cool cool .

    but you do still need to set the tolerance other than 0

    other wise when RS change the colours you wont pick anything up again

    here ..

    Below arrays[3]

    //[NPC Color Tolerance, Pickup Tolerance, Bury Bones (true/false)];
    Arrays[3] := [15, 15, false]; // Dont set the tolerance as 0 RS colors Change A LOT :Smok3

Page 4 of 5 FirstFirst ... 2345 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
  •