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!

Character Items Throwing Direction

Joined
May 26, 2009
Messages
17,278
Reaction score
3,203
Hi,

that idea just came up on my mind..
so when you drop a item (doenst matter which ) it just drops right..

the idea is: to create an animation that player will show that he is dropping an item
with his hands/gloves or whatever
for example its good for gm drop events and players can then see the direction .
could be just another nice feature :)

possible? if yes what are the steps.. lets do this!
there will be more nicer look on characters when they drop boxes/heart of loves/normal items etc.

cheers
 
Junior Spellweaver
Joined
Aug 7, 2010
Messages
137
Reaction score
137
Maybe just fireworks where item will fall? Fireworks will be displayed before item drops, just need to send packet right before you drop an item and with viewport delay you will get a good timing.

Adding an animation to Player.bmd is not hard but i'm not sure if main.exe have some sort of check for animation count. If that's the case, maybe you can replace an unused animation with a new one.

If you add an animation to a player, then playing it is easy. Just need to use an existing packet that allow you to play animations on players (the action packet 0x18). You won't need to patch anything on main
 
Joined
May 26, 2009
Messages
17,278
Reaction score
3,203
Maybe just fireworks where item will fall? Fireworks will be displayed before item drops, just need to send packet right before you drop an item and with viewport delay you will get a good timing.

Adding an animation to Player.bmd is not hard but i'm not sure if main.exe have some sort of check for animation count. If that's the case, maybe you can replace an unused animation with a new one.

If you add an animation to a player, then playing it is easy. Just need to use an existing packet that allow you to play animations on players (the action packet 0x18). You won't need to patch anything on main

Good idea something that shows that the player is 'doing something' when so. :thumbup: but yeah moving animation would be nice too.
 
Banned
Banned
Joined
Mar 23, 2018
Messages
111
Reaction score
8
Nah just waste of time dude.. We like it the way it is now. Fast and easy.
 
Banned
Banned
Joined
Mar 23, 2018
Messages
111
Reaction score
8
Or more worth option is Selecting Multi Items and dropping it at the same time will be more worth to develop for add-on
 
Back
Top