Jump to content

Ramzah

Members
  • Posts

    60
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Ramzah

  1. client files are needed for edit your files of the game. All files can be found in the system folder of lineage 2. You need to edit when with a program. All infos can be found in the forum, just check. Dont try to edit anything without a little knowledge.

    Note : you can try: L2 FileEdit CT2.4 v0.9 <- i usse it for gracia epilogue.

    Check my screens. Tattoos go at underwear and belt.

    The tattoo up go to the underwear, and the tattoo down go to the belt, you have the choose.

    when you have a error like this, its cuz you have a texture error.

    My tatoos use underwear and belt, in interlude, you dont have belt. What is your l2 version?

    I use textures from dyes, if you dont have dyes, or textures missing in the icon.utx, you can have a texture error.

    I'm in CT2.4 I have dyes and underwear+belt slots.

    To be more accurate, i got that error as soon as i tried loading the game after patching in your tatoos, i didn't even get them on my account, game just won't even load.

  2. Hello guys, thanks to everyone's help i managed to finish my first custom after overcoming a lot of problems.

    I know this is just a recoloring of the original Angel Slayer weapon, but if u knew what i went through and how much time i spent on it u'd know this is a huge achievement to me as a former newbie!  ;D

    Anyways, here it is, Bloody Angel Slayer:

     

    bloodyangelslayer.th.png

     

    Rapidshare Download Link

     

    4Shared Download Link

     

     

    Please let me know if i missed something.

    Thank you.

  3. Well.... This custom item is giving me more problems than i tought.... T.T

    Been 3 days now that i'm trying and trying and trying, playing around with all the options and functions of the various softwares i got from here... My first work was trying to get a decent red-ish color angel slayer (that'd be a bloody angel slayer.) So far i've encounter a lot of problems, and this is my last one (hopefully) be4 i try making some cool custom... Or at least i plan to...

     

    shot00001do.png

     

     

    How can i remove those black textures in photoshop? all i did was use a mask to edit the blade and hilt colors separately... That's all i really did....

    Any suggestions?

  4. I am trying to add

    99999      Angel Slayer Red        a,Angel Slayer by Ramzah.\0   -1   a,   a,   a,   a,   0   0   0   a,   2
    

    To my itemname-e.dat file with file edit (i'm on gracia epilogue).

    I think there's something wrong with the code since i can save the file if i delete that line, while it won't let me save if i leave it like that (yes i've added an empty line under that).

     

    This is asm-disasm log:

     

    Decimal conversion unsuccesful.
    Reading row error:
     row: 16562
     field: 0 / 16 (name: id)
    

     

    What am i doing wrong?

     

     

    EDIT: Too late... i solved it, problem was in the spaces between each number, i had to use tabulations instead of regular spaces.

    Thanks anyways.

     

    Problem solved

  5. First question:

    go to gameserver\data\stats\skills folder and look for the respective xml file of the skill you need (example Dash skill id = 4)

    and edit this:

    	<skill id="4" levels="2" name="Dash">
    	<table name="#spd"> 40 66 </table>
    	<table name="#mpConsume"> 10 21 </table>
    	<table name="#aggro"> 204 438 </table>
    	<set name="mpConsume" val="#mpConsume" />
    	<set name="target" val="TARGET_SELF" />
    	<set name="reuseDelay" val="30000" />
    	<set name="hitTime" val="1000" />
    	<set name="skillType" val="BUFF" />
    	<set name="operateType" val="OP_ACTIVE" />
    	<set name="aggroPoints" val="#aggro" />
    	<for>
    		<effect name="Buff" time="15" val="0" stackOrder="#spd" stackType="speed_up_special">
    			<add order="0x40" stat="runSpd" val="#spd" />
    		</effect>
    	</for>
    </skill>

     

    Replace OP_ACTIVE with OP_PASSIVE

     

     

    About the second question... explain better please?

  6. Well.... This might sound noobish but i'm really new to client modding...

    I tried to search around but i couldn't find anything useful...

    I was watching the video from Legollas in Ventic's guide and near the end of it he opens an exe file wich doesn't get him into the game but instead it opens a window where you see his char and a lot of items he can try on and see them quickly...

    How can i do that too?  ???

    Thanks and sorry for the stupid question... i'm still learning..  :-[

  7. Well simple as that, i'm starting to learn how to mod client with Ventic guide (also used software from killer_007 guide like l2decrypt)

    Problem is when i'm on last step (7°) of Ventic's guide and i try to edit my weapongrp.dat file i get this error:

     

    immagineetn.jpg

     

    That's italian for: Could not find the specified file.

     

    This is my weapongrp.dat (Got it from patched system folder on this forum) http://www.megaupload.com/?d=M4ZJEWBR

    I'm on Gracia Epilogue.

    Please help? =O

×
×
  • Create New...