|
You last visited: Today at 22:47
Advertisement
[gmtool]The way it works
Discussion on [gmtool]The way it works within the Rappelz Private Server forum part of the Rappelz category.
12/27/2012, 15:22
|
#1
|
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
|
[gmtool]The way it works
Hi guys
After several attempts to gmtool and refer to the @c1ph3r did not work
I thought the request help some people here who work with them
thanx
|
|
|
12/27/2012, 16:53
|
#2
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Start with the web.config to get it running.
|
|
|
12/27/2012, 17:33
|
#3
|
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
|
Quote:
Originally Posted by c1ph3r
Start with the web.config to get it running.
|
Of course adjusted the web.config also installed loginoutLog.bak in sql as Rappelz_game_log as in web.config
please help me
|
|
|
12/27/2012, 19:53
|
#4
|
elite*gold: 0
Join Date: Aug 2011
Posts: 532
Received Thanks: 234
|
It would be much help if you just told us briefly the error you get or the part you're stuck at..
|
|
|
12/27/2012, 20:11
|
#5
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Quote:
Originally Posted by abady100
Of course adjusted the web.config also installed loginoutLog.bak in sql as Rappelz_game_log as in web.config
please help me
|
and who told you to do this? I don't know a loginoutLog Database and i don't use one. There have to be the telecaster + rappelz_game_log + gmtool + Log_XY_timestamp Databases.
|
|
|
12/27/2012, 23:01
|
#6
|
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
|
Quote:
Originally Posted by marekrndr
It would be much help if you just told us briefly the error you get or the part you're stuck at..
|
Quote:
Originally Posted by c1ph3r
and who told you to do this? I don't know a loginoutLog Database and i don't use one. There have to be the telecaster + rappelz_game_log + gmtool + Log_XY_timestamp Databases.
|
Did this in web.config
<add name="statistics" connectionstring="server=127.0.01;database= Rappelz_game_log;user id=sa;password=123456"></add>
|
|
|
12/28/2012, 09:18
|
#7
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Quote:
Originally Posted by abady100
Did this in web.config
<add name="statistics" connectionstring="server=127.0.01;database= Rappelz_game_log;user id=sa;password=123456"></add>
|
You have to modify the permissions^^
This is the last part that was missing in the released dbs. If you don't know how to use this give it up...
USE [gmtool]
GO
SET IDENTITY_INSERT [dbo].[tb_admin_authority_v3] ON
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (1, 1, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (2, 2, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (3, 3, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (4, 4, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (5, 5, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (6, 6, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (7, 7, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (8, 8, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (9, 9, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (10, 10, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (11, 11, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (12, 12, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (13, 13, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (14, 14, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (15, 15, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (16, 16, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (17, 17, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (18, 18, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (19, 19, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (20, 49, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (21, 51, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (22, 52, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (23, 20, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (24, 21, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (25, 22, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (26, 43, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (27, 44, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (28, 23, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (29, 24, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (30, 25, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (31, 26, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (32, 27, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (33, 28, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (34, 29, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (35, 30, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (36, 31, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (37, 32, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (38, 33, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (39, 34, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (40, 35, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (41, 36, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (42, 37, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (43, 38, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (44, 39, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (45, 40, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (46, 41, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (47, 42, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (48, 45, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (49, 46, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (50, 47, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (51, 48, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (52, 53, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (53, 50, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (54, 54, -1, 1, 1)
INSERT [dbo].[tb_admin_authority_v3] ([sid], [authority_code_id], [admin_id], [admin_grade_id], [authority_type]) VALUES (55, 60, -1, 1, 1)
SET IDENTITY_INSERT [dbo].[tb_admin_authority_v3] OFF
--admin_grade
SET IDENTITY_INSERT [dbo].[tb_admin_grade] ON
INSERT [dbo].[tb_admin_grade] ([sid], [name]) VALUES (1, N'Master')
INSERT [dbo].[tb_admin_grade] ([sid], [name]) VALUES (2, N'A')
INSERT [dbo].[tb_admin_grade] ([sid], [name]) VALUES (3, N'B')
INSERT [dbo].[tb_admin_grade] ([sid], [name]) VALUES (4, N'C')
SET IDENTITY_INSERT [dbo].[tb_admin_grade] OFF
--admin_team
SET IDENTITY_INSERT [dbo].[tb_admin_team] ON
INSERT [dbo].[tb_admin_team] ([sid], [name]) VALUES (1, N'Master')
INSERT [dbo].[tb_admin_team] ([sid], [name]) VALUES (2, N'A')
INSERT [dbo].[tb_admin_team] ([sid], [name]) VALUES (3, N'B')
INSERT [dbo].[tb_admin_team] ([sid], [name]) VALUES (4, N'C')
SET IDENTITY_INSERT [dbo].[tb_admin_team] OFF
--authoity code
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (1, N'game/default.aspx', 1, 1, N'Authority to access to page', N'Avatar browsing page')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (2, N'game/character.aspx', 1, 2, N'Authority to access to page', N'Avatar browsing page(all server)')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (3, N'game/guild.aspx', 1, 3, N'Authority to access to page', N'Guild page')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (4, N'game/dungeon.aspx', 1, 4, N'Authority to access to page', N'Dungeon page')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (5, N'game/character_info.aspx', 1, 10, N'Authority to access to page', N'Avatar information')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (6, N'game/character_info_item.aspx', 1, 11, N'Authority to access to page', N'Avatar information_Item')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (7, N'game/character_info_skill.aspx', 1, 12, N'Authority to access to page', N'Avatar information_skill')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (8, N'game/character_info_summon.aspx', 1, 13, N'Authority to access to page', N'Avatar information_creature')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (9, N'game/character_info_quest.aspx', 1, 14, N'Authority to access to page', N'Avatar information_quest')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (10, N'game/character_info_bank.aspx', 1, 15, N'Authority to access to page', N'Avatar infromation_warehouse')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (11, N'game/character_info_shop.aspx', 1, 16, N'Authority to access to page', N'Avatar information_store')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (12, N'game/edit_item.aspx', 1, 18, N'Authority to access to page', N'change item information')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (13, N'game/edit_skill.aspx', 1, 19, N'Authority to access to page', N'change skill information')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (14, N'log/default.aspx', 1, 20, N'Authority to access to page', N'game Log')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (15, N'log/game_auth.aspx', 1, 21, N'Authority to access to page', N'certification server Log')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (16, N'log/admin_cheat_log.aspx', 1, 22, N'Authority to access to page', N'gmtool-change game data Log')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (17, N'notice/client_game.aspx', 1, 30, N'Authority to access to page', N'Notice in game')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (18, N'statistics/game_uv.aspx', 1, 41, N'Authority to access to page', N'statistics_uv')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (19, N'statistics/game_cu.aspx', 1, 42, N'Authority to access to page', N'statistics_cu')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (20, N'admin/default.aspx', 1, 51, N'Authority to access to page', N'manager list')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (21, N'admin/admin_add.aspx', 1, 52, N'Authority to access to page', N'Add manager')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (22, N'admin/admin_modify.aspx', 1, 53, N'Authority to access to page', N'Modify manager')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (23, N'resource/default.aspx', 1, 60, N'Authority to access to page', N'Resource update')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (24, N'gmtool_give_gm_authority', 2, 1, N'Change game data', N'Give GM authority')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (25, N'gmtool_del_gm_authority', 2, 2, N'Change game data', N'Delete GM authority')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (26, N'gmtool_kick', 2, 3, N'Change game data', N'kick character')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (27, N'gmtool_insert_gold', 2, 4, N'Change game data', N'give the rupee')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (28, N'gmtool_taiming_all', 2, 5, N'Change game data', N'Taming all creature card')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (29, N'gmtool_warp', 2, 6, N'Change game data', N'character waff')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (30, N'gmtool_change_avatar_name', 2, 7, N'Change game data', N'change character name')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (31, N'gmtool_change_character_exp', 2, 8, N'Change game data', N'change character experience')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (32, N'gmtool_change_character_jp', 2, 9, N'Change game data', N'change character experience')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (33, N'gmtool_change_character_gold', 2, 10, N'Change game data', N'change character''s rupee')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (34, N'gmtool_change_character_lac', 2, 11, N'Change game data', N'change character''s lak')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (35, N'gmtool_change_character_stamina', 2, 12, N'Change game data', N'change character''s stamina')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (36, N'gmtool_restore_deleted_character', 2, 13, N'Change game data', N'resolve deleted character')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (37, N'gmtool_change_character_chat_block_time', 2, 14, N'Change game data', N'change chatting block time')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (38, N'gmtool_change_character_ip', 2, 15, N'Change game data', N'change immorality point')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (39, N'gmtool_change_character_cha', 2, 16, N'Change game data', N'change CHA')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (40, N'gmtool_change_character_pkc', 2, 17, N'Change game data', N'change PKC')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (41, N'gmtool_change_character_dkc', 2, 18, N'Change game data', N'chagne DKC')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (42, N'gmtool_change_character_auto', 2, 19, N'Change game data', N'setting Auto')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (43, N'admin/authority_grade.aspx', 1, 54, N'Authority to access to page', N'Modfiy Grade Authority')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (44, N'admin/authority_admin.aspx', 1, 55, N'Authority to access to page', N'Modify Admin Authority')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (45, N'gmtool_edit_item', 2, 20, N'Change game data', N'Modify Item Info')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (46, N'gmtool_insert_item', 2, 21, N'Change game data', N'Insert Item')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (47, N'gmtool_change_bank_gold', 2, 22, N'Change game data', N'change bank rupee')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (48, N'gmtool_edit_skill', 2, 23, N'Change game data', N'change Skill')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (49, N'statistics/game_ru.aspx', 1, 43, N'Authority to access to page', N'statistics_ru')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (50, N'gmtool_set_security_number', 3, 1, N'Change game data', N'Set Security Number')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (51, N'statistics/game_lv.aspx', 1, 44, N'Authority to access to page', N'statistics_lv')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (52, N'statistics/game_gold.aspx', 1, 45, N'Authority to access to page', N'statistics_gold')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (53, N'gmtool_modify_guild_info', 2, 24, N'Change game data', N'change Guild Info')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (54, N'game/summon.aspx', 1, 5, N'Authority to access to page', N'Summon page')
INSERT [dbo].[tb_authority_code_v3] ([sid], [code], [sort_a], [sort_b], [category], [info]) VALUES (60, N'notice/all_buff.aspx', 1, 31, N'Authority to access to page', N'all buff')
|
|
|
12/28/2012, 16:17
|
#8
|
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
|
Thank you very much and appreciate you help me
There are still two problems
1- Chat Log does not work
2- Commands that I enter in gmtool not working in server
example: entered code buff event 1001 nothing happens on the server
And thank you again
|
|
|
12/28/2012, 19:27
|
#9
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Quote:
Originally Posted by abady100
Thank you very much and appreciate you help me
There are still two problems
1- Chat Log does not work
2- Commands that I enter in gmtool not working in server
example: entered code buff event 1001 nothing happens on the server
And thank you again
|
read my other post for the commands. the gmtool uses a static ip and the "genius" telnet pw. I wrote a fix for this.
For the logs you have to configure the logserver correctly and you have to import the logfiles into your db.
|
|
|
12/28/2012, 22:08
|
#10
|
elite*gold: 0
Join Date: Aug 2011
Posts: 532
Received Thanks: 234
|
can someone post something new to this sub-forum already, getting bored of this stupidity already
|
|
|
11/17/2020, 19:12
|
#11
|
elite*gold: 0
Join Date: Oct 2012
Posts: 297
Received Thanks: 12
|
i restore databases [ gmtool + rappelz_game_log ] but how i can remote my server
like add GM buff /item to storage/ all command
i dont understand can you help me plzz ??
|
|
|
11/17/2020, 22:49
|
#12
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,913
Received Thanks: 1,491
|
Copy and paste the commands created into the chat window.
If you are looking for an automatic remote command connection it does not exist with these older GM tools.
It may exist with the official stuff.
|
|
|
11/18/2020, 02:51
|
#13
|
elite*gold: 0
Join Date: Oct 2012
Posts: 297
Received Thanks: 12
|
notice/notice-auto/state/ not function and no responding
|
|
|
 |
Similar Threads
|
GMtool.exe
10/05/2012 - Shaiya Private Server - 21 Replies
I'm interested if anyone has a valid working GMtool.exe ?
I tried some version, but it gives me an error "Language resource do not exist"
EDIT: I changed windows locale to English(US) and above error disappears, but still getting error "Can't Execute"
Any idea?
|
GMTOOL!
01/22/2011 - 4Story - 2 Replies
Hello to everybody i'm not a question is help to Gmtool.
http://www.imagengratis.org/images/problemawm6kw. jpg
PLEASE HELP nein funkionert and me gmtool in 4storyEG.
Run 4story and gmtool.
|
need gmtool 2.1.8
03/07/2010 - Silkroad Online - 2 Replies
suche seit tagen für silkroad den gm tool 2.1.8 alle links weissen auf die dino seite die leider nicht mehr gibt hat den jemand ein aktuellen link bzw kann es uploaden wäre supi
danke
|
Help with GMTool
12/24/2008 - EO PServer Hosting - 5 Replies
Someone Here, have or can translate the GMTool?
But the pics of guide of pfj dont are working...
if someone have it translated please, post it...
|
All times are GMT +1. The time now is 22:48.
|
|