Jump to content


Photo

Itemizer not using case or wardrobe


    9 replies to this topic

    #1 Cptbirdseye

    Cptbirdseye

      Advanced Member

    • Members
    • PipPipPip
    • 88 posts

      Posted 25 September 2014 - 02:46 AM

      nvm addon works fine.

       

      Instead I have another issue, how do I make this work without typing everything in the game?  I tried making a file with all the //get and //put but it didn't work, so I tried editing it to make windower input the lines in case I had to do it that way, same problem.  It executed all the echos but none of the input lines.  Here's an example of what I used (I put the file in the scripts folder and executed it from there.)

       

       

      echo "Exchanging weapons";
      input //get Legato Dagger sack;
      input //put Legato Dagger wardrobe;
      input //get Bolelabunga wardrobe;
      input //put Bolelabunga sack;
      input //get Tamaxchi wardrobe;
      input //put Tamaxchi sack;
      input //get Arka IV sack;
      input //put Arka IV wardrobe;
      input //get Gridarvor wardrobe;
      input //put Gridarvor sack;
      input //get Eminent Pole wardrobe;
      input //put Eminent Pole sack;
      input //get Soulscourge wardrobe;
      input //put Soulscourge sack;
       

       



      #2 Arcon

      Arcon

        Advanced Member

      • Windower Staff
      • 1189 posts
      • LocationMunich, Germany

      Posted 25 September 2014 - 07:30 AM

      I think it uses only /, not //. Did you try with that?



      #3 Arcon

      Arcon

        Advanced Member

      • Windower Staff
      • 1189 posts
      • LocationMunich, Germany

      Posted 25 September 2014 - 07:30 AM

      Also, to be safe you should double quote your item names:

      input /get "Eminent Pole" wardrobe


      #4 Cptbirdseye

      Cptbirdseye

        Advanced Member

      • Members
      • PipPipPip
      • 88 posts

        Posted 25 September 2014 - 09:42 AM

        Hmm, well it moved the dagger to the inventory but then I got a spam of "Command already pending, unable to execute."  Thought Itemizer was built to do it slowly not within 0.05 seconds?  Managed to slow it down though by putting wait 1; at the end of each line.  Also noticed it wouldn't move items using their full name, only their abbreviated names.



        #5 Arcon

        Arcon

          Advanced Member

        • Windower Staff
        • 1189 posts
        • LocationMunich, Germany

        Posted 25 September 2014 - 10:15 AM

        Are you using the addon or the plugin?



        #6 Cptbirdseye

        Cptbirdseye

          Advanced Member

        • Members
        • PipPipPip
        • 88 posts

          Posted 25 September 2014 - 12:48 PM

          Addon, which is odd since the documents that come with the addon are the same as the plugin.



          #7 Arcon

          Arcon

            Advanced Member

          • Windower Staff
          • 1189 posts
          • LocationMunich, Germany

          Posted 25 September 2014 - 01:00 PM

          What documents?

          Also, I believe the error might be in correlation with either Shortcuts or GearSwap (or both). Try unloading one or both of them and see if Itemizer works right then.



          #8 Cptbirdseye

          Cptbirdseye

            Advanced Member

          • Members
          • PipPipPip
          • 88 posts

            Posted 25 September 2014 - 02:30 PM

            Can't really do without those 2. :P  Anyways the documents I'm talking about are the readme.md, and settings.xml which has no documentation on how to modify it at all.  The readme shows this:

             

             

            Commands:
            //put <item> <bag>
            Places a specified item into a specified bag.  
            
            
            //get <item> <bag>
            Retrieves a specified item from a specified bag.  
            
            
            Note that unlike the plugin, quotation marks are not used.  
            Both the full name and the abbrevited names are valid entries.
            The items only move one at a time
            Lastly, the items are not case sensitive
            
            
            The available bags are: safe, storage, locker, satchel, and sack.
            
            
            Example: 
            //put Mandau sack
            //put Whirlpool mask satchel
            //get Hct. Subligar +1 storage
            //get Raider's armlets +2 safe
            //get HoPe toRQue locker
             

             



            #9 Arcon

            Arcon

              Advanced Member

            • Windower Staff
            • 1189 posts
            • LocationMunich, Germany

            Posted 25 September 2014 - 03:03 PM

            Can't really do without those 2. :P

             

            Not telling you to play without them, just to see if the error still occurs without it.



            #10 Cptbirdseye

            Cptbirdseye

              Advanced Member

            • Members
            • PipPipPip
            • 88 posts

              Posted 25 September 2014 - 07:05 PM

              Ah, I thought I was using the addon, it wasn't it was the plugin.  That explains why it was misbehaving.






              1 user(s) are reading this topic

              0 members, 1 guests, 0 anonymous users