Jump to content

Recommended Posts

Posted

Some days ago i watch a guy question where he ask how to make The Glow of the weapon bigger and no one answer him (well till today i didnt know the answer xD) So i use search in other forums and i found it Here it goes:

 

I hope you know how to open the weapongrp.dat in your /system folder. Do it with L2Edit.

 

next you have a look at the Codeline i post you:

 

0	5800	1	1	7	10	0	LineageWeapons.duskk_sword_m00_wp			LineageWeaponsTex.duskk_sword_t00_wp			icon.weapon_sword_of_miracle_i01					95	1380	1	1	0	7	1	1	LineageWeapons.duskk_sword_m00_wp		1	LineageWeaponsTex.duskk_sword_t00_wp			4	ItemSound.sword_small_1	ItemSound.sword_great_4	ItemSound.sword_mid_2	ItemSound.public_sword_shing_4	ItemSound.itemdrop_sword	ItemSound.itemequip_sword		10	280	180	1	5	8	0	0	0	0	379	0	3	3	1000	0	-1	0	LineageEffect.c_u006		2.000000	0.000000	0.000000	1.000000	5.500000						LineageWeapons.rangesample		3.29999971	1.000000	1.000000	15.000000	1.000000	0.000000							-1	-1	-1	-1

 

That is the DuskSword. just look at the last values. You can find there:

 

LineageEffect.c_u006		2.000000	0.000000	0.000000	1.000000	5.500000						LineageWeapons.rangesample		3.29999971	1.000000	1.000000	15.000000	1.000000	0.000000

 

1. "LineageEffect.c_u006" and the following nummers "2.000000 0.000000 ..." are the options for the Flames on the sword. With the numbers you can manage how long, fast and fat the Flames are.

Dont ask me what numbers you have to change exactly. Try it!

With the ".c_u006" in "LineageEffect.c_u006" you change the kind of Flames. There are different Flames for Bows, Daggers, Pole, Hammers, Books and Swords.

Just have a look on a Weapon of the same kind like that you want to edit.

 

2. "LineageWeapons.rangesample" is responsible for the Gloweffect. Allmost same like with the Flames, the numbers manage how long, fat, fast or round the Glow is. And again: Plz try!

 

 

ATTENTION: if a Weapon has no value "LineageEffect.c_u006" you will have to put it yourself (copy from other Weapon). Watch out that you dont miss one of the invible spaces ("Tabs"). That can and will destroy the full file! You can find them by using the Arrowbuttons on you keyboard.

 

 

Well i Hope THis help Forum  :) ty skolex

 

Posted

nice bud but i apparently found out how to fix it :D before you posted xD so thanks anyway because maybe other people will look for it :P ---> http://www.postpacific.com/showthread.php?t=11136 that's where i found out how to change the glows ;D there are some ready fixes too. so i was like he shares those lines so maybe something weird is going in there  :o so i started gambling with the numbers  8)

Guest
This topic is now closed to further replies.


  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock