Spoiler for How to read::
A lil tutorial for the people who don't know how to read a raw code list.
As you can see from the "Name" it's an Old Halberd (Mainhand Weapon). The item code for it is ALL THE WAY UP to the letters in the brackets above the "Comments"
Ignore the comments, I dunno why it says ring of protection, but eh. So the raw code for Old Halberd is
To use:
1. Highlight the spot where you want it to drop (Meaning click on a unit or building).
2. Type -spawn I07N
3. Pick it up.
4. Laugh.
5. Repeat.
Please note that if you do not do step 4, it will EVENTUALLY hate you and NEVER WORK ANYMORE!
Code: Select all
[I07N:rde4]
comment=Ring of Protection +5
scriptname=RingofProtection5
version=0
class=Permanent
Level=0
oldLevel=0
abilList=A0VF,A0VG
cooldownID=AIde
ignoreCD=0
uses=-
prio=0
usable=0
perishable=0
droppable=1
pawnable=1
sellable=1
pickRandom=0
powerup=0
drop=0
stockMax=1
stockRegen=1
stockStart=0
goldcost=5
lumbercost=0
HP=500000
morph=0
armor=Wood
file=Objects\InventoryItems\TreasureChest\treasurechest.mdl
scale=1
selSize=0
colorR=255
colorG=255
colorB=255
InBeta=1
Art=ReplaceableTextures\CommandButtons\BTNINV_Weapon_Halberd_03.blp
Name=|c0000FF00Old Halberd|r |nMainhand Weapon
Hotkey=
Tip=|c0000FF00Old Halberd|r |nMainhand Weapon
Ubertip=Useable by |cffff0000NS|r.|nGives: |n+|c0000FF005|r Damage. |n+|c0000FF003|r Agility.
Description=Useable by |cffff0000NS|r.|nGives: |n+|c0000FF005|r Damage. |n+|c0000FF003|r Agility.
Ignore the comments, I dunno why it says ring of protection, but eh. So the raw code for Old Halberd is
Code: Select all
I07N
1. Highlight the spot where you want it to drop (Meaning click on a unit or building).
2. Type -spawn I07N
3. Pick it up.
4. Laugh.
5. Repeat.
Please note that if you do not do step 4, it will EVENTUALLY hate you and NEVER WORK ANYMORE!