Jump to content

SilverShark

Members
  • Posts

    99
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by SilverShark

  1. //offtopic I report you as spamer When you don't have any Custom Icon don't spam For 40 min you have 8 posts!!! //ontopic Man PM me with you Yahoo Messenger or MSN I will give you some icons ( i don't want to share them with other ppls) i was keeping them for me but i see that no one can help ya :)) If you can encrypt icons i will make more :P but lets talk in PM or some Messenger.I have all icons from lineage :) I think you mean icons like
  2. bourbouli8ras for 40 min 8 posts in one section here is a screen I think that --->
  3. [Hidden post: You need reply to this topic to see it.] wtf is this?? you provide a Spam !!! Is it a joke or what?
  4. Thank you for the share :) i was trying to make mine Enchant Glows and this site help me a lot!
  5. No need!!! I quit the server that i have been Developer ....
  6. I like interlude more. It have a lot of server packs and less bugs ( it have but they are low). It have more custom things ... and its lighter ( you need Normal PC) But for Kamael you need realy good PC and Good Internet.. Cuz if i teleport (in interlude) from dion to giran for 10-15 sec , in Kamael its 25-35 sec .. And when in have more ppls in the towns it have less lag then Kamael ... The next thing that i prefer IL is that the Developers of l2 java free ( for example ) are not fixed the interlude and they goes to kamael and now 85% of the server are low rate kamael >.< I like c4 too but it dont have good server packs.... So guys keep you interlude client and ignore the Kamael cuz i hate it >.< Every thing is not balanced this new race make the game more and more heavy. Tell me what you think about this ... what you like more Interlude or Kamael
  7. I made the TGA files :P CriticalError encrypt them :P and again 10x man
  8. here is the topic http://www.maxcheaters.com/forum/index.php?topic=21058.0 And tnx CriticalError for the help :)
  9. They are my favorite Weapons :) ... So i am happy that you like them. I am going to make some new stuff :)
  10. I`m the BIGGEST :P And you too but you are after me :) Cuz i am THE BIGGEST :D
  11. Here is the 1-st way to do it :) <bgsound src="your_song_name.mp3" loop="infinite" /> Next <embed src="your_song_name.mp3" hidden="false" width="200" height="400" loop="true" /> And the last <embed src="your_song_name.mp3" autoplay="yes" hidden="true" volume="100%" loop="true" />
  12. Here One more Duals. :) So this is the last for now :) http://img509.imageshack.us/img509/5536/11779516as0.jpg Files --> Here
  13. You will need the last Version of File Edit :) 1.Open L2 FileEdit [int-Kamael].exe 2. Go to Throne -> Interlude (Chaotic Throne) 3. Now go to "Open And decrypt" and open weapongrp.dat 4. Now we have open the file without any Errors 5. Go to the last Line { Its Empty } And it must be empty if you want to encrypt without Errors :) 5.1Now add The lines that you want to add ( And don`t forgot about the last line ( it must be Empty )) 6. Now Go to "Save and encrypt" and press OK . 7. When it ask you to replace it Press OK. 8. And next select 413 for interlude and press OK. 9. Here you have decrypt and then encrypt weapongrp.dat without any error :) PS: If it have guide for file edit Some Mod to delete the Topic :)
  14. I have seen a event like this but with AA .... may i can edit it cuz i am not realy good with java :S
  15. And for me don`t works :S I try a lot of things but the same thing...
  16. if you want to make some town PvP Zone make it like this :) Example : I will use Giran Castle Town In L2J_DataPack_INT\L2J_gameserver\data\zones\zone.xml You have some types of zones ( Jail , Towns , Arenas and etc. ) Like <!-- Arenas --> <zone id='11010' type='Arena' shape='Cuboid' minZ='-3800' maxZ='-3600'> <stat name='name' val='Giran Arena'/> <stat name='spawnX' val='73890'/> <stat name='spawnY' val='142656'/> <stat name='spawnZ' val='-3778'/> </zone> And <!-- Towns --> <zone id='11020' type='Town' shape='NPoly' minZ='-3800' maxZ='-3300'> <stat name='name' val='Giran Castle Town'/> <stat name='townId' val='9'/> <stat name='redirectTownId' val='11'/> <stat name='taxById' val='3'/> <stat name='spawnX' val='81236'/> <stat name='spawnY' val='148638'/> <stat name='spawnZ' val='-3469'/> </zone> So all you need to do is to Cut Zone id 11020 ( Giran castle town ) and put it into Arenas And it will look like <!-- Arenas --> <zone id='11010' type='Arena' shape='Cuboid' minZ='-3800' maxZ='-3600'> <stat name='name' val='Giran Arena'/> <stat name='spawnX' val='73890'/> <stat name='spawnY' val='142656'/> <stat name='spawnZ' val='-3778'/> </zone> <zone id='11011' type='Arena' shape='Cuboid' minZ='-3700' maxZ='-3500'> <stat name='name' val='Gludin Arena'/> <stat name='spawnX' val='-86979'/> <stat name='spawnY' val='142402'/> <stat name='spawnZ' val='-3643'/> </zone> <zone id='11012' type='Arena' shape='Cuboid' minZ='-3500' maxZ='-3300'> <stat name='name' val='Collusieum'/> <stat name='spawnX' val='147451'/> <stat name='spawnY' val='46728'/> <stat name='spawnZ' val='-3410'/> </zone> <zone id='11013' type='Arena' shape='Cuboid' minZ='-3600' maxZ='-3500'> <stat name='name' val='Monster Track'/> <stat name='spawnX' val='12312'/> <stat name='spawnY' val='182752'/> <stat name='spawnZ' val='-3558'/> </zone> <zone id='11020' type='Town' shape='NPoly' minZ='-3800' maxZ='-3300'> <stat name='name' val='Giran Castle Town'/> <stat name='townId' val='9'/> <stat name='redirectTownId' val='11'/> <stat name='taxById' val='3'/> <stat name='spawnX' val='81236'/> <stat name='spawnY' val='148638'/> <stat name='spawnZ' val='-3469'/> </zone> <!-- Towns --> <zone id='11021' type='Town' shape='Cuboid' minZ='-4700' maxZ='-3600'> <stat name='name' val='DE Village'/> <stat name='townId' val='1'/> <stat name='taxById' val='4'/> <stat name='spawnX' val='12181'/> <stat name='spawnY' val='16675'/> <stat name='spawnZ' val='-4580'/> </zone> <zone id='11022' type='Town' shape='Cuboid' minZ='-3800' maxZ='-3700'> <stat name='name' val='Talking Island'/> <stat name='townId' val='2'/> <stat name='taxById' val='1'/> <stat name='spawnX' val='-84176'/> <stat name='spawnY' val='243382'/> <stat name='spawnZ' val='-3126'/> </zone> <zone id='11023' type='Town' shape='Cuboid' minZ='-3600' maxZ='-2750'> <stat name='name' val='Elven Village'/> <stat name='townId' val='3'/> <stat name='taxById' val='4'/> <stat name='spawnX' val='45525'/> <stat name='spawnY' val='48376'/> <stat name='spawnZ' val='-3059'/> </zone> .............. ...... then you must Change the type of the place :) So make it arena ... <zone id='11020' type='Arena' shape='NPoly' minZ='-3800' maxZ='-3300'> <stat name='name' val='Giran Castle Town'/> <stat name='redirectTownId' val='7'/> <stat name='spawnX' val='81236'/> <stat name='spawnY' val='148638'/> <stat name='spawnZ' val='-3469'/> </zone> <stat name='redirectTownId' val='7'/> Whit this you show that when you die you will be spawned in Dion Castle Town I`m not test it but i think this is the way to do it :)
  17. go to L2J_DataPack_INT\L2J_gameserver\data\zones\zone.xml And you must add the spawnX , spawnY , spawnZ :)
  18. Can any one tell me how to make event like this: When you win in PvP you get event medal. 1 pvp = 1 event medal when you kill some player that is with Karma you get 1 glit. medal if you can tell me what i will need ... what kind of files ???
  19. cool game i hade result 22250 i think :D
  20. OMG this site rulez ... :P I will make my server popular :) tnx dude
×
×
  • Create New...