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
Aug 10, 2021
Messages
3
Reaction score
0
Hello, does anyone know where this problem is? Casting is stuck and the firewall is turned off, ip is generally no problem
——


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


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

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
Does anyone know what to do when building the project, it gives a series of warnings like this? err - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Aug 30, 2021
Messages
4
Reaction score
0
Since GS is down, I'm curious if anyone knows if Min Com. still issuing DMCA?
 
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
PHP:
VS2008 Professional Installer
https://archive.org/details/en_visual_studio_2008_professional_x86_dvd_x14-26326
https://the-eye.eu/public/MSDN/Visual%20Studio%202008/

VS2008 SP1 for VC90
https://www.microsoft.com/en-us/download/details.aspx?id=13276

After Installing, extract the Source and RanThirdParty in one folder

Example:
C:\RanGS\Source
C:\RanGS\RanThirdParty

Open the 2008 project and add this directories
Include
C:\RanGS\RanThirdParty\OpenSSL\include
C:\RanGS\RanThirdParty\OpenSSL\include\openssl

Library
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib
C:\RanGS\RanThirdParty\boost_1_56\lib

Create new folder in RanThirdParty and paste the libraries of boost 1_43 insideC:\RanGS\RanThirdParty\boost\lib
C:\RanGS\RanThirdParty\boost_1_43\lib

Download this fix by Death Gun and paste in XtremeToolKit\Lib
https://mega.nz/file/rk0wWLaD#65Czz10CT68s2d9WvqnAhHbASQse2nyGjvT9-XNFric

Use the Clients shared Here already or the Yong Online
C:\RanGS\RanThirdParty\boost_1_43\lib <= does not does this directory
copy from ran/=boost/lib to RanThirdParty\boost 1_43\lib and RanThirdParty/boost/lib correct?
However, it has a lot of errors!
please someone help me, i build release, win32
Thanks!
 
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
good day, Does anyone know how this error is?
er - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
Error 75 error C2039: 'sVOLUME' : is not a member of 'ITEM::SSUIT' c:\_Work\Ran\RanUI\OldUI\Vehicle\CarWindow.cpp 266 RanUI
like this i know this source is buggy, Does anyone have an update file to fix "ITEM::SSUIT"?
ee - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
Hello Muiri,

You can try this.

Right Click the Project

Check the Project Dependencies.. (You can refer on other tools like SkillEdit)

Properties > Configuration Properties > Linker > Input
Copy the "Additional Dependencies" or "Inherited Values"
and "Ignore Specific Library" from other tools

Hope it helps! :)

thanks sir death gun its working now thanks for helping
Sir, can you be more specific?
For example I check SNSTool, I see depend on Bugtrap, libcur, libprotobuf, LuaPlus, MfxExlib...
But when I go to Properties > Configuration Properties > Linker > Input
then I see Additional Dependencies" or "Inherited Values"and "Ignore Specific Library" both have nothing
"Properties > Configuration Properties > Linker > InputCopy the "Additional Dependencies" or "Inherited Values"and "Ignore Specific Library" from other tools" => Can you explain this part more clearly, what do you mean?
please understand I'm a newbie
 
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
Why is this topic so quiet?
Anyone else here?
I don't know if I'm getting this error because of the source or what
ee - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 18, 2019
Messages
52
Reaction score
1
Anyone fixed the GMCharedit log in issue? If you guys fixed it can anyone share how to fix? Thanks :)



Got this libogg.lib error on compiling

1>Linking...
1>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored
1>LINK : fatal error LNK1181: cannot open input file '..\_lib\release\libogg.lib'
1>Build log was saved at "file://C:\RANGS\RAN\_Obj\Release\GMCharEdit\BuildLog.htm"
1>GMCharEdit - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Back
Top