|
You last visited: Today at 22:37
Advertisement
Commands not working.
Discussion on Commands not working. within the Rappelz Private Server forum part of the Rappelz category.
07/17/2020, 04:26
|
#1
|
elite*gold: 0
Join Date: Jul 2020
Posts: 22
Received Thanks: 0
|
Commands not working.
First up Sorry if this is in the wrong place or a question that has been asked a million times. I've tried searching the forum and I'm either searching for the wrong thing or not finding the solution.
I'm running the 9.5.2 server posted by thefear511. Account is set as admin as far as I know. I used this script
INSERT INTO [Auth].[dbo].[Account] ([account_id], [account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_], [creationDate_], [updateDate_], [creatorId_], [updatorId_], [portId_], [type_], [accessDate_]) VALUES ('3', 'Atif', '0742211052808e00c262f1c287addb98', 'atif@localhost', 'mohcen213', '0', '127.0.0.1', '1', '1', '0', '2017-10-20', '1', '2017-10-20 18:56:17.000', '2017-10-20 18:56:21.000', '2017-10-20 18:56:30.000', '2017-10-20 18:56:33.000', 'rappelz', 'rappelz', '0');
to make account. Character permission in dbo.character is set at 100 which I believe is the right permission level to run commands. I've tried typing manually and using the Seizure GM Tool. Nothing is working. Obviously I've messed something up somewhere. Would appreciate any assistance anyone could provide.
|
|
|
07/17/2020, 12:59
|
#2
|
elite*gold: 0
Join Date: Jul 2010
Posts: 1,143
Received Thanks: 634
|
Quote:
Originally Posted by TalHalven
First up Sorry if this is in the wrong place or a question that has been asked a million times. I've tried searching the forum and I'm either searching for the wrong thing or not finding the solution.
I'm running the 9.5.2 server posted by thefear511. Account is set as admin as far as I know. I used this script
INSERT INTO [Auth].[dbo].[Account] ([account_id], [account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_], [creationDate_], [updateDate_], [creatorId_], [updatorId_], [portId_], [type_], [accessDate_]) VALUES ('3', 'Atif', '0742211052808e00c262f1c287addb98', 'atif@localhost', 'mohcen213', '0', '127.0.0.1', '1', '1', '0', '2017-10-20', '1', '2017-10-20 18:56:17.000', '2017-10-20 18:56:21.000', '2017-10-20 18:56:30.000', '2017-10-20 18:56:33.000', 'rappelz', 'rappelz', '0');
to make account. Character permission in dbo.character is set at 100 which I believe is the right permission level to run commands. I've tried typing manually and using the Seizure GM Tool. Nothing is working. Obviously I've messed something up somewhere. Would appreciate any assistance anyone could provide.
|
Just make sure you're logged out of game go to SQL then CTRL+N
Code:
use Telecaster
update character
set permission = 100
where name = 'your_name'
Example
use Telecaster
update character
set permission = 100
where name = 'gavsta'
failing that when logged into game type into game_server.exe
#sv("permission","100","you_name")
see if that works, I dunno not done any Rappelz stuff in years.
|
|
|
07/17/2020, 15:09
|
#3
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,913
Received Thanks: 1,491
|
Make sure you are using the correct syntax for commands also.
# commands are for the herlock window and #insert_item will not work from the herlock window, it hasn't for quite some time.
/run command replace the hashtag and are run from the game chat window.
GM tools just create a command for one of the windows. It is a copy paste kind of action requirement. None of them have had a direct connection to execute commands on their own.
|
|
|
07/18/2020, 00:31
|
#4
|
elite*gold: 0
Join Date: Jul 2020
Posts: 22
Received Thanks: 0
|
Thanks much appreciated. I figured the GM Tools would at least get the commands right in case it was me getting it wrong. Will the insert_item command work from within the chat or is the command just non functional now?
|
|
|
07/18/2020, 03:59
|
#5
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,913
Received Thanks: 1,491
|
No it works from the chat window...
/run insert_item
there are a few ways to do it. For just an item follow it with the item id. For equipment you can follow it with the item id, enchant level, upgrade level. The proper syntax for equipment would be...
/run insert_item(250730804, 1, 20, 20, 0, "CharacterName")
That I believe is ID, Qty, enhance, lvl, flag, I could be wrong or backwards on enhance and level.
Here is an old list of commands I have just keep in mind that with later epics since soul pets it is best to use insert_summon by summon id for inserting tamed pets. Which also needs a little blurb put into your ETC script functions lua in order to work properly but I believe it is all in my commands list...
GM Commands:
/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.
Add a temporary NPC
/run add_npc(gv("x","character_name"),gv("y","character _name"),39006,1,6000 )
/run add_npc(gv("x","character_name"),gv("y","character _name"),ID,How Many,Time in 00.00 seconds )
Spawning Monsters By Command:
/run add_npc(X, Y, MOB-ID, HowMuch)
Oforia 9040018
Abhuva 9050013
Primal Scream 9060016
Taranida 9070012
Crustalino 9080014
Likirius 9090019
Soulseeker 9108022
Takin 9110015
Aurumis 145010
Betrayal 9158002
Ashmaw the Devourer 9170001
Sand Lord Kinish 9190001
Field Boss:
Stormbringer Lucius 110102
Silex the Giant 120102
Kiscia the Beautiful 130102
Lady Ruina 140102
Dominatus the Mad 150102
Queen Eratia 160102
Ilrios the False God 170102
Obsidikar 185001
Server Level Commands:
#learn_all_skill("char_name")
/run learn_creature_all_skill("BonaKine","GM Thunder Nikk")
Money:
//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 187006 160090 -- Abyss
//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
Server Warp Command
X: 219957 Y: 15681
X: 219257 Y: 15681
X: 219257 Y: 112449
X: 218806 Y: 56778
X: 218806 Y: 89034
X: 206071 Y: 116948
X: 201400 Y: 135438
X: 201400 Y: 151566
X: 201400 Y: 167694
X: 211290 Y: 146006
X: 211290 Y: 129881
X: 222782 Y: 120883
X: 222782 Y: 72499
[Gaia Horizon] WARP_X=152465 WARP_Y=76951
[Asura Katan] WARP_X=117974 WARP_Y=59119
[Deva Laksy] WARP_X=7363 WARP_Y=7101
[Rondo] WARP_X=138174 WARP_Y=105965
[Ruins] WARP_X=154666 WARP_Y=150287
[Horizon Arena] WARP_X=151896 WARP_Y=72599
[Ile Perdue] WARP_X=83994 WARP_Y=115939
[LM1] WARP_X=219257 WARP_Y=15681
[LM2] WARP_X=219257 WARP_Y=112449
[CV1] WARP_X=218806 WARP_Y=56778
[CV2] WARP_X=218806 WARP_Y=89034
[Moon1] WARP_X=222782 WARP_Y=72499
[Moon2] WARP_X=222782 WARP_Y=120883
[PP1] WARP_X=211290 WARP_Y=129881
[PP2] WARP_X=211290 WARP_Y=146006
[Sanctury] WARP_X=201400 WARP_Y=167694
[Veiled Island] WARP_X=206071 WARP_Y=116948
[TOA] WARP_X=201400 WARP_Y=151566
[Brise-Dune] WARP_X=201400 WARP_Y=135438
[Hidden Village] WARP_X=222175 WARP_Y=17983
8.2 Dungeons
40192 22040 (moon)
37561 5554 (lost mines)
59049 26040 (cristal valley)
50955 1451 (pp)
/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
Pets:
To add tamed pets you need to use this template: /run insert_item(Pet_Card_ID, ?, Stage, -2147483648, "char_name")
/run insert_summon(Summon_ID)
/run insert_summon(10303)
function insert_staged_pet(summon_code,enhance,card_id)
if enhance > 0 and enhance < 6 then
insert_summon_by_summon_id(summon_code)
local petcard_array = get_item_handle_list(card_id)
local new_pet = table.getn(petcard_array)
set_item_enhance(petcard_array[new_pet],enhance)
else
message("Error. Use an enhance-value between 1 and 5!")
end
end
/run insert_item(250730804, 1, 20, 20, 0, "GM Thunder Nikk")
Pre Epic:
540001 Ent
540007 Windy Pixie
540008 Forest Pixie
T1:
540014 Poultry
540015 Tortus
540016 Pantera
T2:
540038 Orc
540039 Yeti
540041 RP
540042 BP
540043 Siren
540057 Octopus
540018 Skeleton
540053 Wolf
T3:
540044 Salamander
540045 Hawk
540052 Harpy
540065 Unicorn
540067 Nightmare
T4:
540010 Kenta
540013 Angel
540059 Naga
540055 Gnoll
T5:
540036 Cerberus
540061 Genie
540063 Ifrit
540076 Golem
T6:
540037 White Dragon
540049 Koala
540069 DeathTyrant
540004 Astaroth (Needs Work)
Specials:
540070 Joker
540071 IceMaiden
540073 Abomination
Use for new tamed cards
540080 Baphomet
540082 Slaughter
540084 Undine
540086 Minotaur
540088 Picksaw
To get new empty cards
3800001 Baphomet
3800002 Slaughter
3800003 Undine
3800004 Minotaur
3800005 Picksaw
Insert empty pet to fix Staged pet 0 dura.
//item <Pet_Card_ID> 1
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
|
|
|
 |
Similar Threads
|
Testostrone commands not working
07/05/2009 - Silkroad Online - 0 Replies
Is anyone else experiencing this problem? Like the /arc /help /ap nothing is working. Just the no dc and multiclient is working. Had to use Torque to delevel my farming character, hope I don't get banned. How are everyone else coping with this issue? How are you deleveling your characters?
|
Rumata loader commands not working
01/13/2009 - Silkroad Online - 15 Replies
Hi,
I have trouble with the Loader. The loader works fine on my laptop but not on my pc. On the laptop it works perfectly, but on my pc it doesn't. I can start it there, multiple times, but not 1 command works for me. It only does on the first time I use it, and when I start it now, not one /command works. (not even /help). Yet, when I am ingame and press Restart in the menu, and log back on, the commands do work.
I've got this for quite a long time, but thought it was something wrong...
|
[Key Commands] Default Key Commands for the beginners
10/01/2008 - General Gaming Releases - 0 Replies
Default keybindings:
Abilities Window V
Backpack Window: B
Career Window: K
Character Window: C
Battlegroup Window: Left Alt + R
Developer Window: ;
Guild Window: G
Help Window: H
|
All times are GMT +1. The time now is 22:37.
|
|