Jump to content

L2Fileedit Lindvior & Valiance (Ddfs) Updated


Recommended Posts

Critical env.int now is for other stuff just look it i know is enchanteffectdata but everything there is understandable i cant make enchant so many numbers now is more hard thats why i ask sif somebody know how to change colors !!!

Link to comment
Share on other sites

Enchant glow in GOD is in weaponenchanteffectdata.dat

I had no idea about what information had this ddf, that's why it was full of unknown variables, thank you, i remade the weaponenchanteffectdata ddf, and beside i fixed the itemname.ddf it was wrong in the last update, i hope it work now.

Link to comment
Share on other sites

Now is much better but again i cant understand what i have to change for color of weapon  pls if somebody know how pls share it

this is not the correct way for request it, you can go to [Request] Client Mods Help and ask there, anyway use search before postin, this is posted with a full guide glowing,etc.

 

[Guide]Complete Weapon Glow Guide [11-09-09]

Link to comment
Share on other sites

Critical you gave me link but in this link there is no GOD version glow guide thats why i ask this guy who made this program  how to change glow on GOD release because in GOD (i told you 100000 times glow is not in env.int) Understand now ???

 

And im waiting for some replies about my question  if somebody know !!!

Link to comment
Share on other sites

that guide is usefull for this version too. Just take a look and see the similarity, the variables R1 G1 B1 R2 G2 B2 Opacity and Num are there, but is not one below the other like before:

 

Enchant0=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)
Enchant1=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)
etc...

 

is a side by side:

 

R1_ench1	G1_ench1	B1_ench1	R2_ench1	G2_ench1	B2_ench1	Opacity_ench1	R1_ench2	G1_ench2	B1_ench2	R2_ench2	G2_ench2	B2_ench2	Opacity_ench2
0	10	20	0	0	30	0.1	0	10	20	0	0	30	0.1
0	10	20	0	0	30	0.1	0	10	20	0	0	30	0.1

besides every weapon grade (D,C,B,A,S,R) have a specific effect. Before GOD u will see this, 3 groups 1 for enchant effect, 2 i dont know and 3 augment effect i guess

[EnchantEffect]
Enchant0=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)
Enchant1=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)
etc....

; for 2010.04.01 event
Enchant-1=(R1=106,G1=106,B1=0,R2=125,G2=125,B2=0,Opacity=1,Num=1)
Enchant-2=(R1=0,G1=106,B1=0,R2=0,G2=125,B2=0,Opacity=1,Num=1)
etc...

[Variation]
Enchant0=(R1=10,G1=15,B1=25,R2=20,G2=25,B2=35,Opacity=1,Num=1)
Enchant1=(R1=10,G1=15,B1=25,R2=20,G2=25,B2=35,Opacity=1,Num=1)
etc...

in god you will find these groups too, but is complicated a bit:

 

tag{3}	id	type	effect
0	0	a,none\0	a,LineageEffect.enchant_radiance\0
0	0	a,d\0	a,LineageEffect.enchant_radiance\0
0	0	a,c\0	a,LineageEffect.enchant_radiance\0
0	0	a,b\0	a,LineageEffect.enchant_radiance\0
0	0	a,a\0	a,LineageEffect.enchant_radiance\0
0	0	a,s\0	a,LineageEffect.enchant_radiance\0
0	0	a,r\0	a,LineageEffect.enchant2_radiance\0
0	10	a,d\0	a,LineageEffect.enchant_radiance\0
0	10	a,c\0	a,LineageEffect.enchant_radiance\0
0	10	a,b\0	a,LineageEffect.enchant_radiance\0
0	10	a,a\0	a,LineageEffect.enchant_radiance\0
0	10	a,s\0	a,LineageEffect.enchant_radiance\0
0	10	a,r\0	a,LineageEffect.enchant2_radiance\0
0	20	a,d\0	a,LineageEffect.enchant_radiance\0
0	20	a,c\0	a,LineageEffect.enchant_radiance\0
0	20	a,b\0	a,LineageEffect.enchant_radiance\0
0	20	a,a\0	a,LineageEffect.enchant_radiance\0
0	20	a,s\0	a,LineageEffect.enchant_radiance\0
0	20	a,r\0	a,LineageEffect.enchant2_radiance\0

 

the "id" var is for the groups, 0 for [EnchantEffect], 10 for [Variation] and 20 for "; for 2010.04.01 event", and the type var is weapon grade group.

Link to comment
Share on other sites

