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!

i need G-OP plz

Initiate Mage
Joined
Oct 18, 2017
Messages
3
Reaction score
0
i need G-OP : * : plz : * :

Just got G-OP to work :)
So, yes, it works. Somewhat.

The other tools have missing stored procedures, though.. @iostream plz halp

For more information, G-OP is a GUI that does things you'd normally do with a Season 2 GM client. It isn't an actual client, but a GM interface for your character.
 
Last edited:
Initiate Mage
Joined
Oct 18, 2017
Messages
3
Reaction score
0
sorry T.T

Just got G-OP to work :)
So, yes, it works. Somewhat.

The other tools have missing stored procedures, though.. @iostream plz halp

For more information, G-OP is a GUI that does things you'd normally do with a Season 2 GM client. It isn't an actual client, but a GM interface for your character.
 
Upvote 0
Experienced Elementalist
Joined
Oct 2, 2005
Messages
234
Reaction score
48
My Tutorial To get G-OP working!

1.Create a .bat Batch file with this code:
*Note* When you launch G-OP, choose the server group then click Login and click OK and it will log you in.
Code:
 @[I][B][URL="http://forum.ragezone.com/members/2000189605.html"]Echo[/URL][/B][/I] off
set /p id=insert GM Character : 
echo login : %id%
set /p pw=insert GM Password : 
echo login : %pw%
G-OP gmtool0831 %id% %pw%

or

you can create a Shortcut of g-op.exe

Code:
G-OP.exe gmtool0831 [GM]Ntreev test1

cacaya - i need G-OP  plz - RaGEZONE Forums


