Results 1 to 14 of 14

Thread: Attack style changing

  1. #1
    Join Date
    Dec 2011
    Location
    Switzerland
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Attack style changing

    Hey Guys,
    i noticed that since the last update my attack style switches when i changed the world im training on. before i did never notice.(it changes all the time from def xp to shared xp)
    was it before already like this or could have it changed with the update? If it wasnt like that did anyone also notice this?
    (sry for my bad spelling, im swiss and having headache :/ )

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

    Default

    I've noticed mine doing it too, don't really care at the moment since that's the attack style I am training.
    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.


  3. #3
    Join Date
    Dec 2011
    Location
    Switzerland
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That already got me attack and str lvl 2 on my summ tank, happily no cb for that.

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

    Default

    Quote Originally Posted by The Banker View Post
    That already got me attack and str lvl 2 on my summ tank, happily no cb for that.
    Damn that sux, it still counts tho...

    And I noticed it too.
    (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.

  5. #5
    Join Date
    Feb 2009
    Location
    inside Hello World! Application
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Haven't noticed it maybe jagex wants to mess with accs messing up da purrs an so on :/

  6. #6
    Join Date
    Dec 2011
    Location
    Sydney
    Posts
    1,284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bro433 View Post
    Haven't noticed it maybe jagex wants to mess with accs messing up da purrs an so on :/
    I hope they do. I HATE PURES.

  7. #7
    Join Date
    Dec 2011
    Location
    Switzerland
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by DeiJaiVui View Post
    I hope they do. I HATE PURES.


    Wow, why that? sounds like u are pretty annoyed...

    i created myself many pures(sadly not even one is finshed^^ -range tank, turm tank -ok no classic 1 def pure)

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

    Default

    I had a 1 def pure, until Harri made me do that Blood Pact quest so I could test his script...now it has 2 def :/
    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.


  9. #9
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Just throw this into your scripts if you are worried about it?
    Simba Code:
    procedure SetStyle;//Styles are posted left to right
    // First Style (600, 276)   Usually Accurate.
    // Second Style (685, 274)  Usually Agressive.
    // Third Style (603, 328)   Aggressive or Controlled.
    // Fourth Style (680, 327)  Defensive or Controlled.
    begin
      GameTab(tab_Combat);
      //SetCombatType('Kick'); //SetCombat doesn't seem to work...
      Mouse(X, Y, 0, 0, true);//Change X, Y with
      Wait(200+Random(200));
      Writeln('Style Set');
      GameTab(tab_Inv);
    end;

    begin
      SetupSRL;
      Activateclient;
    repeat
      SetStyle;
      repeat
        process;
      until(InvFull);
      Bank;
      WorldSwitch;
    until(false);
    end.
    *Example*

    Lol if the commented out option worked it would be a lot easier.
    Last edited by Hero; 12-21-2011 at 09:37 PM.
    I wear my scars like the rings on a pimp
    I live life like the captain of a sinking ship
    Always sell your product for ATLEAST mid to ensure that the market doesn't drop.

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

    Default

    That's not a very good fix, pretty risky using hard coded coords.
    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.


  11. #11
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    That's not a very good fix, pretty risky using hard coded coords.

    Grey Style button := DTMFromString('m1gAAAHic42JgYJADYikgdgRiNgYIYAVifS B2BmIHIFYAYgkg1gZiDagaYShfG8pmhIoHBvow6GkrE8TEAkYi MQIAAOixB50=');

    Lol DTMs and uptext then?

    Edit:
    Sorry just kinda bored waiting for someone. :P
    Last edited by Hero; 12-21-2011 at 10:37 PM.
    I wear my scars like the rings on a pimp
    I live life like the captain of a sinking ship
    Always sell your product for ATLEAST mid to ensure that the market doesn't drop.

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

    Default

    What is that DTM for? An attack style?
    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.


  13. #13
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    What is that DTM for? An attack style?
    It is a DTM for the entire style box. So basically have it detect the grey OR red variant of the combat style box and then uptext for the style whether it be smash, kick, etc. Depending on user input it will pick according once finding the box.
    I wear my scars like the rings on a pimp
    I live life like the captain of a sinking ship
    Always sell your product for ATLEAST mid to ensure that the market doesn't drop.

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

    Default

    Why allocate memory for a DTM when you could do a MouseBox() of each one? That way it will randomly pick a spot in the specified box.
    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.


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
  •