[HELP] DragonSoul

04/17/2012 02:36 littlechris95#1
Hello I would like to know how to make a command that makes the item with dragon soul to be normal ... example:

"/soul off" : character does not appear in the dragon soul, only in status.

"/soul of" : Items dragon souls return to normal, the status and character



would be more or less the action of the menu options in this photo:


[Only registered and activated users can see links. Click Here To Register...]
04/17/2012 03:00 pro4never#2
Interesting idea...

Basically you need to handle a few main things...

#1: Create a bool to control if we show souls or not (duh)

#2: Edit the packets which control visible items to only send soul info if ShowSouls = true

#3: Create a method to re-send all visible equipment (to self and others)

#4: Call this method via command

It's a fairly simple thing to do but there's a lot of areas of code that need to be edited as well as a fairly strong knowledge of how the client handles server packets so that you edit all the correct packets (and only those needed to change the display)