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!

Leveling Effect

Newbie Spellweaver
Joined
Jul 30, 2008
Messages
47
Reaction score
0
I dunno if this is right.. But..
World.cs
Find
Code:
public static void LevelUp(Character Player)
In that code you'll see
Code:
Charr.MyClient.SendPacket(General.MyPackets.GeneralData((long)Player.UID, 0, 0, 0, 92));
Under that add
Code:
Charr.MyClient.SendPacket(General.MyPackets.String(Mob.UID, 10, "Effect Here"));
...Im just guessing
 
Elite Diviner
Joined
Aug 19, 2006
Messages
415
Reaction score
0
I dunno if this is right.. But..
World.cs
Find
Code:
public static void LevelUp(Character Player)
In that code you'll see
Code:
Charr.MyClient.SendPacket(General.MyPackets.GeneralData((long)Player.UID, 0, 0, 0, 92));
Under that add
Code:
Charr.MyClient.SendPacket(General.MyPackets.String(Mob.UID, 10, "Effect Here"));
...Im just guessing

... y would u send a mobeffect for regular lvling...? lol?
 
Last edited:
Elite Diviner
Joined
Jan 11, 2008
Messages
405
Reaction score
0
Lmao Alex i need more info then that and i alrdy have a mob effect its pimped out:D
 
Back
Top