
SilverShark
Members-
Posts
99 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by SilverShark
-
//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
-
bourbouli8ras for 40 min 8 posts in one section here is a screen I think that --->
-
[SHARE] GM Shield --> Admin Shield (T1)
SilverShark replied to Mijuki's topic in Client Development Discussion
[Hidden post: You need reply to this topic to see it.] wtf is this?? you provide a Spam !!! Is it a joke or what? -
[SHARE]Easy way to find the best color RGB
SilverShark replied to bourbouli8ras's topic in Client Development Discussion
Thank you for the share :) i was trying to make mine Enchant Glows and this site help me a lot! -
No need!!! I quit the server that i have been Developer ....
-
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
-
[Share]Gold Weapons [IL]
SilverShark replied to CriticalError's topic in Client Development Discussion
I made the TGA files :P CriticalError encrypt them :P and again 10x man -
[Share]Gold Weapons [IL]
SilverShark replied to CriticalError's topic in Client Development Discussion
here is the topic http://www.maxcheaters.com/forum/index.php?topic=21058.0 And tnx CriticalError for the help :) -
[Share]Dual Sirra's Blade ( Ice Glow )
SilverShark replied to SilverShark's topic in Client Development Discussion
Yeah you are right but i am still learning :) ^^ -
[Share]Dual Sirra's Blade ( Ice Glow )
SilverShark replied to SilverShark's topic in Client Development Discussion
They are my favorite Weapons :) ... So i am happy that you like them. I am going to make some new stuff :) -
I`m the BIGGEST :P And you too but you are after me :) Cuz i am THE BIGGEST :D
-
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" />
-
Here One more Duals. :) So this is the last for now :) http://img509.imageshack.us/img509/5536/11779516as0.jpg Files --> Here
-
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 :)
-
I have seen a event like this but with AA .... may i can edit it cuz i am not realy good with java :S
-
[GUIDE] How To Vote Twice For Your Favorite Server!
SilverShark replied to Stefoulis15's topic in Guides & Tutorials
And for me don`t works :S I try a lot of things but the same thing... -
[Request]Guide for making pvp zone
SilverShark replied to TheReflection's question in Request Server Development Help [L2J]
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 :) -
[Share]Dual Soul Separator
SilverShark replied to SilverShark's topic in Client Development Discussion
They are duals :) -
[Request]Guide for making pvp zone
SilverShark replied to TheReflection's question in Request Server Development Help [L2J]
go to L2J_DataPack_INT\L2J_gameserver\data\zones\zone.xml And you must add the spawnX , spawnY , spawnZ :) -
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 ???
-
cool game i hade result 22250 i think :D
-
[GUIDE] How To Vote Twice For Your Favorite Server!
SilverShark replied to Stefoulis15's topic in Guides & Tutorials
OMG this site rulez ... :P I will make my server popular :) tnx dude