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!

[SHARE] FULL GS SOURCE - No More Selling

Initiate Mage
Joined
Jun 28, 2020
Messages
19
Reaction score
0
I've already installed it, but missing dll show up again.
 
Initiate Mage
Joined
Mar 9, 2020
Messages
64
Reaction score
18
Has anyone encounter this error? This error occurred when opening the GMCharEdit.

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

can someone share ToolkitPro1521vc90D.dll thank you.


all files shared in one folder.

Option 1: Download ToolkitPro1502vc90DS.lib - Replace the ToolkitPro1502vc90D.lib in the source - Build

Option 2: Download RANGS_ServerSide.rar and use the bins, it's all updated from the option one that won't require you the ToolkitPro1521vc90D.dll
 
Initiate Mage
Joined
Jan 1, 2021
Messages
92
Reaction score
13
ฺBecause It was different version from your built.



anything come to mind?.
help me stuck at loading character.
all port login already fix no problem.
 
Joined
Apr 15, 2011
Messages
663
Reaction score
132
Option 1: Download ToolkitPro1502vc90DS.lib - Replace the ToolkitPro1502vc90D.lib in the source - Build

Option 2: Download RANGS_ServerSide.rar and use the bins, it's all updated from the option one that won't require you the ToolkitPro1521vc90D.dll

Thanks for this reply :)


** ALTERNATIVE WAY TO USE ToolkitProEval1930vc90D.dll **

1. Go to
2. Download the Codejock ToolkitPro MFC Eval 19.3.0 then install.
3. While installing go to your RanThirdParty\XtremeToolKit then rename the ff:

Include to Include_old
Lib to Lib_old

After renaming create a new folder named Include and Lib.

4. After the installation go to C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v19.3.0 (30 Day Trial)
5. Now Copy the items inside the following folders into RanThirdParty

Open the Source folder then copy all of the items into RanThirdParty\Include
Open the Lib\vc90 then copy the ToolkitProEval1930vc90D.lib into RanThirdParty\Lib then rename the ToolkitProEval1930vc90D.lib into ToolkitPro1502vc90DS.lib

6. After following the steps you can compile your tools.
7. You can get the ToolkitProEval1930vc90D.dll in C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v19.3.0 (30 Day Trial)\Bin\vc90

PS: This is an alternative way I tried. It's up to you if you will do this :) Thanks
PPS: I successfully build GMCharEdit that requires ToolkitProEval1930vc90D.dll
 
Custom Title Activated
Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Thanks for this reply :)


** ALTERNATIVE WAY TO USE ToolkitProEval1930vc90D.dll **

1. Go to
2. Download the Codejock ToolkitPro MFC Eval 19.3.0 then install.
3. While installing go to your RanThirdParty\XtremeToolKit then rename the ff:

Include to Include_old
Lib to Lib_old

After renaming create a new folder named Include and Lib.

4. After the installation go to C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v19.3.0 (30 Day Trial)
5. Now Copy the items inside the following folders into RanThirdParty

Open the Source folder then copy all of the items into RanThirdParty\Include
Open the Lib\vc90 then copy the ToolkitProEval1930vc90D.lib into RanThirdParty\Lib then rename the ToolkitProEval1930vc90D.lib into ToolkitPro1502vc90DS.lib

6. After following the steps you can compile your tools.
7. You can get the ToolkitProEval1930vc90D.dll in C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v19.3.0 (30 Day Trial)\Bin\vc90

PS: This is an alternative way I tried. It's up to you if you will do this :) Thanks
PPS: I successfully build GMCharEdit that requires ToolkitProEval1930vc90D.dll

OMG THANK YOU SO MUCH

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

Some people wont tell you this method but you are the one who post it in detail. thank you so much again.
 
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
How to fix this?
Code:
The application was unable to start correctly (0x0c1500002).
Click OK to close the application.

I encounter this error on the server pc but on the client, it's not happening. Is this due to some missing vcredist? If so, what are the required vc_redist to run the tools & GMC?
 
Custom Title Activated
Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
How to fix this?
Code:
The application was unable to start correctly (0x0c1500002).
Click OK to close the application.

I encounter this error on the server pc but on the client, it's not happening. Is this due to some missing vcredist? If so, what are the required vc_redist to run the tools & GMC?

same here..
 
Last edited:
Joined
Apr 15, 2011
Messages
663
Reaction score
132
How to fix this?
Code:
The application was unable to start correctly (0x0c1500002).
Click OK to close the application.

I encounter this error on the server pc but on the client, it's not happening. Is this due to some missing vcredist? If so, what are the required vc_redist to run the tools & GMC?

Download the all in one package then install to avoid this error.

 
Joined
Apr 15, 2011
Messages
663
Reaction score
132
For this error,

[ERROR] SetConnectionString error
[ERROR] ADO: OpenConnection Failure.
[ERROR] SetConnectionString error
[ERROR] ADO: OpenConnection Failure.

STEPS:

1. Search in windows odbcad2 then open the ODBC Data Sources (32-Bit).
2. Under User DSN click Add.
3. Then select the ODBC Driver for SQL Server.
4. Fill up the needed information and do it with all of the database.

odbc.JPG - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
go to GSUserinfo then edit table then choose desired or create user then make sure user type is 28

Thanks bro!

Do you have complete list of all the gm commands like get item or something.
Btwm have you tried adding stats/skillpoints directly through sql? I tried but it doesn't apply in game.
 
Initiate Mage
Joined
Mar 9, 2020
Messages
64
Reaction score
18
Thanks bro!

Do you have complete list of all the gm commands like get item or something.
Btwm have you tried adding stats/skillpoints directly through sql? I tried but it doesn't apply in game.

Hex the emulator.exe and there you can find all the list of gm commands. Ex: /m2p /makeitem, etc
 
Custom Title Activated
Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Thanks bro!

Do you have complete list of all the gm commands like get item or something.
Btwm have you tried adding stats/skillpoints directly through sql? I tried but it doesn't apply in game.

haha that's my problem i think there are a lot of changes when it comes to gm commands.. but i think its in the source.cpp thing... i did not search it yet but some commands work like BTG, visible on off , event like speed aspeed attack increase,.
for stats and skill points not yet thasts why i am configuring the GMCharEdit right now its better to edit there than SQL



Hex the emulator.exe and there you can find all the list of gm commands. Ex: /m2p /makeitem, etc

oh there you go will look to that thanks for tip
 
Back
Top