Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Old weapon effect

A.K.A /v\aX /--/ PHP Guru
Joined
Aug 29, 2007
Messages
822
Reaction score
211
ToXiC L33T - Old weapon effect - RaGEZONE Forums


Its been a while since I worked on kal an im trying to get this effect working where the eyes glow an the smoke.. I got the BoF working great but cant seen to get this working with it.

Maybe im missing the effects I duno any help if anyone rembs would be very helpful :)
Maybe an upload of the files for this :p before anyone flames me I have searched google for ragezone an all listing finds download links are dead sadly :(

Code:
;(index 1h Sword) (anim 5)
;(index 2h Sword) (anim 6)
;(index Bow) (anim 7)
;(index Stick) (anim 8)

Code:
(index 4000) (anim 5)
(index 4001) (anim 6)
(index 4002) (anim 7)
(index 4003) (anim 8)
(index 4004) (anim 5)
(index 4005) (anim 6)
(index 4006) (anim 7)
(index 4007) (anim 8)

ToXiC L33T - Old weapon effect - RaGEZONE Forums
 
Last edited:

ASN

Please STAHP!
Joined
Dec 21, 2010
Messages
919
Reaction score
729
These are the effects of g65 weaps

PHP:
test_65bow
test_65stick
test_65sword_small
test_65sword

and here are the kalcash effects numbers/names that you can replace

PHP:
1
            	Red medicine
            	effect_skill01
        

        
            3
            	Level up
            	effect_levelup
        

        
            4
            	Rebirth
            	UR_01-1
        

        
            5
            	Scroll of Power Improvement
            	UR_01-3
        

        
            6
            	Scroll of Damage Reduction
            	UR_02-5
        

        
            7
            	Scroll of High Explosive Blow Improvement
            	UR_01-4
        

        
            8
            	Scroll of Accuracy Improvement
            	UR_03-2
        

        
            9
            	Scroll of Evasion Improvement
            	UR_02-3
        

        
            10
            	Scroll of Perfect Defense
            	UR_04-2
        

        
            11
            	Scroll of HP Absorption
            	UR_02-2
        

        
            12
            	Potion of Tiger Claws
            	UR_02-4
        

        
            13
            	Potion of Bear Skin
            	UR_04-4
        

        
            14
            	Potion of Wisdom
            	UR_04-1
        

        
            15
            	Potion of Foresight
            	UR_02-1
        

        
            16
            	Potion of Eagle Wings
            	UR_03-3
        

        
            17
            	Horns (no texture)
            	UR_01-5
        

        
            18
            	Fishing Stone
            	UR_03-1
        

        
            19
            	EXP Stone
            	UR_03-5
        

        
            20
            	Wealth Stone
            	UR_03-4
        

        
            21
            	Lucky Key
            	Key_02
        

        
            22
            	Lucky Stone
            	Key_01
        

        
            23
            	Shockwave Flash
            	Bangori34
        

        
            29
            	Green Beam
            	a_s04
        

        
            30
            	Item War flag (red)
            	explosion_flag

Check how bof is made and do the same with g65 effects, ofc you need to display them on the different bone nr and maybe some offset settings will be needed, gl :p
 
Upvote 0
Back
Top