2.Edit G-OP.INI
*Note* copy your libconfig_twn.dat and rename it to libconfig_eng.dat
Code:
[Main]
; =============================================================================
; Language Definition File
Lang = lang\english.lang
; Login Configurations
RemeberAccountInfo =1
; Map Information File
zoneid_table = zoneid_table.xml
; =============================================================================
; Server Group
; =============================================================================
ServerGroup = USA_MAIN
[COLOR=#ff0000]userid= Username[/COLOR]
; =============================================================================
; World Definition
; =============================================================================
[USA_MAIN]
WorldList = World-1
; =============================================================================
; Island(Channel) Definition
; =============================================================================
; Island# = [islandname], [IP], [PORT], [IsChecked]; [World-1]
NumberOfIsland = 1
Island0 = Island1, [COLOR=#ff0000]Online IP[/COLOR], [COLOR=#ff0000]LoginServer Port[/COLOR], 1
; =============================================================================
[USERPREF]
[COLOR=#ff0000]DestDir = \G-OP\ny\data\libconfig_eng.dat[/COLOR]

3. and Update Database table/ columns, With Stored Procedures:
*Note* the exp password is: ?whtlagkqtlek!

Stored Procedures:
usprfg_gm_char_select_gm_client_login
USPT_GM_USER_ADD
uspt_user_update_register_gm
uspt_user_update_register_gm_char


tbl_gm_char:
Permitted_IP: use your Online IP.
tbl_gm_char_permit_ip:
Permit_IP: use your Online IP.
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jan 30, 2018
Messages
31
Reaction score
37
Hi, while doing this after the part where it says Insert GM Character: Charname
login : charname

it loads Trickster G-Op and I receive this error:
---------------------------Trickster G-Op---------------------------Can't find trickster data file.Please Choose datafile from trickster installed directory.ex) data\libconfig_eng.dat---------------------------OK ---------------------------

Even though it's in the same directly as yours + it allows me to select the libconfig file itself
Even after selecting what should be the right file I get 2x.

---------------------------Error---------------------------FATAL: Failed to load INI DATA!!! ---------------------------OK ---------------------------




Even though I followed your guide hexed the exe, changed Online IP to my server IP and setup the directory, as well added userid = accname and tried just plain Username just incase you literally meant that.

Did you happen to have this by chance? and thanks for the help.

edit - got that to work, not sure what caused it but after updating some more stuff that error is gone

But now it appears to not want to show anything in the G-OP tool?
step by step of what I did
1. Hex edit G-OP
2. Create the bat as shown
3. Opened G-OP.ini and added userid=Username under ServerGroup = USA_Main
4. Changed Online IP to my server IP
5. Added the Directory under [USERPREF]
6. Ran the bat
7. Typed in my Character ID
8. Checked both USA_Main and World-1 and clicked login
9. Put it the correct password and hit enter
Now it displays a message with Check the server to connect but USA_MAIN and World-1 are all that's listed and the main window is stuck on Connecting... forever. As seen in the image (won't let me do attachments for some reason)
1gwj6aP - i need G-OP  plz - RaGEZONE Forums

Also I assume something should generate itself in tbl_gm_char and tbl_gm_char_permit_ip to edit but only the default account + ip attached to ntreev is there

Did I miss something or perhaps a really obviously step I should of known?
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Dec 28, 2018
Messages
5
Reaction score
2
Hi, while doing this after the part where it says Insert GM Character: Charname
login : charname

it loads Trickster G-Op and I receive this error:
---------------------------Trickster G-Op---------------------------Can't find trickster data file.Please Choose datafile from trickster installed directory.ex) data\libconfig_eng.dat---------------------------OK ---------------------------

Even though it's in the same directly as yours + it allows me to select the libconfig file itself
Even after selecting what should be the right file I get 2x.

---------------------------Error---------------------------FATAL: Failed to load INI DATA!!! ---------------------------OK ---------------------------




Even though I followed your guide hexed the exe, changed Online IP to my server IP and setup the directory, as well added userid = accname and tried just plain Username just incase you literally meant that.

Did you happen to have this by chance? and thanks for the help.

edit - got that to work, not sure what caused it but after updating some more stuff that error is gone

But now it appears to not want to show anything in the G-OP tool?
step by step of what I did
1. Hex edit G-OP
2. Create the bat as shown
3. Opened G-OP.ini and added userid=Username under ServerGroup = USA_Main
4. Changed Online IP to my server IP
5. Added the Directory under [USERPREF]
6. Ran the bat
7. Typed in my Character ID
8. Checked both USA_Main and World-1 and clicked login
9. Put it the correct password and hit enter
Now it displays a message with Check the server to connect but USA_MAIN and World-1 are all that's listed and the main window is stuck on Connecting... forever. As seen in the image (won't let me do attachments for some reason)
1gwj6aP - i need G-OP  plz - RaGEZONE Forums

Also I assume something should generate itself in tbl_gm_char and tbl_gm_char_permit_ip to edit but only the default account + ip attached to ntreev is there

Did I miss something or perhaps a really obviously step I should of known?


You need to use the port from systemserver.ini .
 

Attachments

You must be registered for see attachments list
Upvote 0
Initiate Mage
Joined
Dec 7, 2019
Messages
2
Reaction score
1
how to play g-op?

I don't understand these parts.

2.Edit G-OP.INI


userid= Username <------- my character name..? or my game id?






3. and Update Database table/ columns, With Stored Procedures:

*Note* the exp password is: ?whtlagkqtlek!


Stored Procedures:
usprfg_gm_char_select_gm_client_login
USPT_GM_USER_ADD
uspt_user_update_register_gm
uspt_user_update_register_gm_char



tbl_gm_char:
Permitted_IP: use your Online IP.
tbl_gm_char_permit_ip:
Permit_IP: use your Online IP.


I entered sql studio/database/gmg_account/programing/stored procedure..

i cliked right mouse butten and stored procedure excute.


cacaya - i need G-OP  plz - RaGEZONE Forums


BUT what shoud i do????


account gid : my game id
charname : my character name




but i don't know what to do..
group_name
authority
account code
gmchar_id
these blanks

tbl_gm_char:permitted_IP: use your Online IP.tbl_gm_char_permit_ip:permit_IP: use your Online IP.
herein i record my ip.


please help
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Back
Top