Register for your free account! | Forgot your password?

You last visited: Today at 19:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Gm status for 8.1

Discussion on Gm status for 8.1 within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2013
Posts: 77
Received Thanks: 4
Gm status for 8.1

i have a private server for rappelz 8.1 but can not seem to set my toon to GM status does any body know the permission i need to put into MS SQL to get this done?
opie1225 is offline  
Old 03/14/2013, 18:59   #2
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
100
ThunderNikk is offline  
Old 03/14/2013, 19:00   #3
 
elite*gold: 0
Join Date: Jun 2009
Posts: 157
Received Thanks: 20
for GM status (orange text ingame) is permission level 100
testing12 is offline  
Old 03/14/2013, 19:58   #4
 
elite*gold: 0
Join Date: Apr 2010
Posts: 389
Received Thanks: 294
you can do that in your lua files (on_login.lua)
just put a code like :
{ check for permission
if permission is 100 then announce(bla bla is online)
else
}
Strange2010 is offline  
Old 03/15/2013, 01:34   #5
 
elite*gold: 0
Join Date: Mar 2013
Posts: 77
Received Thanks: 4
thank you guys but im using MS SQL 2012 and 100 only gives us permission to chat orange not full GM status,
we want the ability to do codes from inside the game instead of only from the server side,(my PC)

Quote:
Originally Posted by Strange2010 View Post
you can do that in your lua files (on_login.lua)
just put a code like :
{ check for permission
if permission is 100 then announce(bla bla is online)
else
}
can you please give us more information on the lua file please?
opie1225 is offline  
Old 03/15/2013, 02:23   #6
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
At permission 100 I can do all of the GM commands client side.

It allows me to spawn boss mobs, insert items, warp and all the other GM tasks.

If you can not there is something else wrong other than the permission assigned to your character.

The .lua thing that Strange2010 mention is just going to announce when a character at permission 100 enters the server. It will not correct your permission command error.
ThunderNikk is offline  
Thanks
1 User
Old 03/15/2013, 03:24   #7
 
elite*gold: 0
Join Date: Mar 2013
Posts: 77
Received Thanks: 4
Quote:
Originally Posted by thndr View Post
At permission 100 I can do all of the GM commands client side.

It allows me to spawn boss mobs, insert items, warp and all the other GM tasks.

If you can not there is something else wrong other than the permission assigned to your character.

The .lua thing that Strange2010 mention is just going to announce when a character at permission 100 enters the server. It will not correct your permission command error.
ok please can you give me a simple code to try out may be my gm codes are wrong
opie1225 is offline  
Old 03/15/2013, 04:08   #8
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Code:
/lv 10 -- this will make you lvl 10 note: you can go all the way to lvl 300

//exp <number> -- this will add what ever amount of exp u put in

//jlv 10 -- this will give you jlvl 10 note: u will need to relog for u to see if u gained jlvls one way to tell tho is if your hp increases, you can also just go up lvl for your jlvl to show up, also the true max jlvl is 50, but you can go much higher like im 101 jlvl right now...

//jlv 50 2 -- this will give u jlvl 50 even if are jlvl 100


//jp 1000 -- this adds 1k jps note: there is a limit but it is very high

before doing anything else u will need to talk to a job change person and change jobs you need to b at least lvl 10 and jlvl 10 to do so.



Spawning Monsters By Command:

/run add_npc(X, Y, MOB-ID, HowMuch)



//rupi 100 1 -- this command will give u 100R note:this one sets your rupi amount to that much

//rupi 1000 -- this will add that much money to the money you already have note: the max money u can have is 2,147,483,647



Warping:

//move <player name> -- this will take you to that player like a warp note: if u dont type name right u will go to the null zone as i like to put it, also u dont type the <> u just type the name no caps needed

//warp x y -- this will take u to a certain location note: below are some city locations

//warp 135435 104800 -- Rondoh

//warp 6732 6989 -- Deva

//warp 116637 58330 -- Asura