download link is dead =( please, give new link.

download link is dead? you drunk? please don't spam in topic and check better before posting u.u
Link to comment
Share on other sites

  • 2 months later...

it don't work for official North American servers (magmeld, shilen, etc)... i open 1 archive (user.ini) and save it (without make any change) and give me critical error:

 

2011.12.7 09:49:38
OS : Windows XP 5.1 (Build: 2600)
CPU : GenuineIntel  Intel(R) Celeron(R) M CPU        410  @ 1.46GHz @ 1468 MHz 990MB RAM
Video : No Video
PosCode : LS1(415) 0:0:0 1/0 [576]

General protection fault!

History: FFileManagerWindows::CreateFileReader <- appLoadFileToString <- FConfigFile::Read <- FConfigCacheIni::Find <- FConfigCacheIni::GetString <- UObject::LoadConfig <- (PlayerController None) <- UClass::Serialize <- (Class Engine.PlayerController) <- LoadObject <- (Class Engine.PlayerController 155627==155627/2828769 148529 7098) <- ULinkerLoad::Preload <- PreLoadObjects <- UObject::EndLoad <- UObject::StaticLoadObject <- (Core.Class Engine.erty Engine.PlayerController.ClientValidate.C NULL) <- UObject::StaticLoadClass <- InitEngine

Exception:
Code [EXCEPTION_ACCESS_VIOLATION]
Address [0x1091DFE4]
Offset From Base [0xFFFFFFFF]

Link to comment
Share on other sites

well my friend thanks, my mistake is trying open the file without rename it to -k, because the ddf load -k and not -e :) but anyway thanks a lot it work fine now.

 

18704 Apocalypse Shaper Guidance a,<Soul Crystal Enhancement>\\nIncreases Accuracy by 7.7. Inflicts additional damage during PvP. P. Critical Damage increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18705 Apocalypse Shaper Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18706 Apocalypse Shaper Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 82.3. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18707 Apocalypse Cutter Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. Accuracy and P. Critical Rate increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18708 Apocalypse Cutter Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Accuracy and P. Critical Rate increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18709 Apocalypse Cutter Health a,<Soul Crystal Enhancement>\\nIncreases Max HP by 25%. Increases damage inflicted during PvP. Accuracy and P. Critical Rate increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18710 Apocalypse Slasher Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18711 Apocalypse Slasher Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18712 Apocalypse Slasher Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18713 Apocalypse Avenger Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18714 Apocalypse Avenger Critical Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 1158 during a critical attack. Inflicts additional damage during PvP. P. Critical Damage increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18715 Apocalypse Avenger Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18716 Apocalypse Fighter Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 76. Increases damage inflicted during PvP. Additional increase to Atk. Spd. and P. Atk. when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18717 Apocalypse Fighter Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. Additional increase to Atk. Spd. and P. Atk. when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18718 Apocalypse Fighter Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. Additional increase to Atk. Spd. and P. Atk. when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18719 Apocalypse Stormer HP Drain a,<Soul Crystal Enhancement>\\nRestores 4% of melee damage inflicted upon the enemy to your own HP. Inflicts additional damage during PvP. When enchanted to +4 there is a chance of additional damage during an attack.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18720 Apocalypse Stormer Guidance a,<Soul Crystal Enhancement>\\nIncreases Accuracy by 7.7. Inflicts additional damage during PvP. When enchanted to +4 there is a chance of additional damage during an attack.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18721 Apocalypse Stormer Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. When enchanted to +4 there is a chance of additional damage during an attack.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18722 Apocalypse Thrower Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. Physical skill power increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18723 Apocalypse Thrower Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Physical skill power increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18724 Apocalypse Thrower Long Blow a,<Soul Crystal Enhancement>\\nIncreases attack range. Increases damage inflicted during PvP. Physical skill power increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18725 Apocalypse Shooter Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Atk. Spd. increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18726 Apocalypse Shooter Critical Slow a,<Soul Crystal Enhancement>\\nChance of casting Slow during a critical attack. Inflicts additional damage during PvP. Atk. Spd. increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18727 Apocalypse Shooter Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. Atk. Spd. increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18728 Apocalypse Buster Acumen a,<Soul Crystal Enhancement>\\nIncreases Casting Spd. by 15%. Inflicts additional damage during PvP. Magic Accuracy and M. Critical Rate increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18729 Apocalypse Buster Magic Hold a,<Soul Crystal Enhancement>\\nThere is a 20% chance of casting Dryad Root when using a magic skill on the target. Increases damage inflicted during PvP. Magic Accuracy and M. Critical Rate increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18730 Apocalypse Buster Mana Up a,<Soul Crystal Enhancement>\\nIncreases Max MP by 30%. Inflicts additional damage during PvP. Magic Accuracy and M. Critical Rate increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18731 Apocalypse Caster Empower a,<Soul Crystal Enhancement>\\nIncreases M. Atk. by 322. Inflicts additional damage during PvP. Magic Accuracy and M. Critical Damage increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18732 Apocalypse Caster Acumen a,<Soul Crystal Enhancement>\\nIncreases Casting Spd. by 15%. Inflicts additional damage during PvP. Magic Accuracy and M. Critical Damage increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18733 Apocalypse Caster Magic Hold a,<Soul Crystal Enhancement>\\nThere is a 20% chance of casting Dryad Root when using a magic skill on the target. Increases damage inflicted during PvP. Magic Accuracy and M. Critical Damage increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18734 Apocalypse Retributer MP Regeneration a,<Soul Crystal Enhancement>\\nIncreases MP Recovery Rate. Increases damage inflicted during PvP. P. Atk., M. Critical Damage, and Casting Spd. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18735 Apocalypse Retributer Acumen a,<Soul Crystal Enhancement>\\nIncreases Casting Spd. by 15%. Inflicts additional damage during PvP. P. Atk., M. Critical Damage, and Casting Spd. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18736 Apocalypse Retributer Empower a,<Soul Crystal Enhancement>\\nIncreases M. Atk. by 322. Inflicts additional damage during PvP. P. Atk., M. Critical Damage, and Casting Spd. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18737 Apocalypse Dual sword Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. P. Critical Rate increases Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18738 Apocalypse Dual sword Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. P. Critical Rate increases Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18739 Apocalypse Dual sword Health a,<Soul Crystal Enhancement>\\nIncreases Max HP by 25%. Increases damage inflicted during PvP. P. Critical Rate increases Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18740 Apocalypse Dual Dagger Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. P. Critical Damage and P. Atk. increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18741 Apocalypse Dual Dagger Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. P. Critical Damage and P. Atk. increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18742 Apocalypse Dual Dagger Guidance a,<Soul Crystal Enhancement>\\nIncreases Accuracy by 7.7. Inflicts additional damage during PvP. P. Critical Damage and P. Atk. increases when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18743 Apocalypse Dual Blunt Weapon Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Physical skill power increases Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18744 Apocalypse Dual Blunt Weapon Guidance a,<Soul Crystal Enhancement>\\nIncreases Accuracy by 7.7. Inflicts additional damage during PvP. Physical skill power increases Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18745 Apocalypse Dual Blunt Weapon Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. Physical skill power increases Additional P. Atk. increase when enchanted to +4.\0 -1 0 0 0 0 0 a, 0 0 a, 1

