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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • 2 Factor Authentication Code for 100% secure login. Account provided with full information (email, password, dob, gender, etc).
    • ready server for sale, also available for testing with ready and beautiful npc zone pvp with custom 2 epic core orfen lvl2 with all maps ready all quests work at 100% ready comm  board with buffer teleport gm shop service anyone interested send me a pm many more that I forget  Exp/Sp : x30 (Premium: x40)    Adena : x7 (Premium: x10)   Drop : x7 (Premium: 10)   Spoil : x7 (Premium: 10)   Seal Stones : x7 (Premium: 10)   Raid Boss EXP/SP : x10   Raid Boss Drop : x3 (Premium: x5)   Epic Boss Drop : x1 Enchants   Safe Enchant : +3   Max Enchant : +16   Normal Scroll of Enchant Chance : 55%   Blessed Scroll of Enchant Chance : 60% Game Features   GMShop (Max. B-Grade)   Mana Potions (1000 MP, 10 sec Cooldown)   NPC Buffer (Include all buffs, 2h duration)   Auto-learn skills (Except Divine Inspiration)   Global Gatekeeper   Skill Escape: 15 seconds or /unstuck   1st Class Transfer (Free)   2nd Class Transfer (Free)   3rd Class Transfer (700 halisha mark)   Subclass (Items required from Cabrio / Hallate / Kernon / Golkonda + Top B Weapon + 984 Cry B)   Subclass 5 Subclasses + Main (Previous subclasses to level 75 to add new one)   Noblesse (Full Retail Quest)   Buff Slots: 24 (28 with Divine Inspiration LVL 4)   Skill Sweeper Festival added (Scavenger level 36)   Skill Block Buff added   Maximum delevel to keep Skills: 10 Levels   Shift + Click to see Droplist   Global Shout & Trade Chat   Retail Geodata and Pathnodes   Seven Signs Retail   Merchant and Blacksmith of Mammon at towns   Dimensional Rift (Min. 3 people in party to enter - Instance)   Tyrannosaurus drop Top LS with fixed 50% chance   Fast Augmentation System (Using Life Stones from Inventory)   Chance of getting skills (Normal 1%, Mid 3%, High 5%, Top 10%)   Wedding System with 30 seconds teleport to husband/wife Olympiad & Siege   Olympiad circle 14 days. (Maximum Enchant +6)   Olympiads time 18:00 - 00:00 (GMT +3)   Non-class 5 minimum participants to begin   Class based disabled   Siege every week.   To gain the reward you need to keep the Castle 2 times. Clans, Alliances & Limits   Max Clients/PC: 2   Max Clan Members: 36   Alliances allowed (Max 1 Clans)   24H Clan Penalties   Alliance penalty reset at daily restart (3-5 AM)   To bid for a Clan Hall required Clan Level 6 Quests x3   Alliance with the Ketra Orcs   Alliance with the Varka Silenos   War with Ketra Orcs   War with the Varka Silenos   The Finest Food   A Powerful Primeval Creature   Legacy of Insolence   Exploration of Giants Cave Part 1   Exploration of Giants Cave Part 2   Seekers of the Holy Grail   Guardians of the Holy Grail   Hunt of the Golden Ram Mercenary Force   The Zero Hour   Delicious Top Choice Meat   Heart in Search of Power   Rise and Fall of the Elroki Tribe   Yoke of the Past     Renegade Boss (Monday to Friday 20:00)   All Raid Boss 18+1 hours random respawn   Core (Jewel +1 STR +1 DEX) Monday, Wednesday and Friday 20:00 - 21:00 (Maximum level allowed to enter Cruma Tower: 80)   Orfen (Jewel +1 INT +1 WIT) Monday to Friday, 20:00 - 21:00 (Maximum level allowed to enter Sea of Spores: 80)   Ant Queen Monday and Friday 21:00 - 22:00 (Maximum level allowed to enter Ant Nest: 80)   Zaken Monday,Wednesday,Friday 22:00 - 23:00 (Maximum level allowed to enter Devil's Isle: 80)   Frintezza Tuesday, Thursday and Sunday 22:00 – 23:00 (Need CC of 4 party and 7 people in each party min to join the lair, max is 8 party of 9 people each)   Baium (lvl80) Saturday 22:00 – 23:00   Antharas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Valakas) 22:00 – 23:00   Valakas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Antharas) 22:00 – 23:00   Subclass Raids (Cabrio, Kernon, Hallate, Golkonda) 18hours + 1 random   Noblesse Raid (Barakiel) 6 hours + 15min random   Varka’s Hero Shadith 8 hours + 30 mins random (4th lvl of alliance with Ketra)   Ketra’s Hero Hekaton 8 hours + 30 mins random (4th lvl of alliance with Varka)   Varka’s Commander Mos 8 hours + 30 mins random (5th lvl of alliance with Ketra)   Ketra’s Commander Tayr 8 hours + 30 mins random (5th lvl of alliance with Varka)
    • Have a great day! Unfortunately, we can not give you the codes at the moment, but they will be distributed as soon as trial is back online, thanks for understanding! Other users also can reply there for codes, we will send them out some time after.
    • Ok mates i would like to play a pridestyle server (interluide, gracie w/ever) Is there any such server online and worth playing?
  • Topics

×
×
  • 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