Jump to content

Sr.Set

Members
  • Posts

    49
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About Sr.Set

Profile Information

  • Gender
    Male

Sr.Set's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. For armorgrp.dat 1 10286 0 3 7 2 0 dropitems.drop_MFighter_m007_t1006_u_m00 mfighter.mfighter_m007_t1006_u icon.armor_t1006_ul_i00 icon.armor_t1006_u_i00 icon.armor_t1006_l_i00 4294967295 2450 19 1 0 15 2 Fighter.MFighter_m007_u Fighter.MFighter_m007_l 2 mfighter.mfighter_m007_t1006_u MFighter.MFighter_m007_t1006_l 2 2 2 Fighter.FFighter_m007_u Fighter.FFighter_m010_l 2 FFighter.FFighter_m007_t1006_u FFighter.FFighter_m010_t1006_l 2 2 2 DarkElf.MDarkElf_m006_u DarkElf.MDarkElf_m006_l 2 MDarkElf.MDarkElf_m006_t1006_u MDarkElf.MDarkElf_m006_t1006_l 2 2 2 DarkElf.FDarkElf_m008_u DarkElf.FDarkElf_m006_l 2 FDarkElf.FDarkElf_m008_t1006_u FDarkElf.FDarkElf_m006_t1006_l 2 2 2 Dwarf.MDwarf_m002_u Dwarf.MDwarf_m002_l 2 MDwarf.MDwarf_m002_t1006_u MDwarf.MDwarf_m002_t1006_l 2 2 2 Dwarf.FDwarf_m005_u Dwarf.FDwarf_m005_l 2 FDwarf.FDwarf_m005_t1006_u FDwarf.FDwarf_m005_t1006_l 2 2 2 Elf.MElf_m009_u Elf.MElf_m009_l 2 MElf.MElf_m009_t1006_u MElf.MElf_m009_t1006_l 2 2 2 Elf.FElf_m006_u Elf.FElf_m006_l 2 FElf.FElf_m006_t1006_u FElf.FElf_m006_t1006_l 2 2 2 Magic.MMagic_m006_u Magic.MMagic_m006_l 2 MMagic.MMagic_m006_t1006_u MMagic.MMagic_m006_t1006_l 2 2 2 Magic.FMagic_m009_u Magic.FMagic_m003_l 2 FMagic.FMagic_m009_t1006_u FMagic.FMagic_m003_t1006_l 2 2 2 Orc.MOrc_m002_u Orc.MOrc_m002_l 2 MOrc.MOrc_m002_t1006_u MOrc.MOrc_m002_t1006_l 2 2 2 Orc.FOrc_m002_u Orc.FOrc_m004_l 2 FOrc.FOrc_m002_t1006_u FOrc.FOrc_m004_t1006_l 2 2 2 Shaman.MShaman_m006_u Shaman.MShaman_m006_l 2 MShaman.MShaman_m006_t1006_u MShaman.MShaman_m006_t1006_l 2 2 2 Shaman.FShaman_m006_u Shaman.FShaman_m006_l 2 FShaman.FShaman_m006_t1006_u FShaman.FShaman_m006_t1006_l 2 2 0 0 0 0 1 1 LineageEffect.p_u002_a 4 ItemSound.armor_leather_1 ItemSound.shield_bone_1 MonSound.Hit_normal_12 MonSound.Hit_normal_3 ItemSound.itemdrop_armor_cloth ItemSound.itemequip_armor_cloth 1 0 3 This is grade number--->5 0 139 0 665 For weapongrp.dat 0 10300 1 1 6 1 0 LineageWeapons2.dynasty_blade_m00_wp LineageWeapons2.dynasty_blade_m00_wp LineageWeaponsTex2.dynasty_blade_wp LineageWeaponsTex2.dynasty_blade_wp icon.weapon_dual_sword_i00 LineageWeaponsTex2.Icon.weapon_dynasty_blade_i01 LineageWeaponsTex2.Icon.weapon_dynasty_blade_i01 -1 2080 47 1 0 14 3 2 LineageWeapons2.dynasty_blade_m00_wp LineageWeapons2.dynasty_blade_m00_wp 2 LineageWeaponsTex2.dynasty_blade_wp LineageWeaponsTex2.dynasty_blade_wp 4 ItemSound.public_sword_shing_8 ItemSound.sword_great_4 ItemSound.sword_mid_2 ItemSound.public_sword_shing_4 ItemSound.itemdrop_dualsword ItemSound.itemequip_dualsword 10 365 151 8 This is grade number --->5 8 0 0 0 0 325 0 1 1 1000 0 -1 0 LineageEffect2.w_vari_r4_004_a LineageEffect2.w_vari_r4_004_a 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.800000 1.000000 0.800000 1.300000 LineageWeapons.rangesample LineageWeapons.rangesample 1.400000 0.800000 0.800000 1.500000 0.800000 0.800000 12.000000 0.000000 0.000000 11.500000 0.000000 0.000000 6 4 -1 -1 icon.weapon_dual_sword_i00 LineageWeaponsTex2.Icon.weapon_dynasty_blade_i01 LineageWeaponsTex2.Icon.weapon_dynasty_blade_i01 Grade numbers 0 Non-Grade 1 D-Grade 2 C-Grade 3 B-Grade 4 A-Grade 5 S-Grade
  2. So i share a simply way for niebies... 1)Go to your datapack in data/scripts/cron/ directory 2)Create a file and name it tvt.py(py is the extension so if you create a txt file and rename it,remove the txt and add py) 3)Open the file and paste import sys from com.l2jfree.gameserver.model.entity.events import TvT TvT.loadData() TvT.autoEvent() save and close it. 4)Finally add in your global tasks the following: INSERT INTO `global_tasks` (`id`, `task`, `type`, `last_activation`, `param1`, `param2`, `param3`) VALUES (996, 'jython', 'TYPE_FIXED_SHEDULED', 1206595935732, '60000', '14400000', 'tvt.py'); "param1" means time since server restart.So in what i share means that event will start 1 minite after restart "param2" means how much time that the event will repeat.In what i share event will start automatic every 4 hours You can change it by your needs(for example you may want every 3 hours) Have fun.....
  3. l2J Server Info. http://i357.photobucket.com/albums/oo20/balentinos4141/a8cf8e28.jpg[/img] //spawn 999996 Download Link:http://www.4shared.com/file/58816859/d4152b2e/NPC_Info_v2.html?s=1
  4. can add full mage and full fight??????? nice share but i need it full
  5. lpn pare to gameguard apo to alo pach kai balto ekei copy paste an omws to kanes del kane upadate apo ton updater tpt allo? :P:P
  6. af00 exoun ani3ei ta loginserver.bat kai gameserver.bat apla prepei na exeis ena ka8aro system sto client s kai na baleis sta host 127.0.0.1(an ton 8es lan) an dn ton 8es bazei tin ip sou http://whatismyipaddress.com/
  7. i will give some pic 2morow turned on its SO COOL epic armors with full stats and more more Custom items i like this server Wana be hero:P VOTE TO BE FIRST XD
×
×
  • Create New...