Results 1 to 10 of 10

Thread: findSymbol() Symbol pictures, String names and integers;

  1. #1
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default findSymbol() Symbol pictures, String names and integers;

    Just decided to make a little list including every symbol that can be found on the RS3 minimap.
    It's split over 3 posts due to the 40 image embedded limit on a separate post.

    MM_SYMBOL_SHOP_ARCHERY = 0;
    MM_SYMBOL_SHOP_AXE = 1;
    MM_SYMBOL_SHOP_CANDLE = 2;
    MM_SYMBOL_SHOP_CLOTHES = 3;
    MM_SYMBOL_SHOP_COOKERY = 4;
    MM_SYMBOL_SHOP_CRAFTING = 5;
    MM_SYMBOL_SHOP_FARMING = 6;
    MM_SYMBOL_SHOP_FISHING = 7;
    MM_SYMBOL_SHOP_FOOD = 8;
    MM_SYMBOL_SHOP_HUNTER = 9;
    MM_SYMBOL_SHOP_KEBAB = 10;
    MM_SYMBOL_SHOP_MACE = 11;
    MM_SYMBOL_SHOP_MAGIC = 12;
    MM_SYMBOL_SHOP_PET = 13;
    MM_SYMBOL_SHOP_PLATEBODY = 14;
    MM_SYMBOL_SHOP_PLATESKIRT = 15;
    MM_SYMBOL_SHOP_SCIMITAR = 16;
    MM_SYMBOL_SHOP_SHIELD = 17;
    MM_SYMBOL_SHOP_MINING = 18;
    MM_SYMBOL_SHOP_SWORD = 19;
    MM_SYMBOL_SHOP_STAFF = 20;
    MM_SYMBOL_SHOP_SUMMONING = 21;

    MM_SYMBOL_STALL_SPICE = 30;
    MM_SYMBOL_STALL_GEM = 31;
    MM_SYMBOL_STALL_SILK = 32;
    MM_SYMBOL_STALL_SILVER = 33;

    MM_SYMBOL_TREE = 40;
    Attached Images Attached Images
    Last edited by John; 11-08-2014 at 11:00 AM.

  2. #2
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    MM_SYMBOL_FARMING = 41;
    MM_SYMBOL_FISHING = 42;
    MM_SYMBOL_RUNECRAFTING = 43;
    MM_SYMBOL_HUNTING = 44;
    MM_SYMBOL_HOUSE = 45;
    MM_SYMBOL_POTTERY = 46;
    MM_SYMBOL_MINING = 47;
    MM_SYMBOL_JEWELERY = 48;
    MM_SYMBOL_SLAYER_CONTRACT = 49;
    MM_SYMBOL_SLAYER_MASTER = 50;
    MM_SYMBOL_HERBALIST = 51;
    MM_SYMBOL_WHEEL = 52;
    MM_SYMBOL_OBELISK = 53;
    MM_SYMBOL_TANNER = 54;
    MM_SYMBOL_TRAINING_DUMMY = 55; - No longer Exists -
    MM_SYMBOL_WEAVE = 56;
    MM_SYMBOL_SHORTCUT = 57;
    MM_SYMBOL_WEAVE = 58;
    MM_SYMBOL_COOKING_RANGE = 59;
    MM_SYMBOL_AGILITY = 60;
    MM_SYMBOL_FURNACE = 61;
    MM_SYMBOL_ALTAR = 62;
    MM_SYMBOL_ANVIL = 63;

    MM_SYMBOL_APOTHECARY = 70;
    MM_SYMBOL_ARROW = 71; - Unsure what it is -
    MM_SYMBOL_BAR = 72;
    MM_SYMBOL_BANK = 73;
    MM_SYMBOL_LODESTONE = 74;
    MM_SYMBOL_CHURN = 75;
    MM_SYMBOL_DUNGEON = 76;
    MM_SYMBOL_TRADER_FUR = 77;
    MM_SYMBOL_SPOT_REST = 78;
    MM_SYMBOL_GUIDE = 79;
    MM_SYMBOL_HAIR_DRESSER = 80;
    MM_SYMBOL_MAKEOVER_MAGE = 81;
    MM_SYMBOL_MILL = 82;
    MM_SYMBOL_MINIGAME = 83;
    MM_SYMBOL_OBELISK_MINI = 84;
    MM_SYMBOL_PORTAL = 85;
    MM_SYMBOL_QUEST = 86;
    MM_SYMBOL_WINDMILL = 87;
    MM_SYMBOL_SAND = 88;
    Last edited by John; 11-08-2014 at 11:05 AM.

  3. #3
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    MM_SYMBOL_SAWMILL = 89;
    MM_SYMBOL_TRANSPORTATION = 90;
    MM_SYMBOL_UNDERGROUND = 91;
    MM_SYMBOL_WATER = 92;
    MM_SYMBOL_DIVINATION = 93; - Does not exist - According to wiki..

    MM_SYMBOL_SEASONAL_EVENT = 94;
    Last edited by John; 11-08-2014 at 11:05 AM.

  4. #4
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

  5. #5
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    This will be very useful! My suggestion would be to puush your first few symbols too (as they only appear as links unless you are logged in) and make the constants capitals in line with the include

  6. #6
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Hm, if that's the image used for MM_SYMBOL_RUNECRAFTING in the include, it looks like it needs to be updated.

  7. #7
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    + Rep, fantastic contribution. Thank you for taking the time.
    Hopefully it helps people avoid using the wrong string name

    Quote Originally Posted by The Mayor View Post
    This will be very useful! My suggestion would be to puush your first few symbols too (as they only appear as links unless you are logged in) and make the constants capitals in line with the include
    Done

    Quote Originally Posted by TomTuff View Post
    Hm, if that's the image used for MM_SYMBOL_RUNECRAFTING in the include, it looks like it needs to be updated.
    Fixed.

  8. #8
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    awesome work! +rep

  9. #9
    Join Date
    Dec 2014
    Posts
    48
    Mentioned
    2 Post(s)
    Quoted
    28 Post(s)

    Default

    Hi,
    Hopefully I'm not blind, but I can't find the distraction and diversion icon in this list.

    Apologies if it's already there and my eyes just missed it.

    And thanks so much for your work!

  10. #10
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by meep152 View Post
    Hi,
    Hopefully I'm not blind, but I can't find the distraction and diversion icon in this list.

    Apologies if it's already there and my eyes just missed it.

    And thanks so much for your work!
    Not even sure it's in SRL-6 but you can view them all here https://github.com/SRL/SRL-6/blob/46...imap.simba#L76

    No pictures ofc but this thread may be outdated compared to what's in the repository
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

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
  •