• 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.

[.90] GS & GSCS & JS & CS & Data & DB

IGCN Co-Founder
Joined
Jun 26, 2006
Messages
303
Reaction score
487
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

I use SQL 2000, I have DB for SQL 2000 but in script, I attach it here, plz someone with SQL 2005 tell me if u see stored procedures in PC_MuOnline =)

I attach a backup of my own DB}

PD: Someone could fix the "issue" on this GS that after changing

00579988 . /75 32 jnz short 005799BC

to JMP

You fix the "Cannot find M:\ Drive" BUT GS read Data folder in M:\ (it is not WzAG coz I already tried a lot of them)

Another "rare" thing I see, a few days ago, a brazillian friend give me the first GS(1.00.87) posted (the first released in DimensionGamers but without pack/unpack), and the size of that GS is smaller (4kb smalled) than this GS (both are withour crack and without unpack) =O

Well some one tell me how did u do GS work coz mine doesnt work.

sorry for my english

=)

EDIT: I forgot to tell, that when I was trying to fix the fuc**** M:\ issue I discovered some new options in ServerInfo.dat (I doesnt test them coz i have exams atm), I think that there may be more configs missing from commonserver or other configs :)
Code:
[GameServerInfo]
ServerName = DimensionTST0-1
ServerCode = 0
ConnectMemberLoad = 0
ChangeCharacterName = 0
NonPK = 0
PkLimitFree = 0
NewServer = 0
EventOff = 0
bypassing M drive is not enough, you need point path of reading data files to datafolder in dll or gs, and simulate GS authorization .
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

Can u share src or they are private??

Or explain how to do it on GS :)

Thx =)
 
Last edited:
IGCN Co-Founder
Joined
Jun 26, 2006
Messages
303
Reaction score
487
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

00569FA8 push GameServ.00782B38 ; ASCII "c:\\Muproject\\data\\"
00569FAD mov ecx, GameServ.091D35B8
00569FB2 call GameServ.00402F27
00569FB7 push GameServ.00782B34 ;-----------------------
00569FBC mov ecx, GameServ.091D35B8;-------------------- NOP THIS 3 lines
00569FC1 E8 618FE9FF call GameServ.00402F27;----------

place where u see C muproject\\data , change push to offset where you point your data dir..
GS authorization simulation - use wzag other not original

thats all
 
Last edited:
Experienced Elementalist
Joined
Oct 25, 2006
Messages
269
Reaction score
14
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

Yeah !! Its lacking only Lucky number system, Ranking Server, Event Server, Exdb and DSes to work !! yeeyy
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

DataServers, UI think works fine, but yeah, lak Ranking, Event, and I dont know what is lucky number ^^

---------- Post added at 07:35 PM ---------- Previous post was at 05:36 PM ----------

Drakelv thanks for the fix, I take sources of a WzAG added new shops (16,17) and shits, and added to GS&GS_CS, too I changed Data of GS_CS to Data_CS (coz I will use it like that on my server) and both GSes works fine :)

Download:

PD: Remember to use checksum, coz both GS have it =)
Just run this program, opne your main, click Generate, and program will create a file called Checksum.dat, copy it to Data/lang/jpn and Data_CS/lang/jpn

 
Last edited:
Newbie Spellweaver
Joined
Sep 21, 2005
Messages
26
Reaction score
51
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

drakelv -> can you share new DataServers (0.77) ?
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

I havent heard about DS 0.77. did hey exist =O?
 
Newbie Spellweaver
Joined
Dec 16, 2007
Messages
26
Reaction score
0
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

drakelv :