//warp 152744 77152 -- Gaia

//warp 168000 52000 -- Trainee island note: this one will take you to the middle area if u want to go farther north then put in a higher x value and so on

Lost Mines:
Entrance: //warp 155830 103716
Boss "Arena": //warp 224191 9632

Crystal Cave:
Entrance :
Boss "Arena": //warp 224686 57325



/position  Returns your current coordinates.



items:

//item <item number> 1 -- please dont use this one unless you know the item number since well u will create a open string which isnt "bad news" note: u can summon tons of different items including pets which will not have the pet tamed to it

See also Get Item Text and Item IDs



Notice:

//notice <message> -- this will make a notice message like "Notice: hello"

/notice <message> --this one will make a notice message like "Hawk: hello"



If you die:

//rebirth -- This will bring you back from the dead it will also revive your hp and mp but it glitches up if you do it over and over

1	1	suicide
2	1	set_huntaholic_point
3	1	show_huntaholic_lobby_window
4	1	exit_huntaholic_lobby
5	1	warp_to_huntaholic_lobby
6	1	show_auction_window
7	1	reset_summon_skill
8	1	creature_name_change_box
9	1	get_creature_name_id
10	1	set_continuous_play_time
11	1	set_pcbang_user
12	1	donation_reward
13	1	show_donation_prop
14	1	update_gold_chaos
15	1	get_local_info
16	1	open_popup_and_set_size
17	1	open_popup
18	1	open_url
19	1	clear_auto_account
20	1	set_auto_account
21	1	set_auto_user
22	1	find_npc
23	1	get_server_category
24	1	warp_to_revive_position
25	1	recall_feather
26	1	set_way_point_speed
27	1	set_way_point_type
28	1	add_way_point
29	1	draw_tax_chaos
30	1	draw_tax
31	1	get_tax_chaos_amount
32	1	get_tax_amount
33	1	set_tax_rate
34	1	get_tax_rate
35	1	get_dungeon_relation
36	1	get_own_guild_name
37	1	get_guild_block_time
38	1	set_guild_block_time
39	1	is_guild_leader
40	1	update_guild_info
41	1	show_channel_set
42	1	equip_summon_card
43	1	get_summon_name_id
44	1	get_layer_of_channel
45	1	get_user_count_in_channel
46	1	get_max_channel_num
47	1	get_min_channel_num
48	1	get_proper_channel_num
49	1	creature_learn_skill
50	1	call_lc_In
51	1	creature_evolution
52	1	get_npc_handle
53	1	get_npc_id
54	1	check_valid_alliance_name
55	1	destroy_alliance
56	1	create_alliance
57	1	check_valid_guild_name
58	1	force_promote_guild_leader
59	1	force_change_guild_name
60	1	show_alliance_create
61	1	show_guild_create
62	1	destroy_guild
63	1	create_guild
64	1	get_user_count_near
65	1	open_storage
66	1	get_creature_handle
67	1	get_string
68	1	get_env
69	1	set_env
70	1	remove_cstate
71	1	add_cstate
72	1	remove_state
73	1	get_state_level
74	1	add_state
75	1	is_changeable_job
76	1	message
77	1	sconv
78	1	show_creature_dialog
79	1	get_base_skill_level
80	1	learn_creature_all_skill
81	1	learn_all_skill
82	1	learn_skill
83	1	refresh
84	1	gametime
85	1	open_market
86	1	get_monster_id
87	1	set_next_attackable_time
88	1	monster_skill_cast
89	1	respawn_near_monster
90	1	save
91	1	delete_block_account
92	1	shutdown
93	1	saveall
94	1	setspeed
95	1	get_siege_dungeon_id
96	1	get_own_dungeon_id
97	1	clear_dungeon_core_guardian
98	1	change_dungeon_owner
99	1	drop_dungeon_owner_ship
100	1	enter_dungeon
101	1	request_dungeon_raid
102	1	change_tactical_position_owner
103	1	show_dungeon_stone
104	1	respawn_guardian_object
105	1	is_in_siege_dungeon
106	1	recall_player
107	1	whisper
108	1	kill_target
109	1	kill
110	1	raid_respawn_rare_mob
111	1	raid_respawn
112	1	respawn_roaming_mob
113	1	respawn_rare_mob
114	1	respawn_guardian
115	1	respawn
116	1	add_npc_to_world
117	1	add_npc
118	1	env
119	1	force_unregister_account
120	1	kick
121	1	get_last_accept_quest
122	1	get_quest_progress
123	1	quest_info
124	1	end_quest
125	1	force_start_quest
126	1	start_quest
127	1	dlg_text_without_quest_menu
128	1	quest_text_without_quest_menu
129	1	dlg_show
130	1	dlg_menu
131	1	dlg_text
132	1	dlg_title
133	1	get_max_alliance_member_count
134	1	increase_max_alliance_member_count
135	1	is_alliance_leader
136	1	set_pk_mode
137	1	del_flag
138	1	set_flag
139	1	get_flag
140	1	emcv
141	1	gmcv
142	1	gcv
143	1	smcv
144	1	scv
145	1	change_creature_name
146	1	get_creature_value
147	1	set_creature_value
148	1	get_all_value
149	1	ev
150	1	sv
151	1	av
152	1	gv
153	1	echo_value
154	1	set_value
155	1	add_value
156	1	get_value
157	1	supply_event_item
158	1	stop_event_supply
159	1	start_event_supply
160	1	refresh_event_supply
161	1	event_supply
162	1	stop_event_drop
163	1	start_event_drop
164	1	refresh_event_drop
165	1	event_drop
166	1	show_soulstone_repair_window
167	1	get_max_item_soulstone_endurance
168	1	get_item_soulstone_endurance
169	1	show_soulstone_craft_window
170	1	get_wear_item_handle
171	1	get_item_name_id
172	1	get_item_name_by_code
173	1	set_socket_info
174	1	get_socket_info
175	1	set_item_endurance
176	1	get_item_endurance
177	1	get_item_price
178	1	get_item_rank
179	1	get_item_enhance
180	1	set_item_enhance
181	1	set_item_level
182	1	get_item_level
183	1	get_item_code
184	1	get_item_name
185	1	get_item_handle
186	1	has_item
187	1	insert_gold
188	1	drop_gold
189	1	drop_item
190	1	find_item
191	1	is_erasable_item
192	1	delete_item
193	1	insert_item
194	1	notice
195	1	warp

