About 1 week ago I started getting problems with my spellcaster on both laptop and my main PC. The screens gets frozen and this occures 4-6 times on a event when Spellcast is active.
So I visited your forums here and I donloade Aikers new beta version 2.30 for spellcaster, I used to have 2.22 version. Anyway I downloaded and replaced the dll in folder, loaded in the script into the defalt notpad document. I started up the game and it says it loads the spellcaster, but i can't see it load any set, rules etc..
So now I also tryed to re-install all of winder and later again all stuff I use, and still dosen't work. SO I'm lost here what to do. so any suggestions anyone can give me please help me out.
I will post my rdm script below so you can se it, thank you. The only thing I changes was this RequireVersion="2.30" from version 2.22 wich it said orginal.
<?xml version="1.0" ?>
<spellcast>
<config
RequireVersion="2.30"
Debug="true"
HideErrors="false"
ShowGearSwaps="false"
/>
<sets>
<group default="yes" name="Rdm">
<set name="Standard">
<main>Earth Staff</main>
<Sub>Raptor Strap +1</Sub>
<ammo>Sturm's Report</ammo>
<head>Dls. Chapeau +1</head>
<neck>Morgana's Choker</neck>
<lear>Antivenom Earring</lear>
<rear>Loquac. Earring</rear>
<body>Dalmatica</body>
<hands>Zenith Mitts</hands>
<lring>Ether Ring</lring>
<rring>Omega Ring</rring>
<back>Rainbow cape</back>
<waist>Hierarch Belt</waist>
<legs>Crimson Cuisses</legs>
<feet>Morrigan's Pgch.</feet>
</set>
<set name="Resting">
<main>Dark Staff</main>
<sub>Raptor Strap +1</sub>
<ammo>Sturm's Report</ammo>
<head>Dls. Chapeau +1</head>
<neck>Grandiose Chain</neck>
<lear>Antivenom Earring</lear>
<body>Warlock's Tabard +1</body>
<hands>Oracle's gloves</hands>
<legs>Warlock's Tights +1</legs>
</set>
<set name="Fastcast" Baseset="Standard">
<head>Warlock's Chapeau</head>
<body>Duelist's Tabard</body>
<rear>Loquac. Earring</rear>
</set>
<set name="Haste" Baseset="Standard">
<head>Walahra Turban</head>
<waist>Swift Belt</waist>
</set>
<set name="Healing" Baseset="Standard">
<main>Light Staff</main>
<sub>Raptor Strap +1</sub>
<head>Duelist's Chapeau</head>
<body>Errant Houppelande</body>
<neck>Morgana's Choker</neck>
<legs>Warlock's Tights +1</legs>
<feet>Errant Pigaches</feet>
</set>
<set name="Elemental" Baseset="Standard">
<sub>Bugard Strap +1</sub>
<ammo>Sturm's Report</ammo>
<head>Warlock's Chapeau</head>
<neck>Elemental Torque</neck>
<lear>Moldavite Earring</lear>
<body>Errant Houppelande</body>
<hands>Morrigan's Cuffs</hands>
<lring>Diamond Ring</lring>
<rring>Diamond Ring</rring>
<waist>Penitent's Rope</waist>
<legs>Errant Slops</legs>
</set>
<set name="Enf Mnd" Baseset="Standard">
<sub>Raptor Strap</sub>
<head>Dls. Chapeau +1</head>
<body>Warlock's Tabard +1</body>
<hands>Morrigan's Cuffs</hands>
<lring>Sapphire Ring</lring>
<rring>Sapphire Ring</rring>
<waist>Penitent's Rope</waist>
<legs>Errant Slops</legs>
<feet>Errant Pigaches</feet>
</set>
<set name="Enf Int" Baseset="Standard">
<sub>Bugard Strap +1</sub>
<ammo>Phantom Tathlum</ammo>
<head>Dls. Chapeau +1</head>
<body>Warlock's Tabard +1</body>
<hands>Morrigan's Cuffs</hands>
<lring>Diamond Ring</lring>
<rring>Diamond Ring</rring>
<waist>Penitent's Rope</waist>
<legs>Errant Slops</legs>
</set>
<set name="Bind" Baseset="Standard">
<sub>Ice Grip</sub>
<head>Dls. Chapeau +1</head>
<neck>Enfeebling Torque</neck>
<lear>Enfeebling Earring</lear>
<rear>Morion Earring +1</rear>
<body>Warlock's Tabard +1</body>
<hands>Mst. Cst. Bracelets</hands>
<lring>Diamond Ring</lring>
<rring>Diamond Ring</rring>
<waist>Penitent's Rope</waist>
<legs>Errant Slops</legs>
</set>
<set name="Enhancing">
<neck>Enhancing Torque</neck>
<body>Glamor Jupon</body>
<legs>Warlock's Tights +1</legs>
</set>
<set name="Stoneskin">
<main>Earth Staff</main>
<neck>Enhancing Torque</neck>
<body>Errant Houppelande</body>
<hands>Duelist's Gloves</hands>
<lring>Sapphire Ring</lring>
<rring>Sapphire Ring</rring>
<waist>Penitent's Rope</waist>
<legs>Warlock's Tights +1</legs>
<feet>Errant Pigaches</feet>
</set>
<set name="Engaged">
<main lock="True">Joyeuse</main>
/wait 1
<sub lock="True">Genbu's Shield</sub>
<head>Walahra Turban</head>
<neck>Ritter Gorget</neck>
<hands>Morrigan's Cuffs</hands>
<lring>Ulthalam's Ring</lring>
<rring>Rajas Ring</rring>
<rear>Suppanomimi</rear>
<lear>Ethereal Earring</lear>
<back>Forager's mantle</back>
<waist>Swift Belt</waist>
</set>
<set name="Ws">
<neck>Soil Gorget</neck>
</set>
<set name="LightStaff">
<main>Light Staff</main>
</set>
<set name="DarkStaff">
<main>Dark Staff</main>
</set>
<set name="FireStaff">
<main>Fire Staff</main>
</set>
<set name="EarthStaff">
<main>Earth Staff</main>
</set>
<set name="WaterStaff">
<main>Water Staff</main>
</set>
<set name="WindStaff">
<main>Wind Staff</main>
</set>
<set name="IceStaff">
<main>Ice Staff</main>
</set>
<set name="ThunderStaff">
<main>Thunder Staff</main>
</set>
</group>
</sets>
<rules>
<if spell="autoset" />
<if status="resting" />
<action type="equip" when="resting" set="resting" />
<if status="idle" />
<action type="equip" when="idle" set="Standard" />
<if skill="HealingMagic">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" when="Midcast" set="Healing" />
<action type="Equip" when="Aftercast" set="Standard" />
<rule spell="Cure IV" MPLT="88">
<action type="ChangeSpell" spell="Cure III" />
</rule>
<rule spell="Cure III" MPLT="46">
<action type="ChangeSpell" spell="Cure II" />
</rule>
</if>
<if skill ="ElementalMagic">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" When="Midcast" set="Elemental" />
<action type="Equip" when="Aftercast" set="Standard" />
<rule spell="Thund*">
<action type="Equip" when="Midcast" set="ThunderStaff" />
</rule>
<rule spell="Blizz*">
<action type="Equip" when="Midcast" set="IceStaff" />
</rule>
<rule spell="Fire*">
<action type="Equip" when="Midcast" set="FireStaff" />
</rule>
<rule spell="Aero*">
<action type="Equip" when="Midcast" set="WindStaff" />
</rule>
<rule spell="Water*">
<action type="Equip" when="Midcast" set="WaterStaff" />
</rule>
<rule spell="Stone*">
<action type="Equip" when="Midcast" set="EarthStaff" />
</rule>
</if>
<if spell="Bind|Gravity|Poison*|Sleep*|Blind|Dispel">
<action type="Equip" when="Precast" set="Enf Int" />
<action type="Equip" when="Aftercast" set="Standard" />
<rule spell="Bind">
<action type="Equip" when="Precast" set="IceStaff" />
<action type="Equip" when="Midcast" set="Bind" />
</rule>
<rule spell="Poison" />
<acton type="Equip" when="Precast" set="WaterStaff" />
</rule>
<rule spell="Gravity">
<action type="Equip" when="Precast" set="WindStaff" />
</rule>
<rule spell="Sleep*">
<action type="Equip" when="Precast" set="DarkStaff" />
</rule>
<rule spell="Blind">
<action type="Equip" when="Precast" set="DarkStaff" />
</rule>
<rule spell="Dispel">
<action type="Equip" when="Precast" set="DarkStaff" />
</rule>
</if>
<if spell="Slow*|Paralyze*|Silence">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" when="Midcast" set="Enf Mnd" />
<action type="Equip" when="Aftercast" set="Standard" />
<rule spell="Slow*">
<action type="Equip" when="Precast" set="EarthStaff" />
</rule>
<rule spell="Paralyze*">
<action type="Equip" when="Precast" set="IceStaff" />
</rule>
<rule spell="Silence">
<action type="Equip" when="Precast" set="WindStaff" />
</rule>
</if>
<if spell="Phalanx*|Protect*|Shell*|Aquaveil|Bar*">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" when="Midcast" set="Enhancing" />
<action type="Equip" when="Aftercast" set="Standard" />
</if>
<if spell="Stoneskin">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" when="Midcast" set="Stoneskin" />
<action type="Equip" when="Aftercast" set="Standard" />
</if>
<if spell="Bio*|Aspir|Drain|Stun">
<action type="Equip" when="Precast" set="Haste" />
<action type="Equip" when="Aftercast" set="Standard" />
<rule spell="Stun">
<action type="Equip" when="Midcast" set="Thunderstaff" />
</rule>
<rule spell="Bio*|Aspir|Drain">
<action type="Equip" when="Midcast" set="Darkstaff" />
</rule>
</if>
<if spell="Haste|Refresh|Regen*|Blink">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" when="Midcast" set="Haste" />
<action type="Equip" when="Aftercast" set="Standard" />
</if>
<if spell="Utsusemi*">
<action type="Equip" when="Precast" set="Fastcast" />
<action type="Equip" when="Midcast" set="Haste" />
<action type="Equip" when="Aftercast" set="Standard" />
</if>
<if advanced='"%status"="engaged"'>
<action type="equip" when="engaged" set="Engaged">
<main lock="True">Joyeuse</main>
/wait 1
<sub lock="True">Genbu's Shield</sub>
</action>
<action type="equip" when="Aftercast" set="Engaged" />
</if>
<rule spell="Vorpal Blade|Savage Blade|Fast Blade" group="Rdm">
<action type="equip" when="prews" set="Ws" />
<action type="castdelay" delay="1" />
<action type="equip" when="afterws" delay="1" set="engaged" />
</rule>
</rules>
</spellcast>
I really hope someone can explaine to me how to get this running again, I got the script from a good friend sense I can't make them myself.
But thank you for any support possible.
/Smiley
Edit:
It however load spellcast but it do not load the script for some strange reason, this spellcast worked fine until 1 week agao never had any problems with it.
I took a screenshoot of the log in process aswell can see it down below.

Just to make all clear windower updated again to version 3.42
Spellcaster updated to beta version 2.30 instead of 2.22
Recast updated aswell.
But still no go, any suggestions.
This post has been edited by smiley: 08 February 2010 - 08:28 AM


Help


Back to top
MultiQuote














