http://s27.postimg.org/s6srl3pcz/screenshot_505.png
When I'm trying to connect, I can see the server, I press the server, and I get disconnected.
Printable View
http://s27.postimg.org/s6srl3pcz/screenshot_505.png
When I'm trying to connect, I can see the server, I press the server, and I get disconnected.
That would be cool, thanks man, yeah I looked in Data too because I'm used to S6 Ep3 files where everything was still in .txt and .ini files, but I notice these have a lot of .xml, I just don't know how these need to be modified, :). I will keep looking too.
Edit: Yeah, we can just adjust levels through the DB, but hopefully we can find the file so it does it automatically, :).
I'll check db now and provide you results of my investigation, but probably there is a trigger in db which sets up default user info when new row is added into the table.
- - - Updated - - -
I have found only 1 trigger for dbo.Character, but this trigger only set default values for Resets, Points, Money. (You can easily add your functionallity to this trigger and it will affect character creation)
Image screen http://puu.sh/hj6Xj/18f3d799d3.png
It works for me
AS
BEGIN
DECLARE @Resets INT, @points INT, @Money INT, @Char varchar(10)
SELECT @Char = Name FROM INSERTED
SET @Resets = 0 -- Start Resets
SET @points = 0 -- Start LVL Up Points
SET @Money = 10000000 -- Start Zen
UPDATE Dbo.Character
SET Resets = @Resets, LevelUpPoint = @points, Money = @Money, cLevel = 1
WHERE Name = @Char
END
cLevel = 1 - default level for character.
- - - Updated - - -
Btw, you can modify character creation in *Your database name* -> Programmability -> Stored Procedures -> dbo.WZ_CreateCharacter
I actually believe that you can change the start level by following these steps.. im not 100% sure.
1: open up Server management studio
2: open up MuOnline\Tables "dbo.DefaultClassType
3: scroll all the way to the right and find Levels
4: change the vaulue to what you want it at. :)
but please do correct me if im wrong
thanks
Korea languages do you support?
Hi guy's little question euhm is it possible to change ur character form DW to SM or GM just in SQL or the files ?
and maybe if some 1 has an item list so I just can copy/paste it in-game it would be usefull ^^
and how can we reset ? yea i'm a noob lol
thanks
the server is running but why once i open the main,exe and proceed to login and password say " Disconnect From server" .. please help me .. Contact me at facebook.com/MervzMervz thanks in advance .. More power on you Mr.
I tried to start it on local host and i'm getting disconect after loading. How to fix it?
Everything is fine and running but this "FRIEND DB SET ODBC Connect Fail"
Someone please help me!http://i65.tinypic.com/2aj19bt.jpg
fixed
Never knew a public zteam s8 is fulled of bugs lol... even the repacks..
Premium files is always a way to go.
error: chatserverIP= ?????????
Nice for now lets test
Since That server files are not a Season 8 100% stable version. What need to change to use these same server files just to Ex700 Ex702.....
What Client could use?