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

Skilled Illusionist
Joined
Apr 14, 2014
Messages
313
Reaction score
11
[19:00:35] [ERROR] SetConnectionString error
[19:00:35] [ERROR] ADO: OpenConnection Failure.

anyone how to fix this?
 
Last edited:
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
Anybody know how to edit char stats & skill points directly through the SQL? I tried changing stats but no changes in game.
 
Junior Spellweaver
Joined
Mar 22, 2020
Messages
159
Reaction score
110
Anybody know how to edit char stats & skill points directly through the SQL? I tried changing stats but no changes in game.
Use GMCharEdit bro ^_^



Does anyone here knows how to add items in point shop?
Help me please. Thank you in advance.
 
Custom Title Activated
Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Problem solved ^_^





Use ADO connection

Do you have guide how to use ADO?
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 
Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
Does anyone here knows how to disable point shop/lotto/attendance? And how about adding items in point shop?
disable from userfeatures.luc or to be permanent just slice from source.
 
Junior Spellweaver
Joined
Aug 31, 2017
Messages
105
Reaction score
2
i want to add macro time and macro potion but after checking the macro source and edit some function nothing happen
 
Experienced Elementalist
Joined
Feb 12, 2018
Messages
217
Reaction score
19
does anyone encounter this on cacheserver?
any solution?
thanks,

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


does anyone in here got a error same as mine, i use ran gs share file. thanks and Godbless.
 
Initiate Mage
Joined
Mar 3, 2021
Messages
39
Reaction score
2
someone help me in compiling source i have a lot of errors thanks

 
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
Use GMCharEdit bro ^_^


Can you give clue how to use ado connection?

--------

Also anyone knows how to add items to the point shop and fix the macro/auto skill?



Does anyone also know how to fix this quest error?
 
Last edited:
Joined
May 4, 2009
Messages
54
Reaction score
19
Put this config file in the same directory as your GMChartEdit for the ADO connection to work. The user and password should also be encrypted. The IP is the same as the data source tag you put in the server files CFG. Or, you can enable the TCP/IP config for your SQL Server (check attachments below)..


GMCharEdit.xml
PHP:
<?xml version="1.0" standalone="yes"?>
<groups>
    <group>
    <title>International Server</title>
        <userdb>
            <name>RanUser</name>
            <ip>127.0.0.1,50711</ip>
            <id>sa</id>
            <pw>1234</pw>
        </userdb>
        <gamedb>
            <name>RanGameS1</name>
            <ip>127.0.0.1,50711</ip>
            <id>sa</id>
            <pw>1234</pw>
        </gamedb>
        <logdb>
            <name>RanLogS1</name>
            <ip>127.0.0.1,50711</ip>
            <id>sa</id>
            <pw>1234</pw>
        </logdb>
    </group>
</groups>

EDIT:
Check the attachment for SQL configuration example AND MAKE SURE TO RESTART SQL AFTER CHANGING THE SETTINGS
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Mar 2, 2017
Messages
187
Reaction score
18
Put this config file in the same directory as your GMChartEdit for the ADO connection to work. The user and password should also be encrypted


GMCharEdit.xml
PHP:
<?xml version="1.0" standalone="yes"?>
<groups>
    <group>
    <title>International Server</title>
        <userdb>
            <name>RanUser</name>
            <ip>127.0.0.1,50711</ip>
            <id>sa</id>
            <pw>1234</pw>
        </userdb>
        <gamedb>
            <name>RanGameS1</name>
            <ip>127.0.0.1,50711</ip>
            <id>sa</id>
            <pw>1234</pw>
        </gamedb>
        <logdb>
            <name>RanLogS1</name>
            <ip>127.0.0.1,50711</ip>
            <id>sa</id>
            <pw>1234</pw>
        </logdb>
    </group>
</groups>

i follow your guide
userdb connection failure what is this?
 
Back
Top