00579988 . /EB 32 jmp short 005799BC
0057998A . |8D85 A0FEFFFF lea eax, dword ptr [ebp-160]
00579990 . |50 push eax ; /pFindFileData
00579991 . |68 F4607800 push 007860F4 ; |FileName = "M:\commonserver.cfg"
00579996 . |FF15 00ADFF0A call dword ptr [<&KERNEL32.FindFirstF>; \FindFirstFileA
0057999C . |83F8 FF cmp eax, -1
0057999F . |75 1B jnz short 005799BC
005799A1 . |6A 10 push 10 ; /Style = MB_OK|MB_ICONHAND|MB_APPLMODAL
005799A3 . |68 14CF7700 push 0077CF14 ; |Title = "Error"
005799A8 . |68 D8607800 push 007860D8 ; |Text = "Cannot find M:\ Drive."
005799AD . |6A 00 push 0 ; |hOwner = NULL

Here "M: \ commonserver.cfg" whether or not to change ". \ Data \ commonserver.cfg", characters are not equal, to be amended?
 
IGCN Co-Founder
Joined
Jun 26, 2006
Messages
303
Reaction score
487
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

drakelv :

00579988 . /EB 32 jmp short 005799BC
0057998A . |8D85 A0FEFFFF lea eax, dword ptr [ebp-160]
00579990 . |50 push eax ; /pFindFileData
00579991 . |68 F4607800 push 007860F4 ; |FileName = "M:\commonserver.cfg"
00579996 . |FF15 00ADFF0A call dword ptr [<&KERNEL32.FindFirstF>; \FindFirstFileA
0057999C . |83F8 FF cmp eax, -1
0057999F . |75 1B jnz short 005799BC
005799A1 . |6A 10 push 10 ; /Style = MB_OK|MB_ICONHAND|MB_APPLMODAL
005799A3 . |68 14CF7700 push 0077CF14 ; |Title = "Error"
005799A8 . |68 D8607800 push 007860D8 ; |Text = "Cannot find M:\ Drive."
005799AD . |6A 00 push 0 ; |hOwner = NULL

Here "M: \ commonserver.cfg" whether or not to change ". \ Data \ commonserver.cfg", characters are not equal, to be amended?
this one doesnt read the file, it just check if file exist in the specified location , if not popup error and quit process..
 
Newbie Spellweaver
Joined
Dec 16, 2007
Messages
26
Reaction score
0
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

drakelv :
Panda ring wearing effect, where is the problem?
//new
503 1 "Panda" 10 10 0 10 10 10 1 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
end


80 "panda"
panda.JPG - [.90] GS & GSCS & JS & CS & Data & DB - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
IGCN Co-Founder
Joined
Jun 26, 2006
Messages
303
Reaction score
487
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

drakelv :
Panda ring wearing effect, where is the problem?
//new
503 1 "Panda" 10 10 0 10 10 10 1 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
end


80 "panda"
View attachment 71626
this GS dont support Panda pet, thats why it show visual bug (angel), to fix it u need correct packet in gObjMakePreviewCharSet and in get char list protocol.
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

I repeat, does DataServers 0.77 exist(in MU Community I mean)?
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

Found a lot of commonserver configs in GS text strings... some are in other commonservers, and other are news, like fenrir chaos mix rate xD here u go

Code:
//==================================
//Opciones encontradas en text
//strings del GS
//Edit by [DG] fedee 
//19/09/2009 09:48
//==================================

AddZen					= 1
ML_AngelKingsPaperDropRate		= 70
NumberOfMaxUser		 		= 10
CastleOwnerGuildDestroyLimit		= 10
LootingTime				= 10
WriteChatLog				= 1
WriteSkillLog				= 1
QuestNPCTeleportTime			= 400
Fenrir_01Level_MixRate			= 50
Fenrir_02Level_MixRate			= 50
Fenrir_03Level_MixRate			= 50
CrywolfMonsterDarkElfItemDrop		= 50
CrywolfMonsterDarkElfItemDropRate	= 50
CrywolfMonsterDarkElfDropZenRate	= 50
CrywolfMonsterDarkElfDropZen		= 50
CrywolfMonsterBossItemDrop		= 50
CrywolfMonsterBossItemDropRate		= 50
CrywolfMonsterBossDropZenRate		= 50
CrywolfMonsterBossDropZen		= 50
CrywolfKundunHPRefillBenefit		= 400
SantaPolymorphRingDropOn		= 1
SantaPolymorphRingDropRate		= 50
LuckyCoinEventOn			= 0
LuckyCoinDropRate			= 54
ApplyheroSystem				= 1
EnableEventNPCTalk			= 1
EnableServerDivision			= 0
HackLogServer				= 127.0.0.1
EnableCheckPenetrationSkill		= 0
PKLevelIncreaseOff			= 0
DarkSpiritAddExperience			= 35
//RE-On
RingOrcKillGiftRate			= 100
RingDropGiftRate			= 100
//RE-Off
MysteriouseBeadDropRate1		= 100
MysteriouseBeadDropRate2		= 100
HiddenTreasureBoxOfflineRate		= 100
AttackEventRegenTime			= 120
 
Newbie Spellweaver
Joined
Apr 21, 2008
Messages
67
Reaction score
1
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

Drakevl Where Is The Diference This GS And The GS Dimensiongames Post?
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

This is totally original, without any edit.. dimensiongamers one, is edit by drakelv, and othe ppl...
 
Junior Spellweaver
Joined
Aug 15, 2009
Messages
114
Reaction score
8
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

I See how it's original to stop credits war, but i must say it's hard to read in japenese :p
 
Newbie Spellweaver
Joined
Nov 18, 2005
Messages
58
Reaction score
3
Re: [Release] [.90] GS & GSCS & JS & CS & Data & DB

We are already translating eventitembags :) then all data folder...
when ready we will post it =)

seeya

PD: anybody know something about DATASERVERS 0.77!?
 
Back
Top