Added Elements

Experienced Elementalist
Joined
Sep 7, 2006
Messages
245
Reaction score
0
Electric Stuff:
Windscar's Sword:
ZITEM:
<ITEM id="600306" name=STR:ZITEM_NAME_600206" type="custom" weapon="enchant_lightning"
res_sex="a" res_level="70" slot="custom" btprice="500" image_id="3" affect_level="3"
delay="2500" weight="5" damage="7" desc="STR:ZITEM_DESC_600306" />
STRING:
<STR id="ZITEM_NAME_600306">Winscar's Sword</STR>
<STR id="ZITEM_DESC_600306">Winscar God's Sword It Is Said To Cause Lightning to Strike Your Opponent Each Slash</STR>


Winscar's Soul:
String:
<STR id="ZITEM_NAME_600307">Winscar's Soul</STR>
<STR id="ZITEM_DESC_600307">The Soul of the God Him Self Will Enchant Your Sword Causing a Deadly strike.</STR>

ZITEM:
<ITEM id="600307" name=STR:ZITEM_NAME_600307" type="custom" weapon="enchant_lightning"
res_sex="a" res_level="90" slot="custom" btprice="500" image_id="3" affect_level="3"
delay="2500" weight="5" damage="9" desc="STR:ZITEM_DESC_600307" />




Poison Stuff:
Giston's Sword:
Strings:
<STR id="ZITEM_NAME_600308">Giston's Sword</STR>
<STR id="ZITEM_DESC_600308">Giston will lend you his power in the form of a sword.</STR>
<STR id="ZITEM_NAME_600309">Giston's Soul</STR>
<STR id="ZITEM_DESC_600309">Giston Himself Will Taint your Sword with Poison.</STR>

ZITEMS:
<ITEM id="600308" name="STR:ZITEM_NAME_600308" type="custom" weapon="enchant_poison" res_sex="a"
res_level="70" slot="custom" iscashitem="false" bt_price="500" image_id="3" effect_level="3" delay="7000"
weight="5" damage="7" desc="STR:ZITEM_DESC_600308" />
<ITEM id="600309" name="STR:ZITEM_NAME_600309" type="custom" weapon="enchant_poison" res_sex="a"
res_level="90" slot="custom" iscashitem="false" bt_price="500" image_id="3" effect_level="3" delay="6000"
weight="6" damage="8" desc="STR:ZITEM_DESC_600309" />


Shop Edit:
Add this for the Giston(Poison) Edits:
<SELL itemid="600308" /> <!-- Giston's Sword -->
<SELL itemid="600309" /> <!-- Giston's Soul -->
Add this for the Windscar(Thunder) Edits:
<SELL itemid="600206" /> <!-- Winscar's Sword -->
<SELL itemid="600207" /> <!-- Winscar's Soul -->





Credits to me to bother making this =] - iDestroy of xPHx[Not sayin' website might get in trouble]

To only be posted on xPHx RageZone, and legacygamers if they have a section

xPHxMind on Server =]

Feel Free to flame, I'll just ignore :P
 
You dont need models, its just damage change, easy to do but I think its better for the higher levels not stuck with level 50 equips...

BTW You have to recompile after for anyone curious
 
Oh my Jaymz. Listen. You can't see the *item* you can only see effect like when carring Winscar's Coin (item you all have). It's nothing really new.
 
hey i copy paste & still not working

because your a dumbass. lol
You have to Paste them into your servers files (ex: zitem.xml & strings.xml)
Then you have to copy these two files and put them into your De-Compiled System.mrs
Re-Compile it with the new files and TA-DA.
 
there is a mistake in code

Electric Stuff:
Windscar's Sword:
ZITEM:
<ITEM id="600306" name=STR:ZITEM_NAME_600206" type="custom" weapon="enchant_lightning"
res_sex="a" res_level="70" slot="custom" btprice="500" image_id="3" affect_level="3"
delay="2500" weight="5" damage="7" desc="STR:ZITEM_DESC_600306" />


STRING:
<STR id="ZITEM_NAME_600206">Winscar's Sword</STR>
<STR id="ZITEM_DESC_600206">Winscar God's Sword It Is Said To Cause Lightning to Strike Your Opponent Each Slash</STR>


Winscar's Soul:
String:
<STR id="ZITEM_NAME_600207">Winscar's Soul</STR>
<STR id="ZITEM_DESC_600207">The Soul of the God Him Self Will Enchant Your Sword Causing a Deadly strike.</STR>

ZITEM:
<ITEM id="600207" name=STR:ZITEM_NAME_600207" type="custom" weapon="enchant_lightning"
res_sex="a" res_level="90" slot="custom" btprice="500" image_id="3" affect_level="3"
delay="2500" weight="5" damage="9" desc="STR:ZITEM_DESC_600207" />




Poison Stuff:
Giston's Sword:
Strings:
<STR id="ZITEM_NAME_600306">Giston's Sword</STR>
<STR id="ZITEM_DESC_600306">Giston will lend you his power in the form of a sword.</STR>

<STR id="ZITEM_NAME_600307">Giston's Soul</STR>
<STR id="ZITEM_DESC_600307">Giston Himself Will Taint your Sword with Poison.</STR>

ZITEMS:
<ITEM id="600306" name="STR:ZITEM_NAME_600306" type="custom" weapon="enchant_poison" res_sex="a"
res_level="70" slot="custom" iscashitem="false" bt_price="500" image_id="3" effect_level="3" delay="7000"
weight="5" damage="7" desc="STR:ZITEM_DESC_600306" />

<ITEM id="600307" name="STR:ZITEM_NAME_600307" type="custom" weapon="enchant_poison" res_sex="a"
res_level="90" slot="custom" iscashitem="false" bt_price="500" image_id="3" effect_level="3" delay="6000"
weight="6" damage="8" desc="STR:ZITEM_DESC_600307" />


Shop Edit:
Add this for the Giston(Poison) Edits:
<SELL itemid="600306" /> <!-- Giston's Sword -->
<SELL itemid="600307" /> <!-- Giston's Soul -->

Add this for the Windscar(Thunder) Edits:
<SELL itemid="600206" /> <!-- Winscar's Sword -->
<SELL itemid="600207" /> <!-- Winscar's Soul -->



still getting error of matchserver & some letters then it closes
 
Back