*Note 1 was the old access permission it is now 100.
ThunderNikk is offline  
Thanks
1 User
Old 03/15/2013, 04:22   #9
 
TheChinStrap's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 146
Received Thanks: 215
Probably dbo.AllowedCommandsForPermission
TheChinStrap is offline  
Old 03/15/2013, 15:51   #10
 
elite*gold: 0
Join Date: Mar 2013
Posts: 77
Received Thanks: 4
Quote:
Originally Posted by thndr View Post
Code:
/lv 10 -- this will make you lvl 10 note: you can go all the way to lvl 300

//exp <number> -- this will add what ever amount of exp u put in

//jlv 10 -- this will give you jlvl 10 note: u will need to relog for u to see if u gained jlvls one way to tell tho is if your hp increases, you can also just go up lvl for your jlvl to show up, also the true max jlvl is 50, but you can go much higher like im 101 jlvl right now...

//jlv 50 2 -- this will give u jlvl 50 even if are jlvl 100


//jp 1000 -- this adds 1k jps note: there is a limit but it is very high

before doing anything else u will need to talk to a job change person and change jobs you need to b at least lvl 10 and jlvl 10 to do so.



Spawning Monsters By Command:

/run add_npc(X, Y, MOB-ID, HowMuch)



//rupi 100 1 -- this command will give u 100R note:this one sets your rupi amount to that much

//rupi 1000 -- this will add that much money to the money you already have note: the max money u can have is 2,147,483,647



Warping:

