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!

New Jewels for 1.03k Main (1.03.11)

Newbie Spellweaver
Joined
Mar 8, 2011
Messages
11
Reaction score
5
New Jewels System for 1.03k Main (1.03.11) and 1.00.90 GameServer with exclusive features. Please respect the credits.

Client Side
  • Loader for the jewels models (BMD/OZJ)
  • Prices configuration (zen)
  • Golden and bold text (inventary/floor) *Exclusive*
  • Text description loaded from Text.bmd
  • Drop control (on/off)
  • Usage enabled for Pendants & Rings *Exclusive*
Screenshots:
yrOvU - New Jewels for 1.03k Main (1.03.11) - RaGEZONE Forums
Mk2ao - New Jewels for 1.03k Main (1.03.11) - RaGEZONE Forums


Server Side
  • Full control of applicable itens *Exclusive*
  • Custom success rate percent
  • Custom player messages
  • GameServer logging (no console shits) *Exclusive*
  • Conditional statements and item names from Item Attribute struct *Exclusive*
I will work in more improvements for this source (like jewel sound on drop), so please leave this topic open.

Credits:
Young (Entire Jewel System + Offsets research)
Gembrid (Custom Models Load + BMD models)
-=DarkSim=- (Provide the usage method of new jewels)

Ps.: I dunno if Gembrid really made this model loader plus models, so if someone knows who is the correct author, please let me know to can I fix this post.

thanks good :thumbup1:
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
31
Reaction score
2
Quick guide how to install those would be lovely. Thank you!
 
Newbie Spellweaver
Joined
Jul 6, 2011
Messages
7
Reaction score
14
How can I fix this?

error C3861: SetNop: identifier not found
error C3861: WriteJmp: identifier not found
IntelliSense: identifier "SetNop" is not defined
IntelliSense: identifier "WriteJmp" is not defined
 
Junior Spellweaver
Joined
Apr 25, 2012
Messages
126
Reaction score
5
how do i install it from the server? can someone please upload a files for ClientSide and ServerSide please please...
Nice jewels!
 
Newbie Spellweaver
Joined
Aug 26, 2011
Messages
61
Reaction score
1
void WriteJmp( DWORD from, DWORD to ) {
#define JMP( frm, to ) ( ( ( int )to - ( int )frm ) - 5 )
*( BYTE* )from = 0xE9;
*( DWORD* )( from + 1 ) = JMP( from, to );
}
 
Newbie Spellweaver
Joined
Jul 23, 2012
Messages
15
Reaction score
0
mauro07 you could release these three structs UNK0, and Unk1 ST_RGB * stRGB?
 
Junior Spellweaver
Joined
Jul 30, 2005
Messages
176
Reaction score
110
I will not continue with this project anymore. The full source was already released. Fell free to implement new functions. Sorry everyone.
 
Back
Top