18746 Bound Apocalypse Shaper Guidance a,<Soul Crystal Enhancement>\\nIncreases Accuracy by 7.7. Inflicts additional damage during PvP. P. Critical Damage increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse.\0 -1 0 0 0 0 0 a, 0 0 a, 0

18747 Bound Apocalypse Shaper Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18748 Bound Apocalypse Shaper Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 82.3. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18749 Bound Apocalypse Cutter Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP.  Accuracy and P. Critical Rate increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse.\0 -1 0 0 0 0 0 a, 0 0 a, 0

18750 Bound Apocalypse Cutter Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Accuracy and P. Critical Rate increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18751 Bound Apocalypse Cutter Health a,<Soul Crystal Enhancement>\\nIncreases Max HP by 25%. Increases damage inflicted during PvP. Accuracy and P. Critical Rate increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse.\0 -1 0 0 0 0 0 a, 0 0 a, 0

18752 Bound Apocalypse Slasher Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. Additional P. Atk. increase when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18753 Bound Apocalypse Slasher Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. Additional P. Atk. increase when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse.\0 -1 0 0 0 0 0 a, 0 0 a, 0

18754 Bound Apocalypse Slasher Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP.  Additional P. Atk. increase when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse.\0 -1 0 0 0 0 0 a, 0 0 a, 0

18755 Bound Apocalypse Avenger Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18756 Bound Apocalypse Avenger Critical Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 1158 during a critical attack. Inflicts additional damage during PvP. P. Critical Damage increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18757 Bound Apocalypse Avenger Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 79.2. Increases damage inflicted during PvP. P. Critical Damage increases when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse.\0 -1 0 0 0 0 0 a, 0 0 a, 0

18758 Bound Apocalypse Fighter Focus a,<Soul Crystal Enhancement>\\nIncreases Critical by 76. Increases damage inflicted during PvP. Additional increase to Atk. Spd. and P. Atk. when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18759 Bound Apocalypse Fighter Damage a,<Soul Crystal Enhancement>\\nIncreases P. Atk. by 332. Inflicts additional damage during PvP. Additional increase to Atk. Spd. and P. Atk. when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

18760 Bound Apocalypse Fighter Haste a,<Soul Crystal Enhancement>\\nIncreases Atk. Spd. by about 15%. Increases damage inflicted during PvP. Additional increase to Atk. Spd. and P. Atk. when enchanted to +4. Can use an Unbind Scroll to change this item into a Standard item. Cannot be exchanged or dropped. Can be stored in a private warehouse. \0 -1 0 0 0 0 0 a, 0 0 a, 0

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...