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!

kGames 1.00.90 GS DLL Season 4 Episode 2 + src

Newbie Spellweaver
Joined
Aug 20, 2007
Messages
98
Reaction score
8
wath is this

Code:
14:9:52  [Hack Sucker Protect] (test)([ARCHMAGE]) Auth failed, disconnect
14:14:26  [Hack Sucker Protect] (franklinXD)(franklinXD) Auth failed, disconnect
14:15:44  [Hack Sucker Protect] (test)([ARCHMAGE]) Auth failed, disconnect
14:19:34  [Hack Sucker Protect] (test)([ARCHMAGE]) Auth failed, disconnect
14:22:4  [Hack Sucker Protect] (samux)(BkSaga) Auth failed, disconnect
14:24:32  [Hack Sucker Protect] (test)() Auth failed, disconnect
14:25:7  [Hack Sucker Protect] (darmason)(XxAnUbIsxX) Auth failed, disconnect

everybody get disconnected in every moment :blink:
 
Initiate Mage
Joined
Dec 27, 2004
Messages
4
Reaction score
0
MuOnline.bak to these files because it has tables with more features like duel, marry, pk rak, etc ...
 
Newbie Spellweaver
Joined
Aug 20, 2007
Messages
98
Reaction score
8
i think my problem is here

Code:
01:32:30 [Hack Sucker] Loaded CheckSum Exe Main variables
01:32:30 [Hack Sucker] Loaded Checksum AC variables
01:32:30 [Hack Sucker] Loaded Player.bmd checksum

Tool to make respective checksum's ?
 
Newbie Spellweaver
Joined
Sep 21, 2005
Messages
26
Reaction score
51
Use dll from source (build folder) R_10090N for Normal GS and R_10090CS for GSCS or build it yourself (use visual studio 2k8 on other version not work).

I add db files for this week
 
Newbie Spellweaver
Joined
Sep 1, 2006
Messages
25
Reaction score
2
The files, in general, are really good but I've got a few questions.
- Do the summoner's books (Sahamutt, Neil, Ghost Phtantom) work? Or maybe there is sth wrong with my db
- Master level... Does this feature work? Which column stores points or level?
 
Junior Spellweaver
Joined
Dec 23, 2006
Messages
140
Reaction score
153
The files, in general, are really good but I've got a few questions.
- Do the summoner's books (Sahamutt, Neil, Ghost Phtantom) work? Or maybe there is sth wrong with my db
- Master level... Does this feature work? Which column stores points or level?

- yes
- yes, table is T_MasterLevelSystem or T_SkillTree_Info on CzF database
 
Newbie Spellweaver
Joined
Sep 21, 2005
Messages
26
Reaction score
51
Oki its first part addons to database:
Code:
USE MuOnline
ALTER TABLE Character ADD [Reset] [smallint] NOT NULL
ALTER TABLE Character ADD [PostOff] [tinyint] NOT NULL
ALTER TABLE Character ADD [PKCleanCount] [int] NOT NULL
ALTER TABLE Character ADD [MaxPKCleanPerDay] [int] NOT NULL
ALTER TABLE Character ADD [IsEnableDrop] [int] NOT NULL
ALTER TABLE Character ADD [WarnCount] [smallint] 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] NOT NULL
ALTER TABLE Character ADD [WinDuels] [int] NOT NULL
ALTER TABLE Character ADD [LoseDuels] [int] NOT NULL
ALTER TABLE Character ADD [LastDuelName] [varchar] (11) COLLATE Korean_Wansung_CI_AS NULL
ALTER TABLE Character ADD [WinPoint] [int] NOT NULL
ALTER TABLE Character ADD [LosePoint] [int] NOT NULL
ALTER TABLE Character ADD [DuelDate] [datetime] NULL
 
Skilled Illusionist
Joined
Dec 30, 2008
Messages
343
Reaction score
31
make complete release please!
server+base+src
with full info
 
Back
Top