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!

RMST STORM Season 4.5 JPN

Newbie Spellweaver
Joined
Aug 20, 2007
Messages
98
Reaction score
8
yes,
Code:
GS: Response error after connection causes conclusion (8076)()()(xxx.xx.xxx.xxx)

And
Code:
CS: Error Thread : GetQueueCompletionStatus() (183, The network connection was aborted by the local system.

Both are S.O. Problems...
 
Newbie Spellweaver
Joined
Dec 19, 2010
Messages
40
Reaction score
3
yes,
Code:
GS: Response error after connection causes conclusion (8076)()()(xxx.xx.xxx.xxx)

And
Code:
CS: Error Thread : GetQueueCompletionStatus() (183, The network connection was aborted by the local system.

Both are S.O. Problems...

hey man did you find a fix for this problem yet ? I have the same problem you had in the last pages. Overall this is the best file out there so far :thumbup:
 
Newbie Spellweaver
Joined
Nov 4, 2009
Messages
83
Reaction score
119
You can fix it using our new version of the files!

#Storm updated to 7.01.10

RMST 7.01.10 Full
Link

For Manual Update:
Update 7.01.03->10:

------------------------------------------------------------------------------------------
Storm 7.01.03 -> 7.01.10
[GS\GSCS] INVALID_SOCKET & Game working response error causes conclusion Fixed
[GSCS] GSCS Now Support all GS futures
[GS\GSCS] ResetSystem Configs Fixed
[GS\GSCS] Source 50% rewritten
[GS] DuelManager spectors fixed
[GS\GSCS] Command using user name fixed
[GS\GSCS] Now working without .dll's
------------------------------------------------------------------------------------------

#Client Updated to 1.04.00

Link:
 
Newbie Spellweaver
Joined
Dec 19, 2010
Messages
40
Reaction score
3
You can fix it using our new version of the files!

#Storm updated to 7.01.10

RMST 7.01.10 Full
Link

For Manual Update:
Update 7.01.03->10:

------------------------------------------------------------------------------------------
Storm 7.01.03 -> 7.01.10
[GS\GSCS] INVALID_SOCKET & Game working response error causes conclusion Fixed
[GSCS] GSCS Now Support all GS futures
[GS\GSCS] ResetSystem Configs Fixed
[GS\GSCS] Source 50% rewritten
[GS] DuelManager spectors fixed
[GS\GSCS] Command using user name fixed
[GS\GSCS] Now working without .dll's
------------------------------------------------------------------------------------------

#Client Updated to 1.04.00

Link:

awesome update :drool:. I'll test it right away. I will report further bugs i found. Thanks again.
 
Newbie Spellweaver
Joined
Dec 19, 2010
Messages
40
Reaction score
3
You can fix it using our new version of the files!

#Storm updated to 7.01.10

RMST 7.01.10 Full
Link

For Manual Update:
Update 7.01.03->10:

------------------------------------------------------------------------------------------
Storm 7.01.03 -> 7.01.10
[GS\GSCS] INVALID_SOCKET & Game working response error causes conclusion Fixed
[GSCS] GSCS Now Support all GS futures
[GS\GSCS] ResetSystem Configs Fixed
[GS\GSCS] Source 50% rewritten
[GS] DuelManager spectors fixed
[GS\GSCS] Command using user name fixed
[GS\GSCS] Now working without .dll's
------------------------------------------------------------------------------------------

#Client Updated to 1.04.00

Link:

1 bug found :tongue:, golden invasion only appear in lost tower :).
 
Newbie Spellweaver
Joined
Feb 26, 2006
Messages
21
Reaction score
0
//GoldenEventFix
BYTE FixGoldenBudgeDragonDrop[7]={0xC7, 0x45, 0xEC, 0x00, 0x00, 0x00, 0x00};
memcpy((int*)0x0041E8A6,FixGoldenBudgeDragonDrop,sizeof(FixGoldenBudgeDragonDrop));
BYTE GoldenTitanFix[7]={0x0F, 0x84, 0xE1, 0x00, 0x00, 0x00, 0x90};
memcpy((int*)0x0041E92A,GoldenTitanFix,sizeof(GoldenTitanFix));
BYTE GoldenSoldierFix[6]={0xE9, 0x97, 0x00, 0x00, 0x00, 0x90};
memcpy((int*)0x0041E93B,GoldenSoldierFix,sizeof(GoldenSoldierFix));
BYTE LizardKingFix[7]={0x0F, 0x84, 0xC9, 0x01, 0x00, 0x00, 0x90};
memcpy((int*)0x0041E9E6,LizardKingFix,sizeof(LizardKingFix));
BYTE GoldenTantalosFix[7]={0x0F, 0x84, 0xBA, 0x01, 0x00, 0x00, 0x90};
memcpy((int*)0x0041EAB6,GoldenTantalosFix,sizeof(GoldenTantalosFix));
SetNop(0x0041E9F7,2); //Golden Vepar FIX
SetNop(0x0041EAC7,2); //Golden Wheel FIX
SetNop(0x0041EADA,2); //Golden Golem FIX

//Fix Golden Invasion Message
BYTE FixGoldenInvMsg[3] = { 0xEB, 0x51, 0x90 };
memcpy((int*)0x0048018A,FixGoldenInvMsg,sizeof(FixGoldenInvMsg));
BYTE FixGoldenInvMsg1[15] = { 0x00, 0x00, 0x83, 0xC4, 0x08, 0x50, 0xE8, 0xED, 0x3F, 0xF8, 0xFF, 0xEB, 0xA5, 0x00, 0x00 };
memcpy((int*)0x004801DB,FixGoldenInvMsg1,sizeof(FixGoldenInvMsg1));
 
Newbie Spellweaver
Joined
Nov 4, 2009
Messages
83
Reaction score
119
LoveMU Other golden invasion fixes, crashes GS
Zodiacal I already use it.
 
Newbie Spellweaver
Joined
Apr 22, 2008
Messages
5
Reaction score
0
How to set good ms and gf u bk ms, and so it was not Soul Barrier 100% for GS and gscs please help?
 
Newbie Spellweaver
Joined
May 21, 2009
Messages
84
Reaction score
0
cant leave in guild how can fix this //----------------------------------------------------------------//
[Bypasseres]
PersonalIDBypasser = 1
GuildIDBypasser = 1
//----------------------------------------------------------------// ? bug
 
Newbie Spellweaver
Joined
May 21, 2009
Messages
84
Reaction score
0
have patch for this i use [GameServerInfo]
ClientExeVersion = 1.02.40
ClientExeSerial = 8gksYM30JnvgqpcP

but cant leav in guild and cant disband cant delete char
 
Newbie Spellweaver
Joined
May 21, 2009
Messages
84
Reaction score
0
//=================================
//Character Options
//=================================
CreateCharacter = 1
CharacterDeleteMinLevel = 1
Trade = 1
PersonalShopOpen = 1

//=================================
//Guild Options
//=================================
GuildCreate = 1
GuildCreateLevel = 100
GuildDestroy = 1
EnableBattleSoccer = 1
CastleOwnerGuildDestroyLimit = 1

nothing happend :(
 
Newbie Spellweaver
Joined
Apr 22, 2008
Messages
5
Reaction score
0
I know, but I tried set just like but I can not maybe someone has a server for these files and know what the parameters should be very please help
 
Newbie Spellweaver
Joined
Aug 7, 2006
Messages
21
Reaction score
0
uhm i can create accounts with the account maker n see it with the mumaker but when i try to make another account from the editor i cant and when i join in game it says that the account is not existing
can some1 tell me the reason for that im trying md5 but im not rly good at it so probably thats the reason but where i do wrong? X_X help meh pls
 
Last edited:
Junior Spellweaver
Joined
Feb 18, 2011
Messages
107
Reaction score
2
In some other files, i think at the same version, i saw that there is pvp system improvement, where u can set maps to be pure pvp and character not getting karma after killing another player. Is it possible to add the same option to storm files too??
 
Newbie Spellweaver
Joined
Jul 12, 2011
Messages
7
Reaction score
0
Hi please, I have a problem, i don´t knnow if that server files works on xp 64 bits or windows server 2003 sp2 or windows server 2008, someone can telss me?please is very important, thank you :)

Sorry if i don´t speak english very well, i´m spanish
 
Back
Top