Jump to content

crash_8675

Members
  • Posts

    119
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by crash_8675

  1. Oh friend I wish I could do but I haven't the armors
  2. Wow Crit! thanks and really cool updaters
  3. Good Share zodiark0! and thanks! :)
  4. well i tested and looks really nice in freya, only one problem, the weapons dont have icons, But IT'S WORTH IT :)
  5. Oh man thanks, for be you first share is really great , i will test it!
  6. Of course friend. You only need to adapt, read this guide will surely help you http://www.maxcheaters.com/forum/index.php?topic=169139.0
  7. Maybe you can try with another system Freya? or pm me if you want I help you add lines in your armorgrp and itemname
  8. Yes review your xml file, example of xml: <?xml version="1.0" encoding="UTF-8"?> <list> <item id="52020" type="Armor" name="Knight's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52021" type="Armor" name="Archer's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52022" type="Armor" name="Enchanter's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52023" type="Armor" name="Healer's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52024" type="Armor" name="Rouge's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52025" type="Armor" name="Warrior's Cloak "> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52026" type="Armor" name="Summoner's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52027" type="Armor" name="Wizard's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> </list>
  9. You can add attribute with something like this in your .xml , for example: <for> <add order="0x10" stat="mDef" val="125" /> <add order="0x10" stat="pDef" val="125" /> <add order="0x40" stat="maxMp" val="213" /> <add order="0x40" stat="maxHp" val="190" /> <enchant order="0x0C" stat="mDef" val="0" /> <add order="0x40" stat="darkRes" val="30" /> <!-- Dark Attribute Defense +30 --> </for> Look in your files. xml and compare. you can add all attribute you want...I hope I've helped a little.
  10. M Man read!, i never say this share is mine! If this is a problem for you im sorry, like I said I found in another site and I only shared here! I dont know why you feel upset. And I found these cloaks with other credits. I did not know was yours.
  11. Oh thanks for this share, I will download now: D
  12. Your share? Sorry, I did not say it was mine. I have only found on the internet and I shared. It is a crime that?
  13. I add in Freya with no errors, you can put an image or detail about the error you get.
  14. maybe you can do .xml file yourself, I do not think that you find difficult ::)
  15. Hi guys, well I found these incredible cloaks of Goddess of Destruction and wanted to share with all you. Well hope you like it, I've added and they look great. Link: http://www.mediafire.com/?o3iu125y2eee13z Credits: Max4aters
  16. I hope this works in freya, i will try. Thanks for share
  17. Hello! two of us we do not speak English very well lol. Here are many useful things that will help to dispel doubts. I'm looking at all sections of the forum and found excellent contributions. Welcome :D
  18. Hi everyone! I'm new here, I'm watching the forum is great. Many useful things to learn and share ;D Greetings
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock