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!

no effect on Rideanimals?

Junior Spellweaver
Joined
Dec 27, 2009
Messages
110
Reaction score
12
Good morning guys, i have an question, i have add now the Riding animals from Inixsoft, she works fine but the problem is the effects what any ride animals have wont work, as example the Snow Deer of Brilliant Light have no one effect but on Macro.dat Ride bone he have effects listet. what i must do for fix this?

what i have do on add?:

1. i have copy the Inititem line.

Inititem.dat (Clientside)
Code:
(item (index 9939)(name 9939)(battleride 2)(buy 0)(class ride etc)(code 4 8 0 0)(cooltime 5000 22)(country 0 1 2)(desc 9663)(image "item9939")(limitdate 259200000)(sell 0)(setitemgroup 9939)(use 1)(own2)(specialty (buff 498 0 29)))

Inititem.txt (Serverside)
Code:
(item(name 9939)(Index 9939)(Image "item9939")(desc 9663)(class ride etc)(cooltime 5000 22)(code 4 8 0 0)(country 2)(use 1)(pay 1)(buy 0)(sell 0)(specialty (buff 498 0 29) ))

Clientside Config.pk (macro.dat) ridinginfo & ridingbone
Code:
( ridinginfo ( key 29 ) (name 3485) ( bone 29 ) ( scale 1.0 5 ) ( motion "AAAAAAAAAA" ) ( mspeed 800 533 ) )    ; 새 군마

( ridingbone (key 29) ( bone 8 9 27 13 28 31 36 0) ( target -3.0 3.5 2.0 19) (motion 4 0 0 0 0 0)  (part 6 0) (damage 0 0 0 0)(name Gunma029_foot_effect Gunma029_foot_effec2 Gunma029_foot_effect Gunma029_foot_effect Gunma029_foot_effect2 Gunma029_foot_effect2))

The folder Effects i have add to on my client from Inixsoft client.

any one can tell me whats from ?
 

Attachments

You must be registered for see attachments list
Back
Top