//move <player name> -- this will take you to that player like a warp note: if u dont type name right u will go to the null zone as i like to put it, also u dont type the <> u just type the name no caps needed

//warp x y -- this will take u to a certain location note: below are some city locations

//warp 135435 104800 -- Rondoh

//warp 6732 6989 -- Deva

//warp 116637 58330 -- Asura

//warp 152744 77152 -- Gaia

//warp 168000 52000 -- Trainee island note: this one will take you to the middle area if u want to go farther north then put in a higher x value and so on

Lost Mines:
Entrance: //warp 155830 103716
Boss "Arena": //warp 224191 9632

Crystal Cave:
Entrance :
Boss "Arena": //warp 224686 57325



/position  Returns your current coordinates.



items:

//item <item number> 1 -- please dont use this one unless you know the item number since well u will create a open string which isnt "bad news" note: u can summon tons of different items including pets which will not have the pet tamed to it

See also Get Item Text and Item IDs



Notice:

//notice <message> -- this will make a notice message like "Notice: hello"

/notice <message> --this one will make a notice message like "Hawk: hello"



If you die:

//rebirth -- This will bring you back from the dead it will also revive your hp and mp but it glitches up if you do it over and over

1	1	suicide
2	1	set_huntaholic_point
3	1	show_huntaholic_lobby_window
4	1	exit_huntaholic_lobby
5	1	warp_to_huntaholic_lobby
6	1	show_auction_window
7	1	reset_summon_skill
8	1	creature_name_change_box
9	1	get_creature_name_id
10	1	set_continuous_play_time
11	1	set_pcbang_user
12	1	donation_reward
13	1	show_donation_prop
14	1	update_gold_chaos
15	1	get_local_info
16	1	open_popup_and_set_size
17	1	open_popup
18	1	open_url
19	1	clear_auto_account
20	1	set_auto_account
21	1	set_auto_user
22	1	find_npc
23	1	get_server_category
24	1	warp_to_revive_position
25	1	recall_feather
26	1	set_way_point_speed
27	1	set_way_point_type
28	1	add_way_point
29	1	draw_tax_chaos
30	1	draw_tax
31	1	get_tax_chaos_amount
32	1	get_tax_amount
33	1	set_tax_rate
34	1	get_tax_rate
35	1	get_dungeon_relation
36	1	get_own_guild_name
37	1	get_guild_block_time
38	1	set_guild_block_time
39	1	is_guild_leader
40	1	update_guild_info
41	1	show_channel_set
42	1	equip_summon_card
43	1	get_summon_name_id
44	1	get_layer_of_channel
45	1	get_user_count_in_channel
46	1	get_max_channel_num
47	1	get_min_channel_num
48	1	get_proper_channel_num
49	1	creature_learn_skill
50	1	call_lc_In
51	1	creature_evolution
52	1	get_npc_handle
53	1	get_npc_id
54	1	check_valid_alliance_name
55	1	destroy_alliance
56	1	create_alliance
57	1	check_valid_guild_name
58	1	force_promote_guild_leader
59	1	force_change_guild_name
60	1	show_alliance_create
61	1	show_guild_create
62	1	destroy_guild
63	1	create_guild
64	1	get_user_count_near
65	1	open_storage
66	1	get_creature_handle
67	1	get_string
68	1	get_env
69	1	set_env
70	1	remove_cstate
71	1	add_cstate
72	1	remove_state
73	1	get_state_level
74	1	add_state
75	1	is_changeable_job
76	1	message
77	1	sconv
78	1	show_creature_dialog
79	1	get_base_skill_level
80	1	learn_creature_all_skill
81	1	learn_all_skill
82	1	learn_skill
83	1	refresh
84	1	gametime
85	1	open_market
86	1	get_monster_id
87	1	set_next_attackable_time
88	1	monster_skill_cast
89	1	respawn_near_monster
90	1	save
91	1	delete_block_account
92	1	shutdown
93	1	saveall
94	1	setspeed
95	1	get_siege_dungeon_id
96	1	get_own_dungeon_id
97	1	clear_dungeon_core_guardian
98	1	change_dungeon_owner
99	1	drop_dungeon_owner_ship
100	1	enter_dungeon
101	1	request_dungeon_raid
102	1	change_tactical_position_owner
103	1	show_dungeon_stone
104	1	respawn_guardian_object
105	1	is_in_siege_dungeon
106	1	recall_player
107	1	whisper
108	1	kill_target
109	1	kill
110	1	raid_respawn_rare_mob
111	1	raid_respawn
112	1	respawn_roaming_mob
113	1	respawn_rare_mob
114	1	respawn_guardian
115	1	respawn
116	1	add_npc_to_world
117	1	add_npc
118	1	env
119	1	force_unregister_account
120	1	kick
121	1	get_last_accept_quest
122	1	get_quest_progress
123	1	quest_info
124	1	end_quest
125	1	force_start_quest
126	1	start_quest
127	1	dlg_text_without_quest_menu
128	1	quest_text_without_quest_menu
129	1	dlg_show
130	1	dlg_menu
131	1	dlg_text
132	1	dlg_title
133	1	get_max_alliance_member_count
134	1	increase_max_alliance_member_count
135	1	is_alliance_leader
136	1	set_pk_mode
137	1	del_flag
138	1	set_flag
139	1	get_flag
140	1	emcv
141	1	gmcv
142	1	gcv
143	1	smcv
144	1	scv
145	1	change_creature_name
146	1	get_creature_value
147	1	set_creature_value
148	1	get_all_value
149	1	ev
150	1	sv
151	1	av
152	1	gv
153	1	echo_value
154	1	set_value
155	1	add_value
156	1	get_value
157	1	supply_event_item
158	1	stop_event_supply
159	1	start_event_supply
160	1	refresh_event_supply
161	1	event_supply
162	1	stop_event_drop
163	1	start_event_drop
164	1	refresh_event_drop
165	1	event_drop
166	1	show_soulstone_repair_window
167	1	get_max_item_soulstone_endurance
168	1	get_item_soulstone_endurance
169	1	show_soulstone_craft_window
170	1	get_wear_item_handle
171	1	get_item_name_id
172	1	get_item_name_by_code
173	1	set_socket_info
174	1	get_socket_info
175	1	set_item_endurance
176	1	get_item_endurance
177	1	get_item_price
178	1	get_item_rank
179	1	get_item_enhance
180	1	set_item_enhance
181	1	set_item_level
182	1	get_item_level
183	1	get_item_code
184	1	get_item_name
185	1	get_item_handle
186	1	has_item
187	1	insert_gold
188	1	drop_gold
189	1	drop_item
190	1	find_item
191	1	is_erasable_item
192	1	delete_item
193	1	insert_item
194	1	notice
195	1	warp

*Note 1 was the old access permission it is now 100.
thank you can you help us add buffs to other players and world buffs while in game or create items ( like what formula we need to put into chat for buffs and stuff)

XC NBRIKJG8.
opie1225 is offline  
Old 03/15/2013, 17:36   #11
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Here is a link to a GM command thread.



The buffs at the top of it are server side commands, In game it would be done...

/run add_state
ThunderNikk is offline  
Thanks
1 User
Old 03/16/2013, 02:59   #12
 
TheChinStrap's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 146
Received Thanks: 215
Quote:
Originally Posted by opie1225 View Post
thank you can you help us add buffs to other players and world buffs while in game or create items ( like what formula we need to put into chat for buffs and stuff)

XC NBRIKJG8.
"Can you just do everything for me while I watch and sip a lemonade?"

Post your questions here and stop littering this forum with your incompetence:

TheChinStrap is offline  
Old 03/16/2013, 03:20   #13
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by TheChinStrap View Post
"Can you just do everything for me while I watch and sip a lemonade?"
Should I make a sig like yours?
ThunderNikk is offline  
Reply




All times are GMT +2. The time now is 19:19.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.