• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

kGames 1.00.90 GS DLL Season 4 Episode 2 + src

Newbie Spellweaver
Joined
Sep 1, 2006
Messages
25
Reaction score
2
I think that the queries should look like this

USE MuOnline
ALTER TABLE Character ADD [Reset] [smallint] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [PostOff] [tinyint] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [PKCleanCount] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [MaxPKCleanPerDay] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [IsEnableDrop] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [WarnCount] [smallint] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [BannedTo] [datetime] NULL
ALTER TABLE Character ADD [MarryName] [varchar] (11) COLLATE Korean_Wansung_CI_AS NULL
ALTER TABLE Character ADD [IsMarried] [tinyint] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [WinDuels] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [LoseDuels] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [LastDuelName] [varchar] (11) COLLATE Korean_Wansung_CI_AS NULL
ALTER TABLE Character ADD [WinPoint] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [LosePoint] [int] DEFAULT (0) NOT NULL
ALTER TABLE Character ADD [DuelDate] [datetime] NULL
When a column has NOT NULL it has to have a default value :p
 
Skilled Illusionist
Joined
Aug 20, 2007
Messages
374
Reaction score
80
Andrew,hi!What about second part of src for DB?))
 
Newbie Spellweaver
Joined
Apr 6, 2006
Messages
22
Reaction score
0
Hello, i'm sharing with my friend Dudi, a complete 1.00.90GS + kGames Team DLL with many addons and bugless Season 4 Episode 2 and dll source. We have a work for this 3 year (start at 1.00.18 GS and f1x source (thx f1x for sharing your work)).

This files is many additinal configs and bug fixes.

Serwer files and configs (it's from live server, some config is customize):
Serwer rar

Source and compile dll's (SOURCE IS SHARE ON GNU/GPL LICENCE!):
kGames DLL for GS90 1 3 0 44 Season 4 Episode 2 zip

Configs in Serwer.rar from other files

 
Skilled Illusionist
Joined
Aug 20, 2007
Messages
374
Reaction score
80
for Ranking DB:
create table: PKMapRanking
and in this table create next column:
Name varchar 10
KillCount int 4 Allow Nulls
DeadCount int 4 Allow Nulls

like this:
Andrew_wojownik - kGames 1.00.90 GS DLL Season 4 Episode 2 + src - RaGEZONE Forums



P.S. NOT TESTED!!!AND MAYBE ITS NOT RIGTH :)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 21, 2005
Messages
26
Reaction score
51
yeach, Not nulls and default 0.

This smart event is on arena. On arena (or other map, change in gameserver.ini map number) is not PK for kills other players and storage kill/death count in db :p

Sorry for I not add database, but I no time now.
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
Could anyone release full server files with compiled DLLs and dbs with everything set up?

I do not have the neccesary stuff to compile the DLL and work on the DB
 
Newbie Spellweaver
Joined
Sep 21, 2005
Messages
26
Reaction score
51
Compiled dll is on source package on build folder (R_1.00.90N for normaln GS and R_1.00.90CS for GSCS).

For database we must wait, I loss my database some time ago and I build anew, but is need many time for that.
 
Junior Spellweaver
Joined
Dec 21, 2008
Messages
115
Reaction score
44
ITs very easy rebuild a database with the sources:

Go to Visual Studio / Find -> Solution
UPDATE
INSERT
DELETE

Now You have all querrys, analize:

Example: you see 'Update character set is_muted = %d'
Find %d code, and find value, if value is in 0/1, put tinityint not null default 0, if value is text, put char, and etc, etc, etc.
Tipìcaly values are NOT NULL.
 
Experienced Elementalist
Joined
Oct 11, 2008
Messages
225
Reaction score
423
Andrew_wojownik
Please, say more about MultiLahap System, Quest System and Custom Events...
 
Skilled Illusionist
Joined
Aug 20, 2007
Messages
374
Reaction score
80
yep,say more about this system,and say,there config for load file of questsystem.
 
Experienced Elementalist
Joined
Jun 3, 2006
Messages
203
Reaction score
33
For new quests NewQuests.txt is missing.

Everything seems to be OK, only I have a problem with move menu - my character have big level, more money than it is necessary, but move menu is partial active.

Also, Golden Invasion message is bugged - may be only for LostTower invasions.

I'll continue testing files. If it is possible, please post source code for GS-CS.


Andrew_wojownik - kGames 1.00.90 GS DLL Season 4 Episode 2 + src - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Sep 9, 2006
Messages
54
Reaction score
6

Everything seems to be OK, only I have a problem with move menu - my character have big level, more money than it is necessary, but move menu is partial active.
Seems like you need seal of mobility or patched main.
 
Skilled Illusionist
Joined
Aug 20, 2007
Messages
374
Reaction score
80
For new quests NewQuests.txt is missing.

Everything seems to be OK, only I have a problem with move menu - my character have big level, more money than it is necessary, but move menu is partial active.

Also, Golden Invasion message is bugged - may be only for LostTower invasions.

I'll continue testing files. If it is possible, please post source code for GS-CS.


Andrew_wojownik - kGames 1.00.90 GS DLL Season 4 Episode 2 + src - RaGEZONE Forums

1)this src already have GS and GS_CS source...need only edit:
Andrew_wojownik - kGames 1.00.90 GS DLL Season 4 Episode 2 + src - RaGEZONE Forums

if "__10090CS__" - you build for GameServer_CS
if "__10090N__" - you build for GameServer

2)what client you use?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jun 3, 2006
Messages
203
Reaction score
33
1)this src already have GS and GS_CS source...need only edit:
Andrew_wojownik - kGames 1.00.90 GS DLL Season 4 Episode 2 + src - RaGEZONE Forums

if "__10090CS__" - you build for GameServer_CS
if "__10090N__" - you build for GameServer

2)what client you use?

I didn't know that I can change in that way destinations. Thanks!

I use main 1.03.11 no-gg cracked. When I use main.exe posted by Andrew_wojownik it launchs Mu.exe and I can't use it. Renaming main.exe would not work, garantee. So I need some good cracked main.exe.

The solution for my problem with 1.03.11 no-gg cracked main.exe that I use is using Seal of Mobility, like Stoff said, but than I can't buy Seal of Ascension, for example.

BTW, Duel works good. Tonight I'll test Castle Siege and Lord mix.
 
Last edited:
Newbie Spellweaver
Joined
Sep 9, 2006
Messages
54
Reaction score
6

The solution for my problem with 1.03.11 no-gg cracked main.exe that I use is using Seal of Mobility, like Stoff said, but than I can't buy Seal of Ascension, for example.
You can't because you can use one Seal at one time. To avoid such confusion (move restriction - only to base locations without that Seal), you need to patch main.exe. 1.03.11 is 1.03K, isn't it? Try to find already prepared main.exe. Or patch yourself if you know offsets. Or try 1.03H (1.03.08) client like CzF 4.5.
 
Experienced Elementalist
Joined
Oct 18, 2008
Messages
206
Reaction score
19
hard to belive that you build your own GS_CS because non of the teams is able to build gs they onlly use the WZ gs and they code the wzag.dll that is the inside dll in the gs
 
Back
Top