SlyWhiteSheep Posted April 11, 2011 Posted April 11, 2011 How would i go about setting a custom login animation when a player logs into the game? I know I would have to modify enterworld.java but where and what would the code look like? And where could i find a list of animations? Thanks, SWS Quote
0 Kràtos Posted April 11, 2011 Posted April 11, 2011 you mean like? fireworks , social action? skills ? Quote
0 Matim Posted April 11, 2011 Posted April 11, 2011 You will just have to send proper packets, depends from your needs. Quote
0 SlyWhiteSheep Posted April 11, 2011 Author Posted April 11, 2011 you mean like? fireworks , social action? skills ? I mean like when you level up Id like to play that animation on login or an animation like that. Quote
0 sτrίkε- Posted April 11, 2011 Posted April 11, 2011 I mean like when you level up Id like to play that animation on login or an animation like that. so if you want when you level up you havent to edit the enterworld.java i think you must add your code in L2PcInstance.java ... correct me if i'm wrong. Quote
0 Tryskell Posted April 12, 2011 Posted April 12, 2011 Bhe, I put you on msn like 2 days ago, dunno if you missed it... broadcastPacket(new SocialAction(getObjectId(), 15)); If it's not the good animation (but it is), just check social.htm located in data/htm/admin for all possible effects. Quote
0 SlyWhiteSheep Posted April 12, 2011 Author Posted April 12, 2011 Bhe, I put you on msn like 2 days ago, dunno if you missed it... broadcastPacket(new SocialAction(getObjectId(), 15)); If it's not the good animation (but it is), just check social.htm located in data/htm/admin for all possible effects. Must have missed it :( sorry Quote
Question
SlyWhiteSheep
How would i go about setting a custom login animation when a player logs into the game?
I know I would have to modify enterworld.java but where and what would the code look like?
And where could i find a list of animations?
Thanks,
SWS
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.