Results 1 to 7 of 7

Thread: Addition to Symbol.scar

  1. #1
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default Addition to Symbol.scar

    While trying to finish up my summoning script, i realized that the summoning store is outdated. What used to be the summoning store is now the obelisk and the store has another symbol.

    I had added them and updated them to their rightful names ..
    Also tested with 2 different accounts from 2 different locations works everytime....

    Code:


    Simba Code:
    'summoning obelisk':
          begin
           SymbolBitmap := BitmapFromString(15, 5, 'beNpj42Nm4zt87CwE2SVP1' +
             'XaoKeidC0SeUTWfHj4AiixetgYoCCSBKuGKgSKVNc1AZXMO3AOpWf' +
             '8EqBiiEaIFrhioEigCRJPnrAAqBqJjl98BEVAlxFigGmSTIVqAtgM' +
             'VAI0FqgeSEBMwFQNVAo0FigPVgxjrnwB1Obj4IBQDAImMdLM=');
            result:= 10325360;
          end;
        'summoning store':
          begin
          SymbolBitmap := BitmapFromString(15, 5, 'meJyzicq0QUKMDAzIyAZVFk3ZAVS' +
            'AVQtQJGrCfCA6gA0gqweyFyxY8OjFi5MPvwLVb9uyEVM9muLJ377C' +
            '1WNqgRgOABDhZzk=');
            result:= 9697013;
          end;
    Last edited by Hobbit; 12-13-2011 at 11:22 PM.
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

  2. #2
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Pull request sent (SRL-5 Repo)


    Code:
    correction to sum store and added sum obelisk. Credit hamster31
    STOP PM'ING ME

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

    Default

    Way to go Hamster!
    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.


  4. #4
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    Thnx
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

  5. #5
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    When does this get pushed through. The recent update erased my symbol.scar to replace it with the default but the new one didn't not get updated...
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

  6. #6
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    It was only pushed to the SRL 5 repo. We aren't pushing minor fixes to SRL 4 repo anymore. (see SRL 5 beta announcement thread for download link)
    STOP PM'ING ME

  7. #7
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    dam it hobbit lol i wanted to wait until auto updater fixed it but i guess not lol dam!
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

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
  •