Jump to content

Jimaras22

Banned
  • Posts

    689
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Jimaras22

  1. dn exei ginei c/p pantws
  2. Just looked out the glows!!!No questions...............:D
  3. Make it for Interlude :P
  4. Hi guys! My english sux so sorry for that 1.download hmmm for example this version of l2phx : L2PacketHack by xkor(3.1.6) 2. L2 Disturbed max enchant +24 save enchant +3 3.download VIDEO---->http://www.mediafire.com/?zrfmnzj3mzt Some SS http://i300.photobucket.com/albums/nn21/mad123123/Shot00015.jpg[/img] ERROR = one shot :P my armor : nothing just major arcana gloves +63000 = xxxx hit you for 1dmg http://i300.photobucket.com/albums/nn21/mad123123/Shot00016.jpg[/img] (iF I SPAM SOZ)
  5. Want to start first with: It's for Hellbound L2j ! Custom shields and keshenberk sword (u have seen it before) Screen: Download: http://rapidshare.com/files/137087968/Infected.rar.html Have fun.
  6. A small guide to edit this image by yourself!!! First u need l2encdec !! u can find it at the end of the post!! Second make a folder named sp at c:\ and looks like that "C:\sp" there u will copy the l2encdec and for example sp_256_01.bmp that is a bmp file from the systextures folder of the client! Now open run and type cmd! the at the dos (window) type "cd C:\sp" and hit enter then type "l2encdec -s sp_256_01.bmp" and then u will take that Input file: "sp_256_01.bmp" Output file (given or generated): "dec-sp_256_01.bmp" Header: "Lineage2Ver121" Action chosen: decode Outer stream size: 273400 Custom RSA pair #0 chosen. then u will take a file named "dec-sp_256_01.bmp" will look like that then left-click the file and click at edit!! edit it as u like and when u finish save it! then at the dos "window" type "l2encdec -h 121 dec-sp_256_01.bmp" and u will se that Input file: "dec-sp_256_01.bmp" Output file (given or generated): "enc-dec-sp_256_01.bmp" Header: "Lineage2Ver121" Action chosen: encode Outer stream size: 273400 Custom RSA pair #0 chosen. then u will take the file "enc-dec-sp_256_01.bmp" copy that and then go at the systextures folder creare a new folder and put .bmp folders there then paste the "enc-dec-sp_256_01.bmp" file at systextures folder! and rename it like that "sp_256_01"" and then open l2.exe and see what u make!! Still i didn't find hoe to to that at 32b files !! when i do that on them they don't encrypt correct and they are mashed up!![/color] I hope u like it!! :P :poster_ss Still i didn't find hoe to to that at 32b files !! when i do that on them they don't encrypt correct and they are mashed up!! Dowload Link http://rapidshare.com/files/204469752/l2encdec.rar.html
  7. Hi I Share Gold Hero Weapons.equipment This for all community of MxC Member's LooK One ss: Only Infinity Crusher isn't Gold Here's the download link: http://rapidshare.com/files/166590537/Gold_Hero_Weapons.rar p.sMake sure to make a backup of your original LineageWeaponsTex.utx file.
  8. Heres a guide to make custom pets. 1º Add a new npc at npc table. Ill take Ember as a pet: '8000', 25319, 'Valakas''s brother', 0, '', 0, 'Monster2.inferno_drake_100_bi', '48.00', '73.00', '80', 'male', 'L2Pet', 40, '1048567', '3718', '823.48', '9.81', '60', '57', '73', '76', '70', '80', '2535975', '1356048', '11906', '5036', '18324', '2045', '409', '0', '3819', '0', '0', '0', '92', '307', 'NULL', '0', 0, '0', 'LAST_HIT', 0, 0, 0, 'fighter' Copy this and change what u want (except L2Pet) if u are so lazy to make a new one :P. 2º Now go to pets_stat table, and start to add: valaka''s_brother', 8000, 80, 277204713, 1048567, 3718, 11906, 5036, 18324, 2045, 108, 89, 92, 307, 409, 3200, 13665, 113, 23, 0, 350, 24, '0.00' u will have to add 1 row for each lvl your pet can be (for example, my pet only can be lvl 80, so i add only this line) 3º now, go to etcitem table, and add a new item: '11000', 'Dragonflute of Valakas''s brother', 'false', 'pet_collar', '20', 'normal', 'steel', 'none', '-1', '1000', 0, 'true', 'true', 'true', 'true', 'dragonflute_of_valakas"s brother', 'pet_collar copy this and change id, name, and old name if u are still so lazy :P. 4º Go to etcitemgrp.dat and add one line as this: 2 11000 0 3 5 6 0 dropitems.drop_jewel_box_m00 dropitemstex.drop_jewel_box_t00 icon.etc_flute_i00 -1 20 8 0 0 0 1 1 ItemSound.itemdrop_jewelbox 0 7 0 copy and change id if u want. 5º Go to itemname-e.dat and add this line: 11000 Dragonflute of Valakas's borther a,A flute used to call up the brother of valakas.\0 -1 a, a, a, a, 0 0 0 a, U know what u can change :P 6º Finally, go to gameserver>data>summonitems.txt and add this: # Valakas's brother 11000;8000;1 Now u have a custom pet :P **How to add custom summons Begin after step 1 (add a npc) 2º add this on a xml file. (Open notepad, paste this and when u will gona save, call it 11000.xml, then, place the file on gameserver>data>stats>skill folder) <?xml version='1.0' encoding='utf-8'?> <list><skill id="11000" levels="1" name="Summon Valakas's brother"> <table name="#mpConsume_Init"> 150 </table> <table name="#mpConsume"> 150 </table> <table name="#itemConsumeCount"> 2 </table> <table name="#itemConsumeCountOT"> 1 </table> <set name="mpInitialConsume" val="#mpConsume_Init"/> <set name="mpConsume" val="#mpConsume"/> <set name="itemConsumeId" val="1461"/> <set name="itemConsumeCount" val="#itemConsumeCount"/> <set name="itemConsumeIdOT" val="1461"/> <set name="itemConsumeCountOT" val="#itemConsumeCountOT"/> <set name="itemConsumeSteps" val="14"/> <set name="summonTotalLifeTime" val="3600000"/> <set name="summonTimeLostIdle" val="500"/> <set name="summonTimeLostActive" val="1000"/> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="reuseDelay" val="20000"/> <!-- Guessing --> <set name="hitTime" val="15000"/> <set name="skillType" val="SUMMON"/> <set name="isMagic" val="true"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <!-- Summon-specific --> <table name="#npcIds"> here's your pet (npc) id </table> <set name="npcId" val="#npcIds"/> <set name="expPenalty" val="0.0"/> <set name="isCubic" val="false"/> <for> </for> </skill> </list> 3º Go to skillgrp.dat file, open and decrypt and add this line: 11000 1 1 0 144 4294967295 1 15.0000000 1 i 1111 icon.skill1406 0 0 0 0 8 10 1406: change that number for the id of the skill that has the icon that u like. 4º Now go to skillname-e.dat and add this line 11000 101 a,Summon Valakas's brother\0 a,Summon the brother of valakas - Requires 2 A-grade crystals and consumes 1 at regular intervals for 14 times. \0 a,Legendary\0 a,Fire Dragon.\0 5º Now go to skill_trees tables and add `class_id the profession id`, `11000`, `1`, `Summon Valakas's brother`, `sp Sp requiered to learn`, `min_level`
  9. Command To create tvt //tvt _____________________________________________________________ TVT EVENT FTW _____________________________________________________________ In Place Name =Put name of Tvt For example l2-Stand In Place Description =You have to put Tvt Event. In Place Max Level =Put 90 lvl because if you put 85 cant join all players In Place Min level =You put the min levels of players that can join In Place NPC =You have to put one npc for example custom npc In Place NPC Post = you have to put the cordinates to Join (Giran=82795, 148717, -3468 In Place Reward =Put the id that players win while the event finished(π.χ 2807=Gold bar.) In Place Amount Reward= You put how many of gold bars for example you need to purpose in the winning p.x 5 In Place Join Time =You have to put the time while players can join into the event In Place Event Time =You put the time while event have to finish p.x 15 Team 1 In Place Team Add=You have to put the name of the team p.x Red In Place team Color =You put the color that the team have got In Place Team Pos =You put the cordinates that the team appears.... If you want to delete the team that you make just press Team Remove. Team 2 In Place Team Add=Put the name of the 1 team In Place Color team Color =The color of the team In Place Team Pos =Put the cordinates that the team appears If you want to delete the team just press Team Remove. When you finish press Save !!!! If you want to start now the Event Press Join If you want to start the event faster than you put it just press Start If you want to teleport the team press Teleport If you want to stop the event more faster than you put it just press Finish If you want to exit event abort it press Abort. make rr server or start the server again to load the tvt task there are more place not only Coliseum
  10. Sorry but i cant put photos for 2 days i have very much work
  11. GmShop for CT1.5/CT2/ L2J ---------------------------------------------------------------------- Links: ---------------------------------------------------------------------- ---------------------------------------------------------------------- http://rapidshare.com/files/210659252/GmShop_For_Mxc.rar.html ---------------------------------------------------------------------- http://rapidshare.de/files/46179609/GmShop_For_Mxc.rar.html ---------------------------------------------------------------------- http://www.4shared.com/file/93566225/c463fa6f/GmShop_For_Mxc.html ---------------------------------------------------------------------- ====================================================== Credits:Jimaras
  12. GmShop for CT1.5 L2J Links: http://rapidshare.com/files/202502657/GmShop_For_MxC.rar http://rapidshare.de/files/45631122/GmShop_For_MxC.rar.html http://www.4shared.com/file/89454185/72e59292/GmShop_For_MxC.html
  13. Polla thes file kane kana search kati tha vreis k an den thes custom apla delete it apo to pack siga to diskolo!
  14. Egw tha elege l2j oneo oi -free
  15. Kl ama perimeneis na kaneis srv apo pc net sothikes
  16. Den eine ta idio to post me to allo
  17. Bravo s egw t kanw gia na help!
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..