Posts: 687 From: The Netherlands Registered: Nov 2001
posted 08 February 2002 11:34
How do I make my new shield class-specific for a sorceress?
------------------ Give me fuel, give me fire, give me all that I desire
FeistyGirl Honorary Warlord
Posts: 729 From: a padded cell somewhere Registered: Feb 2001
posted 08 February 2002 11:40
IIRC, you have to make a new item type for it in itemtypes.txt, use the entry for orbs as an example.
(feel free to smack me around with a large trout if I'm wrong, I'm just now getting back into the mod scene )
------------------ "Instant human: just add coffee"
Wyvern Honorary Warlord
Posts: 1137 From: A very large cave Registered: Jan 2002
posted 08 February 2002 13:26
its pretty easy add a row name the code to the item type u want to put in ur shield.
example: Sorcshield(item type) sshi(code) shld (equiv1) Sorc (equiv2) 1 (repair) 1 (body) rarm (bodyloc1) larm (bodyloc2) 1 (rare) 1 (rarity) sor (class) armo (storepage) then put your code into shields item type in ur armor.txt hope this helps