Advanced Plate Graphic Glitch Mac

Drowfire

Nothing is Impossible
Joined
Nov 12, 2007
Messages
160
Reaction score
3
Points
18
Hi folks,
lots of people enjoyed my simple Robe Glitch mac,so i decided to make one for Plate Glitch also.

Code:
------------------------------------------------------------------
>               Plate Graphic Bug Mac             <
>                Powered by Drowfire                <
------------------------------------------------------------------
This Mac does all the work for you to appear in plate graphic with wearing your leather/silk/chain gear.
You can use the Platinum Efreeti Armor from Jewel of Atiiki (every class can wear ist) or you can use the Mrylokar's set for rogues.
You need to have a non armor showing illusion for it to work.(like skelly illusion)

Usage:
If you want just the plate look start the mac with /mac Plate
If you want the plate look and another illusion start the mac with /mac plate "illusion clicky name"

Plate look armor IDs

Platinum Efreeti
Chest=79506
Legs=79504
Arms=79502
Gloves=79500
Boots=79503
Wrist=79501

Mrylokar
Chest=4551
Legs=4555
Arms=4552
Gloves=4554
Boots=4556
Wrist=4553


Sub Main
 /declare PlateIllusion ${Param0}

| ########### Edit the Item IDs,so that they match yours. 

| ########### Plate Look Gear. 
/declare PlateChest            outer    4551
/declare PlateArms             outer    4552
/declare PlateBoots            outer    4556
/declare PlateGloves           outer    4554
/declare PlateRightWrist      outer    4553
/declare PlateLegs              outer    4555


| ########### Standard Gear. 
/declare Chest            outer    102090
/declare Arms             outer    80560
/declare Boots            outer    80558
/declare Gloves           outer    80557
/declare RightWrist      outer    80556
/declare Legs              outer    80561

| ########### Illusion without Armor graphic (Skelly etc). 
/declare GlitchIllu             outer    amulet of necropotence
/declare IlluName             outer    Illusion: Skeleton
/declare Casttime             outer    1s


:Morph
/echo ------------------------------------------------------------------
/echo >               Plate Graphic Bug Mac             <
/echo >                Powered by Drowfire                <
/echo ------------------------------------------------------------------
/echo Illusion Clicky  >>${PlateIllusion}<< 
/delay 5
/exchange ${PlateChest} chest
/delay 5
/exchange  ${PlateLegs} legs
/delay 5
/exchange ${PlateArms} arms
/delay 5
/exchange ${PlateBoots} feet
/delay 5
/exchange ${PlateGloves} hands
/delay 5
/exchange ${PlateRightWrist} rightwrist
/delay 5
/casting "${GlitchIllu}"|item
/delay ${Casttime}
/exchange ${Chest} chest
/delay 5
/exchange ${Legs} legs
/delay 5
/exchange ${Arms} arms
/delay 5
/exchange ${Boots} feet
/delay 5
/exchange ${Gloves} hands
/delay 5
/exchange ${RightWrist} rightwrist
/delay 5
/notify BuffWindow BW_Buff${Int[${Math.Calc[${Me.Buff["${IlluName}"].ID}-1]}]}_Button LeftMouseUp
/delay 5
/casting "${PlateIllusion}"|item
/delay 10s
/echo >>Mac finished<<
/endmac

Have fun with it.
If have any questions feel free to ask.