Jump to content


Photo

help with spellcast plz

spellcasterrornot found

    2 replies to this topic

    #1 rohhan84

    rohhan84

      Newbie

    • Members
    • Pip
    • 3 posts

      Posted 27 December 2013 - 05:50 PM

      im new to spellcast and trying to do just simple gear swaps... but when I use "//sc r" it tells me xml no found in the console. it is saved in the correct place... Program Files(8x6)\windower4\plugins\spellcast ... can anyone give me help to what im doing wrong? code is in the next post



      #2 rohhan84

      rohhan84

        Newbie

      • Members
      • Pip
      • 3 posts

        Posted 27 December 2013 - 05:55 PM

        
        <?xml version="1.0" ?> 
         
        <spellcast>
            <config
                        RequireVersion="2.30"
                        Debug="true"
                        ShowGearSwaps="false" />
                <sets> 
                        <group name="SAM" Default="true">        
                                <set name = "Idle" > 
                                        <ammo></ammo>
        								<range>Shigeto Bow</range>
                                        <head>Saotome kabuto</head>
                                        <neck>Chivalrous Chain</neck>
                                        <lear>Merman's Earring</lear>
                                        <rear>Merman's Earring</rear>
                                        <body>Saotome Domaru</body>
                                        <hands>Saotome Kote</hands>
                                        <lring>Ruby Ring</lring>
                                        <rring>Ruby Ring</rring>
                                        <back>Amemet Mantle +1</back>
                                        <waist>Potent Belt</waist>
                                        <legs>Saotome Haidate</legs>
                                        <feet>Saotome Sune-Ate</feet>
                    </set>
         
                    <set name = "TP" > 
                                        <ammo></ammo>
        								<range>Shigeto Bow</range>
                                        <head>Saotome kabuto</head>
                                        <neck>Chivalrous Chain</neck>
                                        <lear>Merman's Earring</lear>
                                        <rear>Merman's Earring</rear>
                                        <body>Hachiman Domaru</body>
                                        <hands>Hachiman Kote</hands>
                                        <lring>Ruby Ring</lring>
                                        <rring>Ruby Ring</rring>
                                        <back>Amemet Mantle +1</back>
                                        <waist>Potent Belt</waist>
                                        <legs>Hachiman Hakama</legs>
                                        <feet>Hachiman sune-ate</feet>
                    </set>                                  
         
                    <set name = "WS" > 
                                        <ammo></ammo>
        								<range>Shigeto Bow</range>
                                        <head>Wyvern Helm</head>
                                        <neck>Chivalrous Chain</neck>
                                        <lear>Merman's Earring</lear>
                                        <rear>Merman's Earring</rear>
                                        <body>Haubergeon</body>
                                        <hands>Saotome Kote</hands>
                                        <lring>Ruby Ring</lring>
                                        <rring>Ruby Ring</rring>
                                        <back>Amemet Mantle +1</back>
                                        <waist>Potent Belt</waist>
                                        <legs>Hachiman hakama</legs>
                                        <feet>Saotome Sune-Ate</feet>
                    </set> 
         
                        </group> 
                </sets>
        <rules>
        <if status="idle"> 
           <equip when="idle|aftercast" set="Idle" /> 
        </if> 
        <else> 
            <equip when="engaged|aftercast" set="TP" /> 
        </else>
        </rules>
        </spellcast>
         
        

         



        #3 rohhan84

        rohhan84

          Newbie

        • Members
        • Pip
        • 3 posts

          Posted 27 December 2013 - 06:19 PM

          nvm it seems ive fixed it I removed the ?s on the top line then it told me there was an issue with line 75 which was blank so I remove the black lines then out the ?s back and its working atm







          Also tagged with one or more of these keywords: spellcast, error, not found

          1 user(s) are reading this topic

          0 members, 1 guests, 0 anonymous users