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!

ItemStack or how to add life, creation and etc bundle (ssemu)

Newbie Spellweaver
Joined
Jan 2, 2012
Messages
7
Reaction score
0
I am using SSEMU S3 TAI 1.02p server files +sources.
1. Where to add ability to make for example jewel of creation stack? Means like Jewel of Soul bundle, but for life, creation. It's ItemStack.txt file, but if add there in server and client side new stack - jewels are insert in, but no amount on jewel show.
2.
Code:
// ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// Index   ItemIndex   DefenseConstA   IncDamageConstA   IncDamageConstB   DecDamageConstA   DecDamageConstB   OptionIndex1   OptionValue1   OptionIndex2   OptionValue2   OptionIndex3   OptionValue3   NewOptionIndex1   NewOptionValue1   NewOptionIndex2   NewOptionValue2   NewOptionIndex3   NewOptionValue3   NewOptionIndex4   NewOptionValue4   ModelType   ModelName
// ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// DEMOSTRATION
    0           12,41      4               149               2                 51                2                 85             1              80            4              83             4              109               5                 116               4                 102               5                 84               4                 0           "Wing189" // Conqueror
    1           12,42      4               149               2                 51                2                 85             1              81            4              83             4              109               5                 116               4                 102               5                 84               4                 0           "Wing188" //SM wings

Here is code from CustomWing.txt. Problem is, when I use Jewel of Life on wings - it's adding also Luck option, but it's not even mention there.
3. And do I need also add lines in file ItemOption.txt for new lvl4 wings? Or it should work correctly anyway?. Also, how should I correctly use CustomWingEffect code
It's example -
Code:
// EXAMPLE
// 00,019      *              *              *              *              0            2021          1             0             0        0        255      1.5
And this is code from Skin effects, which values I need to remove, so it would work in my client?
Code:
//Silver Heart Staff
INDEX 32113 11 0 3.0 0.73 6.0 3 -0.005 -0.005
 
Back
Top