Restock/Organize fun in Profiles

Discussion in 'Guides' started by LanDarr, Feb 6, 2019.

  1. LanDarr

    LanDarr Renaissance Staff
    Renaissance Staff
    Senior Counselor

    Joined:
    Apr 19, 2013
    Messages:
    5,612
    Likes Received:
    6,118
    You will need to know how and be comfortable modifying your Razor Profiles. Every type of item has its own unique ID. By knowing and using these id's you can hand code a lot of stuff without actually having to record and click everything through the Razor interface

    If you want to restock one of each scroll (64) use the following:
    Code:
    <Restock-5 hotbag="1157083555">
                <item id="8008" amount="1" />
                <item id="8002" amount="1" />
                <item id="8000" amount="1" />
                <item id="7998" amount="1" />
                <item id="8004" amount="1" />
                <item id="8006" amount="1" />
                <item id="8010" amount="1" />
                <item id="8012" amount="1" />
                <item id="7982" amount="1" />
                <item id="7984" amount="1" />
                <item id="7986" amount="1" />
                <item id="7988" amount="1" />
                <item id="7990" amount="1" />
                <item id="7996" amount="1" />
                <item id="7992" amount="1" />
                <item id="7994" amount="1" />
                <item id="8014" amount="1" />
                <item id="8020" amount="1" />
                <item id="8018" amount="1" />
                <item id="8016" amount="1" />
                <item id="8022" amount="1" />
                <item id="8026" amount="1" />
                <item id="8024" amount="1" />
                <item id="8028" amount="1" />
                <item id="8030" amount="1" />
                <item id="8032" amount="1" />
                <item id="8034" amount="1" />
                <item id="8036" amount="1" />
                <item id="8040" amount="1" />
                <item id="8038" amount="1" />
                <item id="8044" amount="1" />
                <item id="8042" amount="1" />
                <item id="8001" amount="1" />
                <item id="7999" amount="1" />
                <item id="8003" amount="1" />
                <item id="7997" amount="1" />
                <item id="8009" amount="1" />
                <item id="8005" amount="1" />
                <item id="8007" amount="1" />
                <item id="8011" amount="1" />
                <item id="7981" amount="1" />
                <item id="7987" amount="1" />
                <item id="7985" amount="1" />
                <item id="7983" amount="1" />
                <item id="7995" amount="1" />
                <item id="7989" amount="1" />
                <item id="7993" amount="1" />
                <item id="7991" amount="1" />
                <item id="8025" amount="1" />
                <item id="8015" amount="1" />
                <item id="8013" amount="1" />
                <item id="8023" amount="1" />
                <item id="8021" amount="1" />
                <item id="8017" amount="1" />
                <item id="8027" amount="1" />
                <item id="8019" amount="1" />
                <item id="8041" amount="1" />
                <item id="8035" amount="1" />
                <item id="8029" amount="1" />
                <item id="8037" amount="1" />
                <item id="8033" amount="1" />
                <item id="8031" amount="1" />
                <item id="8043" amount="1" />
                <item id="8039" amount="1" />
                <item id="8025" amount="1" />
            </Restock-5>
    You can set your restock container afterwards to be a spellbook if you are trying to fill it, or to a container if you are just looting Treasure Chests
    Last edited: Feb 6, 2019
  2. LanDarr

    LanDarr Renaissance Staff
    Renaissance Staff
    Senior Counselor

    Joined:
    Apr 19, 2013
    Messages:
    5,612
    Likes Received:
    6,118
    The Organization Agents are great in Razor. Got a fresh MIB chest, and need to sort it out... or a junk chest you been tossing your Tmap loot into..

    Code:
            <Organizer-1 hotbag="1079380539">
                <item id="8002" />
                <item id="8000" />
                <item id="7998" />
                <item id="8004" />
                <item id="8008" />
                <item id="8006" />
                <item id="8010" />
                <item id="8012" />
                <item id="7982" />
                <item id="7984" />
                <item id="7986" />
                <item id="7988" />
                <item id="7990" />
                <item id="7996" />
                <item id="7992" />
                <item id="7994" />
            </Organizer-1>
            <Organizer-2 hotbag="1079380539">
                <item id="8014" />
                <item id="8020" />
                <item id="8018" />
                <item id="8016" />
                <item id="8022" />
                <item id="8026" />
                <item id="8024" />
                <item id="8028" />
                <item id="8030" />
                <item id="8032" />
                <item id="8034" />
                <item id="8036" />
                <item id="8040" />
                <item id="8038" />
                <item id="8044" />
                <item id="8042" />
            </Organizer-2>
            <Organizer-3 hotbag="1079380539">
                <item id="8001" />
                <item id="7999" />
                <item id="8003" />
                <item id="7997" />
                <item id="8009" />
                <item id="8005" />
                <item id="8007" />
                <item id="8011" />
                <item id="7981" />
                <item id="7987" />
                <item id="7985" />
                <item id="7983" />
                <item id="7995" />
                <item id="7989" />
                <item id="7993" />
                <item id="7991" />
            </Organizer-3>
            <Organizer-4 hotbag="1079380539">
                <item id="8025" />
                <item id="8015" />
                <item id="8013" />
                <item id="8023" />
                <item id="8021" />
                <item id="8017" />
                <item id="8027" />
                <item id="8019" />
                <item id="8041" />
                <item id="8035" />
                <item id="8029" />
                <item id="8037" />
                <item id="8033" />
                <item id="8031" />
                <item id="8043" />
                <item id="8039" />
            </Organizer-4>
            <Organizer-5 hotbag="1079370231">
                <item id="3981" />
                <item id="3974" />
                <item id="3962" />
                <item id="3973" />
                <item id="3980" />
                <item id="3972" />
                <item id="3963" />
                <item id="3976" />
            </Organizer-5>
            <Organizer-6 hotbag="1079380561">
                <item id="3873" />
                <item id="3865" />
                <item id="3856" />
                <item id="3862" />
                <item id="3859" />
                <item id="3877" />
                <item id="3878" />
                <item id="3861" />
                <item id="3885" />
                <item id="3864" />
                <item id="3857" />
            </Organizer-6>
            <Organizer-7 hotbag="1079380970">
                <item id="4230" />
                <item id="4233" />
                <item id="4231" />
                <item id="4234" />
                <item id="7947" />
                <item id="7941" />
                <item id="7945" />
                <item id="7943" />
                <item id="5912" />
                <item id="7942" />
                <item id="5905" />
                <item id="5907" />
                <item id="5398" />
                <item id="8059" />
                <item id="5399" />
                <item id="5899" />
                <item id="5915" />
                <item id="5440" />
                <item id="5422" />
                <item id="8097" />
                <item id="5909" />
                <item id="5910" />
                <item id="5908" />
                <item id="5913" />
                <item id="5444" />
                <item id="5911" />
                <item id="5916" />
                <item id="5914" />
                <item id="5449" />
                <item id="5445" />
                <item id="5451" />
            </Organizer-7>
            <Organizer-8 hotbag="1079385803">
                <item id="5182" />
                <item id="3909" />
                <item id="3915" />
                <item id="3907" />
                <item id="3934" />
                <item id="3913" />
                <item id="5115" />
                <item id="3917" />
                <item id="3911" />
                <item id="5119" />
                <item id="5046" />
                <item id="5049" />
                <item id="3780" />
                <item id="5125" />
                <item id="3938" />
                <item id="3937" />
                <item id="5110" />
                <item id="5187" />
                <item id="5121" />
                <item id="5123" />
                <item id="3718" />
                <item id="5112" />
                <item id="3779" />
                <item id="5185" />
                <item id="5042" />
                <item id="3713" />
                <item id="3719" />
                <item id="3922" />
                <item id="3920" />
                <item id="5117" />
                <item id="5044" />
                <item id="5040" />
                <item id="3721" />
                <item id="5127" />
                <item id="5179" />
                <item id="3932" />
                <item id="5181" />
                <item id="5177" />
                <item id="3568" />
                <item id="3573" />
                <item id="3570" />
                <item id="3571" />
                <item id="3572" />
            </Organizer-8>
            <Organizer-9 hotbag="1079377985">
                <item id="5099" />
                <item id="5104" />
                <item id="5054" />
                <item id="5055" />
                <item id="5051" />
                <item id="7172" />
                <item id="5136" />
                <item id="5141" />
                <item id="5139" />
                <item id="5128" />
                <item id="5102" />
                <item id="5100" />
                <item id="5137" />
                <item id="5130" />
                <item id="7030" />
                <item id="7028" />
                <item id="7033" />
                <item id="7027" />
                <item id="7026" />
                <item id="7034" />
                <item id="7035" />
                <item id="5134" />
                <item id="5132" />
                <item id="5138" />
                <item id="7170" />
                <item id="5084" />
                <item id="7180" />
                <item id="5078" />
                <item id="5082" />
                <item id="5077" />
                <item id="5083" />
                <item id="7168" />
                <item id="5068" />
                <item id="5063" />
                <item id="7609" />
                <item id="7174" />
                <item id="7176" />
                <item id="5069" />
                <item id="5062" />
                <item id="5067" />
                <item id="7178" />
                <item id="5140" />
                <item id="3701" />
            </Organizer-9>
            <Organizer-10 hotbag="1079380591">
                <item id="3821" />
            </Organizer-10>
    So you make that mod & now need a macro to run your organization agents...

    Code:
    Assistant.Macros.HotKeyAction|0|Organizer Agent-1
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-2
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-3
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-4
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-5
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-6
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-7
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-8
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-9
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.HotKeyAction|0|Organizer Agent-10
    but before you hit RUN on that macro, you will need to go into each Organization agent through Razor and set the container for each.. My container id's wont work for you
    Last edited: Feb 6, 2019
    Lunzignanti, PaddyOBrien and Boreder like this.
  3. lawn elder

    lawn elder Well-Known Member

    Joined:
    Sep 11, 2019
    Messages:
    673
    Likes Received:
    649
    Oh wow, when I get some time I am doing this. Organizational systems get me excited in a way that some may deem inappropriate. In my work life I have recently become a large fan of spreadsheets o_O
  4. Mr. Mahony

    Mr. Mahony Active Member

    Joined:
    Aug 29, 2016
    Messages:
    112
    Likes Received:
    79
    For the organizer are those codes for every item?

    Or is each organizer agent broken down by some kind of grouping?
  5. Hydrox

    Hydrox Well-Known Member
    UO:R Donor

    Joined:
    Jan 24, 2015
    Messages:
    2,119
    Likes Received:
    1,346
  6. Imbol

    Imbol Active Member
    UO:R Subscriber

    Joined:
    Dec 1, 2017
    Messages:
    274
    Likes Received:
    228
    Thanks for this.
  7. TreeHugger

    TreeHugger Well-Known Member

    Joined:
    Dec 27, 2016
    Messages:
    1,669
    Likes Received:
    1,306
    What are the items in your second post?

    It it all weps,regs,armour,jewels and scrolls?
  8. LanDarr

    LanDarr Renaissance Staff
    Renaissance Staff
    Senior Counselor

    Joined:
    Apr 19, 2013
    Messages:
    5,612
    Likes Received:
    6,118
    in the first post, it lists all the items I loot from a container

    In the second post, it puts it all away
    the second box of code is running organize agents defined in the first box of code on this post
    First one lists all the items
    Second one puts it in the appropriate box
  9. Lunzignanti

    Lunzignanti New Member

    Joined:
    May 8, 2022
    Messages:
    25
    Likes Received:
    10
    Okay, just spent a quite a few hours a night and for 3 days. Was totally confused as to why it wasn't making sense or working. You have to mod the modded game mod to use a sub mod in the mod. If anyone else reads this and was as confused as me; All this funky "< / >" programmer language is accessible only through word pad or xml editors. Your final destination will be to find your character name within razor files. (Profiles). Open with wordpad scroll through the funky < / > stuff. That is where you will edit the magical modded modifications in the modded game using a sub mod.
    Last edited: Jun 15, 2022

Share This Page