need lvl file to 255

06/16/2012 01:21 adawe#1
need lvl file to 255
and need npc make item lvl 255
and change style to dragon soul
please share
06/16/2012 01:39 shadowman123#2
Well its Not A file ... All Its About UpdatePacket 10017 Subtype You got it coded Check this In Your Entity.cs

Public Byte Level
{
Get { //bla bla }
Set { // Bla Bla }
}

So If You Set Byte Level into ushort The Max level that you can Achieve would be Ushort Max Value ...


But if you Mean The File Which calcuate The Required Exp in Source it would be inside DataHolder.cs In IncreaseExp uint Array ... There You Should be Able To Edit / Add / Remove Levels

Wish i helped
06/16/2012 07:58 Zeroxelli#3
Actually, if he's referring to making the exp show in the client for levels past 140 if I remember right it's ini/levelexp.dat or something like that. Also, for 255 he doesn't have to change it to ushort. The max value for a byte is 255, the max value for a ushort is 65535
06/16/2012 13:23 adawe#4
i dont use C#...
i just want to edit the source from navicat to edit the lvl to 255
and i want to add name weapon master npc up gear lvl 255 and transform it to dragon soul
06/16/2012 15:48 pro4never#5
Then learn to use C#.... or learn to do some work yourself at least. You've provided no information about what source you're using (or is it binaries?) If it's binaries then create the new items client and server side, create the npc to handle upgrades, add the new levelexp information client and server side and then create a means to gain those levels.

YAY problem solved!
06/17/2012 03:17 adawe#6
i use 5095 source
06/17/2012 04:16 Zeroxelli#7
Quote:
Originally Posted by adawe View Post
i use 5095 source
As it has been said time and time again, your source is not 5095. 5095 is simply the client version (patch).
06/17/2012 09:38 adawe#8
i wanna how make it i use navicat not C# please share
06/17/2012 20:10 Zeroxelli#9
Quote:
Originally Posted by adawe View Post
i wanna how make it i use navicat not C# please share
tl;dr

Quote:
Originally Posted by Zeroxelli View Post
I'll say it again, Navicat is NOTHING. All Navicat is, is a GUI based database management program. It has nothing to do with the server itself, it just modifies values saved/loaded by the server. To add/modify/remove anything related to the functionality of the server, you must modify the source code. And in this case, it's the C#, as you call it.
06/17/2012 21:08 shadowman123#10
Quote:
Originally Posted by adawe View Post
i wanna how make it i use navicat not C# please share
what a Big DumbAss .. He Already Answered You Serveral Times and u keep Asking the Same Fking Question .. i H8 Dumb Asses