Jump to content
  • 0

I do not have the server files I want to do it manually ?


Question

Posted

friend got armorgp, and itenname weapongp and want to add items on the server so that I do not have

 

item_pch

skill_pch

ItemData

skill_pch2

 

8055 titanium Helmet The heavy armor part of the almighty titaniumarmor -1

Titanium Armor 8056 Heavy Armor Part of the almighty titanium armor -1

8057 Titanium Gloves Heavy Armor Part of the almighty titanium armor -1

8058 titanium Boots Heavy Armor Part of the almighty titanium armor -1

8059 titanium Helmet Light Armor Part of the almighty titanium armor -1

8060 Titanium Armor Light Armor Part of the almighty titanium armor -1

8061 Titanium Gloves Light Armor Part of the almighty titanium armor -1

8062 titanium Boots Light Armor Part of the almighty titanium armor -1

8063 titaniumr Hat Robe A part of the almighty titanium armor -1

8064 The Robe Tunic titanium part of the almighty titanium armor -1

8065 The Robe Stockings titanium part of the almighty titanium armor -1

8066 Titanium Gloves Robe The part of the almighty titanium armor -1

8067 The Robe Shoes titanium part of the almighty titanium armor -1

 

how do you do it manually:)

 

 

pliss helpme

2 answers to this question

Recommended Posts

  • 0
Posted

friend got armorgp, and itenname weapongp and want to add items on the server so that I do not have

 

item_pch

skill_pch

ItemData

skill_pch2

 

8055 titanium Helmet The heavy armor part of the almighty titaniumarmor -1

Titanium Armor 8056 Heavy Armor Part of the almighty titanium armor -1

8057 Titanium Gloves Heavy Armor Part of the almighty titanium armor -1

8058 titanium Boots Heavy Armor Part of the almighty titanium armor -1

8059 titanium Helmet Light Armor Part of the almighty titanium armor -1

8060 Titanium Armor Light Armor Part of the almighty titanium armor -1

8061 Titanium Gloves Light Armor Part of the almighty titanium armor -1

8062 titanium Boots Light Armor Part of the almighty titanium armor -1

8063 titaniumr Hat Robe A part of the almighty titanium armor -1

8064 The Robe Tunic titanium part of the almighty titanium armor -1

8065 The Robe Stockings titanium part of the almighty titanium armor -1

8066 Titanium Gloves Robe The part of the almighty titanium armor -1

8067 The Robe Shoes titanium part of the almighty titanium armor -1

 

how do you do it manually:)

 

 

pliss helpme

 

 

 
Itemdata:
//item
item_begin	armor	9149	[titanium_helmet_heavy]	item_type=armor	slot_bit_type={head}	armor_type=heavy	etcitem_type=none	recipe_id=0	blessed=0	weight=7620	default_action=action_equip	consume_type=consume_type_normal	initial_count=1	maximum_count=1	soulshot_count=0	spiritshot_count=0	reduced_soulshot={}	reduced_spiritshot={}	reduced_mp_consume={}	immediate_effect=1	price=0	default_price=0	item_skill=[none]	critical_attack_skill=[none]	attack_skill=[none]	magic_skill=[none]	item_skill_enchanted_four=[none]	material_type=gold	crystal_type=s	crystal_count=715	is_trade=1	is_drop=0	is_destruct=0	physical_damage=0	random_damage=0	weapon_type=none	can_penetrate=0	critical=0	hit_modify=0	avoid_modify=0	dual_fhit_rate=0	shield_defense=0	shield_defense_rate=0	attack_range=0	damage_range={}	attack_speed=0	reuse_delay=0	mp_consume=0	magical_damage=0	durability=90	damaged=0	physical_defense=93	magical_defense=0	mp_bonus=0	category={}	enchanted=0	html=[item_default.htm]	equip_pet={0}	magic_weapon=0	enchant_enable=1	can_equip_sex=-1	can_equip_race={}	can_equip_change_class=-1	can_equip_class={}	can_equip_agit=-1	can_equip_castle=-1	can_equip_castle_num={}	can_equip_clan_leader=-1	can_equip_clan_level=-1	can_equip_hero=-1	can_equip_nobless=-1	can_equip_chaotic=-1	item_end 

//Set skill
set_begin	70	slot_chest=9150		slot_head=9149	slot_gloves=9151	slot_feet=9152	slot_additional=[none]	set_skill=[s_set_collected]	set_effect_skill=[s_titanium_heavy]	set_additional_effect_skill=[none]	str_inc={4;0}	con_inc={4;0}	dex_inc={-2;0}	int_inc={0;0}	men_inc={0;0}	wit_inc={0;0}	set_end



Itempch:

[titanium_helmet_heavy]	=	9149

 

just take something like this or another item from the itemdata, copy it for every single  piece (helmet, armor, gloves, boots etc) and change the params as you wish,dont forget to change the name and id to match with the client side,

next, open the itempch and add the right lines,of course the name and id will be the same as the itemdata,

after that you can make the armor set skill, open the skilldata, search for another armor set, copy the line, change the name and id (the name should match with what you have wrote in "set_effect_skill=[]", change the params as you like, add the skill in the skillpch,

Es.

skill_begin	skill_name = [s_titanium_heavy]	skill_id = 9999	level = 1	operate_type = P	magic_level = 1	effect = {{p_physical_defence;{all};10;per};{p_max_hp;400;diff};}	skill_end

skillpch:
[s_titanium_heavy] = 9999

 

Of course, remeber to chage everything to match with the client side...

Guest
This topic is now closed to further replies.


×
×
  • Create New...