archgeus revised this gist . Go to revision
1 file changed, 292 insertions
gistfile1.txt(file created)
@@ -0,0 +1,292 @@ | |||
1 | + | /@add_card_collection_point [point] //Add card book score | |
2 | + | /@add_city_war_guild_ban [leagueId][guildDbId] //Add Battle Battle Guild Ven List | |
3 | + | /@add_citywar_taxpot [taxId][taxMoney] //add tax | |
4 | + | /@add_dungeon_abnormality [continentId] [abnormalId] [startTime] [endTime] //Add Dungeon Abnormality Event | |
5 | + | /@add_event_system [Condition Minimum Level][Condition Maximum Level][Condition Class][Event Type][TargetTemplateId][Number of Achievements] //Add event system event | |
6 | + | /@add_friend [userName] //add friend | |
7 | + | /@add_friendship [userName] [point] //Increase friendship with the friend | |
8 | + | /@add_friendship_party [point] //Add friendliness to friends among party members | |
9 | + | /@add_guild_contribution_point [point] //Acquisition of guild contribution (weekly repayment cannot be exceeded) | |
10 | + | /@add_guild_exp [exp] //Acquire Guild EXP | |
11 | + | /@add_guild_money [coin] //Acquisition of guild funds | |
12 | + | /@add_guild_point [point] //Get points | |
13 | + | /@add_guild_quest [questTemplateId] //Add guild quest to the list | |
14 | + | /@add_guild_this_week_play_time [guildName] [addTime(unit:sec)] //Add thisweekplaytime to a specific guild | |
15 | + | /@add_item_period [itemTemplateId] [eventStartTime] [eventEndTime] [itemPeriodTime] //Add period item information | |
16 | + | /@add_many_friends [count (1~50)] //Create multiple users and add friends | |
17 | + | /@add_namepreempt_event [event class][time interval] //Add nickname preemption event | |
18 | + | /@add_package [PackageId] [ExpireSecond] {[UserName]} //Account Trait Package setting | |
19 | + | /@add_vip_game_exp [exp] //Vip system game experience | |
20 | + | /@add_vip_pub_exp [exp] //Vip system publisher experience acquisition | |
21 | + | /@number of add_vip_token //Increase VIP Token | |
22 | + | /@addawakenchange [scrollTID] [scrollCount] [materialCount] //Add awakening transformation data (1 day) | |
23 | + | /@addawakenenchant [scrollTID] [scrollCount] [materialCount] [enchantStep] [combatRank] [combatType(1,3,4,5)] //Added awakening enhancement data (1 day) | |
24 | + | /@addstyleshop [itemTid] or [itemTid] [saleStart] [saleEnd] [previewStart] [previewString] [price] //Add style shop sale item | |
25 | + | /@apply_party //party support | |
26 | + | /@assign_floating_castle Floatability ID //Floating payment | |
27 | + | /@assign_guild_emblem Emblem Type, Emblem Id //Giving Guild Emblem | |
28 | + | /@auto_recalc_tb_avg [on/off] //Automatically calculate the average transaction price of the trading agency on/off | |
29 | + | /@battlefield [battleFieldId other-username] //enter the battlefield | |
30 | + | /@blocklist_max [count] //Change the number of users that can be blocked | |
31 | + | /@BOT_check // | |
32 | + | /@BOT_recvmsg // | |
33 | + | /@calc_guild_level_ranking //recalculate guild level ranking status | |
34 | + | /@card_collection_level [level] //Change card encyclopedia level | |
35 | + | /@cc [Args..] //Client command (QA) | |
36 | + | /@change_achievement_season [Season ID] //Change achievement season | |
37 | + | /@change_date [date] //Change server date | |
38 | + | /@change_deco_ui [decoUIId] //Change deco ui | |
39 | + | /@change_guild_member_count [Guild name] [Number of guild members to change] //Adjust the number of guild members in a specific guild | |
40 | + | /@change_loading_screen_status [Loading Screen Control Status] //Loading Screen Control | |
41 | + | /@change_pr //Change PR text | |
42 | + | /@change_shop_status //change shop status | |
43 | + | /@change_time [time] // change server time | |
44 | + | /@change_voice // | |
45 | + | /@char_record character recording //character recording | |
46 | + | /@char_record_end Stop character recording // Stop character recording | |
47 | + | /@check_premium_slot_reset_time //Check premium slot reset time | |
48 | + | /@check_simple_tip simpleTipId // Check with this simple tip | |
49 | + | /@chnage_city_war_interestOnly [leagueId][on/off] //Stakeholder position setting function | |
50 | + | /@chrono_debug [mode] //chronoscroll debug mode | |
51 | + | /@clear_achievement_season //Initialize achievement season DB (requires server restart) | |
52 | + | /@clear_all_item_period //Batch deletion of fixed-term item information | |
53 | + | /@clear_all_pverank //PVE dungeon record and ranking are all reset | |
54 | + | /@clear_all_pvprank //PVP battlefield record, reset all ranking | |
55 | + | /@clear_all_serverachievement // Initialize all server achievements | |
56 | + | /@clear_bf_cool //Clear all battlefield cooldown and entry count | |
57 | + | /@clear_board //Climbing bulletin board writing [id] [content] [number] | |
58 | + | /@clear_friend_request //reset friend request restrictions | |
59 | + | /@clear_inven // clear all inventory | |
60 | + | /@clear_level_reward Delete level event rewarded record // | |
61 | + | /@clear_package {[UserName]} //Account Trait Package initialization | |
62 | + | /@clear_parcel [character name] // empty the parcel of the target character | |
63 | + | /@clear_pverank [continentId] //Remove all season records of the dungeon | |
64 | + | /@clear_pverank_player [continentId] //Clear his dungeon record | |
65 | + | /@clear_recipe // clear RECIPE | |
66 | + | /@clear_saevent // Delete all cumulative attendance events | |
67 | + | /@clear_serverachievement [id] // Initialize server achievement | |
68 | + | /@clear_simple_tip //initialize simple tip check information | |
69 | + | /@clear_tb_avg_price // Clear all average transaction price of the trading agency | |
70 | + | /@clear_vip_reward_recv // Reset VIP reward information | |
71 | + | /@clear_vip_token_recv // Reset VIP Token acquisition information | |
72 | + | /@clear_vote_cool // Clear all voting cooldown | |
73 | + | /@clear_wanted_writing // Completely initialize the guild request system (until each cooldown) | |
74 | + | /@clientCommand [Args..] //Client command (QA) | |
75 | + | /@collect_floating_castle Float ID //Float recovery | |
76 | + | /@collect_guild_emblem Emblem Type, Emblem Id //Giving Guild Emblem | |
77 | + | /@connection //close connection | |
78 | + | /@consoleprint_commandlist // List all admin commands ConsoleLog output | |
79 | + | /@crash_arbiter // crash the arbiter | |
80 | + | /@create_bill_account // create account | |
81 | + | /@create_guild [guild-name] [first-username] //Create a new guild | |
82 | + | /@create_many_guilds [count:1~99] //Create a lot of guilds (Give basic guild membership conditions) | |
83 | + | /@create_many_guilds_and_users [guild count:1~99] [user count:2~60] //Create a lot of guilds (randomly grant guild registration conditions) and randomize the number of users | |
84 | + | /@create_many_guilds_for_invite_user_to_guild [count:1~20] // Create (many) guilds and send me guild invitations | |
85 | + | /@create_many_guilds_random_condition [count:1~99] //Create a lot of guilds (random guild registration conditions) | |
86 | + | /@create_many_users_and_apply_guild [count:1~20] //Create (many) users and apply to join the guild | |
87 | + | /@create_many_users_for_guild_wanted_writing [count:1~20] //Creates (many) users and registers a guild wanted article | |
88 | + | /@create_many_users_to_my_account [count] //Create a lot of users in my account | |
89 | + | /@create_many_users_to_my_guild [count:1~50] //Join many users in my guild | |
90 | + | /@create_user [username] // create a new character | |
91 | + | /@dailyevent [dayOfWeek] //Change the date of the day of the week (0:None 1:Sun 2:Mon ... 7:Sat) | |
92 | + | /@dbg_break //debug-Force break point exception | |
93 | + | /@del_city_war_guild_ban [leagueId][guildDbId] //Addition of Guild Ven List for Battle | |
94 | + | /@del_city_war_rank [leagueId][SeasonId][guildDbId] //Delete ranking | |
95 | + | /@delete_all_event_system //Event Remove all system events | |
96 | + | /@delete_all_parcels // Delete all mail information from DB (requires server restart) | |
97 | + | /@delete_friend [userName] //Delete friend | |
98 | + | /@delete_friend_limit_off //Set unlimited friend deletion | |
99 | + | /@delete_item_period [itemTemplateId] //Delete item information for a period | |
100 | + | /@deleteawakenchange [eventId] // Delete awakening data | |
101 | + | /@deleteawakenenchant [eventId] // Delete awakening data | |
102 | + | /@dis // just disconnect the client test | |
103 | + | /@dungeon_log [on/off] //Enable dungeon log | |
104 | + | /@escape character name //Move to somewhere | |
105 | + | /@friendlist_max [count] //Change the number of users who can register friends | |
106 | + | /@fund_coin [Funding acmount] //Cash charge | |
107 | + | /@gara_pub_exp [on/off] //Acquire publisher experience through fake in-game store | |
108 | + | /@get_bf_result_resettime //find the last rating reset time | |
109 | + | /@getplaytime //PC room access time Promotional access time information | |
110 | + | /@give_guild_incentive [incentiveRate] //Guild rewards are paid by mail | |
111 | + | /@gmevent_change_maxjoincount // Change the maximum number of GM events per day | |
112 | + | /@gmevent_notice [Notice] //Notice of GM event operator | |
113 | + | /@guild_cooltime on/off // Guild joining cooltime OnOff | |
114 | + | /@guild_join_cooltime //Set the guild re-join cooltime | |
115 | + | /@guild_level [level] //Change level | |
116 | + | /@guild_quest_add_limit_time [addMin] //Increase or decrease the remaining time limit of the guild quest in progress | |
117 | + | /@guild_quest_clear [questTemplateId] //Clear guild quest progress information | |
118 | + | /@guild_quest_complete [questTemplateId] // Guild Quest Complete | |
119 | + | /@guild_quest_start [questTemplateId] //Start guild quest | |
120 | + | /@guild_quest_usable [on/off] //Guild mission available on/off, guild membership is modified | |
121 | + | /@Guildaddmax [amount] //100 is the maximum number of guild members up to 100, 0 is the original | |
122 | + | /@guildwar_cancel [Guild name] //Withdrawal of declaration of guild war | |
123 | + | /@guildwar_cooltime [minute] //Proclamation, withdrawal, surrender cooltime applied | |
124 | + | /@guildwar_declare [Guild Name] //Declaration of Guild Wars | |
125 | + | /@guildwar_immediate //Start immediately with all guild wars waiting to be progressed | |
126 | + | /@guildwar_surrender [guild name] // surrender in guild war | |
127 | + | /@help [keyword] //Search QA command | |
128 | + | /@huntingevent_add [type] [hz] [val] [duration] //Add hunter event | |
129 | + | /@huntingevent_remove [event id] //remove hunter event | |
130 | + | /@import_characters // | |
131 | + | /@increase_guild_reward_point [point] // Update guild mission points | |
132 | + | /@info_dungeon //Display the output contents of [Basic information]>[Indones] | |
133 | + | /@init_awesomium // Initialize Awesomium | |
134 | + | /@init_battlefield_season //Reset the battlefield season | |
135 | + | /@init_dungeon_season //Dungeon season reset | |
136 | + | /@init_guild_wanted_writing_rewrite_time //Remove re-registration time for guild wanted | |
137 | + | /@init_limited_gacha [gachaId] //init LimitedGacha | |
138 | + | /@insert_floating_castle_parts PartId //Add parts to parts inventory | |
139 | + | /@join_guild [guildName] //Join a guild | |
140 | + | /@limited_gacha_go_next_bucket [gachaId] [1/0] //go next bucket | |
141 | + | /@load_gmevent // Load GM event datasheet | |
142 | + | /@load_saevent // Add cumulative attendance event for test defined in datasheet | |
143 | + | /@logout // logout test | |
144 | + | /@lord_behavior [behavior-type-id] //Send lord achievement behavior test message | |
145 | + | /@makeitem_mprate [luxury magnification] //Fix luxury magnification when using makeItem command | |
146 | + | /@makeuser_pverank [ContinentId][StageLevel][UserCount:1~100] //Register dungeon ranking after creating user | |
147 | + | /@makeuser_pvprank [UserCount:1~100][BattleFieldId] // Register battlefield ranking after user creation | |
148 | + | /@masterpiece // | |
149 | + | /@nexus_broadcast // | |
150 | + | /@nexus_bypass // | |
151 | + | /@observer_mode [on/off] //enable/disable observer mode | |
152 | + | /@open_awesomium [URL] //Awesomium dialog open & navigate | |
153 | + | /@open_identify [on/off] //Unconditionally unsealing when item is created | |
154 | + | /@parcelreturn Parcel return time // Parcel return time | |
155 | + | /@party [userName] //Create a party | |
156 | + | /@pchannel_max [count] // Change the number of users who can enter the private chat channel | |
157 | + | /@perfect_card_collection // collect all cards | |
158 | + | /@phaselevel [continentId] [phaseLevel] //set dungeon phase level | |
159 | + | /@pk_section [area id] [section id] [on/off] //Pk OnOff for each section | |
160 | + | /@profile //Profiling | |
161 | + | /@ps_activate_election //Activate the permanent system | |
162 | + | /@ps_add_point [point] //Add competitive point | |
163 | + | /@ps_calc_tax // Compulsory tax settlement / Permanent residents only | |
164 | + | /@ps_candidacy_membercount [member-count] //Adjust the number of guild members required for candidate registration | |
165 | + | /@ps_clear_election //initialize permanent residence and election information | |
166 | + | /@ps_com_window [continent number] [0:voting 1: battlefield] //View the lord competition window | |
167 | + | /@ps_go_next //Forcing the next permanent residence election stage | |
168 | + | /@ps_guard_info [guardId] //View guard information | |
169 | + | /@ps_guard_window //Open guard info window | |
170 | + | /@ps_gw_point [Point] //Change the competition point for the permanent guild battle | |
171 | + | /@ps_gw_reset //Reset the limit for acquiring competitive points in the permanent guild battle | |
172 | + | /@ps_gw_time [Hour] //Change the reset time limit for acquiring competitive points in the permanent guild battle | |
173 | + | /@ps_im_king [guardId] //Roman crowned | |
174 | + | /@ps_maketax [value] // Change the total tax amount | |
175 | + | /@ps_period_minute [minute] //Replace the permanent election period in minutes | |
176 | + | /@ps_planet_vote on/off // 1 vote for 1 account on all servers | |
177 | + | /@ps_policy_point [point] //Change policy point / Only permanent residents | |
178 | + | /@ps_reg_window //Open the registration window for permanent residence candidates | |
179 | + | /@ps_vote_count [count] //manipulate the number of votes | |
180 | + | /@ps_vote_window //Open the voting window for permanent residence | |
181 | + | /@ps_world_tick [sec] //Change world tick | |
182 | + | /@publisher [publisher name] //Change publisher | |
183 | + | /@purchase_prod [ProductID] //Purchase product | |
184 | + | /@qatest on/off // | |
185 | + | /@query_point //Search Cash point | |
186 | + | /@raid [Raid number] //Organize a raid party | |
187 | + | /@rank_next_season [dungeonId id] // Record Competition Pass the dungeon season | |
188 | + | /@rank_sort //Calculate the ranking of the record competition immediately | |
189 | + | /@refresh_inven // | |
190 | + | /@reg_party //Register party match | |
191 | + | /@reload_datasheet // reload data sheet | |
192 | + | /@reload_ir //InputRestrictionData.xml Reload | |
193 | + | /@reload_netm //NetModeratorConfig.xml Reload | |
194 | + | /@reload_shop_data //Reload shop data | |
195 | + | /@remove_package [PackageId] {[UserName]} //Account Trait Package setting | |
196 | + | /@reserve_festival [EventId] [StartTime] [EndTime] //Reserve world event | |
197 | + | /@reset_admin_reward // Reset admin reward record | |
198 | + | /@reset_all_phaselevel Reset all user dungeon phase levels (Arbiter) // | |
199 | + | /@reset_attendance_event_reward // Initialize the information received from the attendance check event | |
200 | + | /@reset_bf_result //Reset Battleground Rating | |
201 | + | /@reset_buymenu //Reset store purchase limit (World unit) | |
202 | + | /@reset_buymenu_limit //Reset store purchase limit (by world) | |
203 | + | /@reset_card_collection // reset card encyclopedia | |
204 | + | /@reset_charsock // Initialize character socket extension | |
205 | + | /@reset_dungeon //reset all indnes | |
206 | + | /@reset_event_mail [event ID] //reset event mail | |
207 | + | /@reset_floating_castle_parts_cooltime Reset floating parts cool time //Reset floating parts cool time | |
208 | + | /@reset_guild_quest //Refresh daily quota and guild mission list | |
209 | + | /@reset_guild_reward //Guild reward points and guild reward history reset | |
210 | + | /@reset_guildwar_toggle_cool //Toggle Guild War Allowed Status Reset Cooldown | |
211 | + | /@reset_invitecode //Initialize the number of in-game invitation codes used | |
212 | + | /@reset_premium_slot //reset premium slot | |
213 | + | /@reset_profile //reset profile data | |
214 | + | /@reset_returnuser //Set as the first returning user (return customer guide only) (reconnect required) | |
215 | + | /@reset_styleware //Initialize style warehouse slot expansion | |
216 | + | /@reset_ware //reset warehouse | |
217 | + | /@reset_ware_slot //Initialize warehouse slot expansion | |
218 | + | /@reset_weekly_contribution_point // Reset weekly guild contribution | |
219 | + | /@resetplaytimereward //Reset PC room access time promotion reward | |
220 | + | /@resettime_saevent // Update reset time to current time | |
221 | + | /@send_mass_parcel //For testing sending large mail to me | |
222 | + | /@send_mass_parcel_n //For testing sending mail to me (n: specifying a number) | |
223 | + | /@set_account_res_level [level] //Set the limit account level | |
224 | + | /@set_admin_level character name level //for debug/admin commands | |
225 | + | /@set_arbiter_worldparam [param-name] [param-value] //Modify WorldParam | |
226 | + | /@set_awesomium_debug_mode [on/off] //Sets awsomium DebugMode | |
227 | + | /@set_awesomium_web_url [url] //Set awsomium URL | |
228 | + | /@set_bf_result [Battlefield ID] [Win] [D] [L] [Personal Rating] // | |
229 | + | /@set_bf_result_resettime [yyyy] [mm] [dd] [h] //Set the last battlefield ranking initialization time (enter in utc) | |
230 | + | /@set_board_clear_time //Set the reset time for the number of creations of the climbing board [hour/minute] | |
231 | + | /@set_bypass on/off // turn off and on bypass | |
232 | + | /@set_card_preset_amount [point] //Adjust the number of card presets | |
233 | + | /@set_chat_ban [set_chat_ban] //set_chat_ban | |
234 | + | /@set_city_war_open_time [leagueId][day][hour][playTime] //Change the battle open time | |
235 | + | /@set_dg_result_resettime [yyyy] [mm] [dd] [h] //Set the last dungeon ranking initialization time (enter in utc) | |
236 | + | /@set_dungeoncool [dungeonId] [minutes] //Set the dungeon cooldown | |
237 | + | /@set_escrow_return_wait // Set the escrow return waiting time | |
238 | + | /@set_floating_castle_coin Additional Points //Add Parts Shop Coin | |
239 | + | /@set_go on/off //GO character set | |
240 | + | /@set_guild_play_time_next_week //go over one week to calculate the logic for playtime (use for guild search) | |
241 | + | /@set_guild_rec //Adjust the number of guild recommendations | |
242 | + | /@set_logout_time character name year month day // designate logout time | |
243 | + | /@set_max_recv_mail_cnt // Set the maximum number of inboxes | |
244 | + | /@set_max_send_mail_cnt //Set the maximum number of sent mail | |
245 | + | /@set_new_member [on/off] //Set whether a new user is | |
246 | + | /@set_pcbang [on/off] //Set whether you are a pcbang user | |
247 | + | /@set_play_limit limit //Maximum to create queue | |
248 | + | /@set_referer [RefererName] [RefereeName] //Refer-A-Friend set inviter | |
249 | + | /@set_returnuser //set as the first returning user (returning customer guide only) (reconnect required) | |
250 | + | /@set_tax_config [taxId][tradeTax][storeTax][payRate][serverAdjust] //Set tax rate | |
251 | + | /@set_tb_avg_price [tid] [enchant] [masterpiece] [avgPrice] //Set the average transaction price of a specific item at the trading agency | |
252 | + | /@set_trade_broker_remain_hours //Set the remaining expiration time for items registered in the trading agency | |
253 | + | /@set_vip_level [level] //Vip system level adjustment | |
254 | + | /@setplaytime [Daily cumulative (minutes)] [Total cumulative (minutes)] //PC room access time Promotion access time setting | |
255 | + | /@show_cand //View applicant list | |
256 | + | /@show_friendship_info [on/off] // Display reason for acquiring friendship and score system message | |
257 | + | /@show_guild_week_play_time [guildName] //Show the weekplaytime of a specific guild | |
258 | + | /@show_party //View party match list | |
259 | + | /@skill_cheater_arbiter [on/off] [termSeconds(int)] [countThreashold(int)] [kick/nokick] //Change skill cheater settings | |
260 | + | /@start_festival [EventId] //start world event | |
261 | + | /@start_rookie_event [continentId] [hour] [rewardItem] [amount] // Start mentoring event (time is added from the present and the end time is set) | |
262 | + | /@sticktogether // | |
263 | + | /@stop_festival [EventId] //World event ends | |
264 | + | /@store_changeinfo_add random [amount] (buylist/buylistrange) | |
265 | + | [listid...] (item/itemrange) [templateId...] //add store item edits | |
266 | + | /@store_changeinfo_arbiter [index] //Show changes to store item sales (ArbiterServer) | |
267 | + | /@string [string name] [string ID] //display string | |
268 | + | /@sub_parcel_days [days] [title] //Manipulate all parcels with the title @title back to the past as much as @[I][B][URL="https://forum.ragezone.com/members/262309.html"]day[/URL][/B][/I]s (requires server restart) | |
269 | + | /@sysconfig [new config value] //change system configuration | |
270 | + | /@tb_avg_price //Recalculate average transaction price of trading agency | |
271 | + | /@test_off // End the program test | |
272 | + | /@test_on Test type, other parameters // Start program test | |
273 | + | /@testautomation_clear_allusers_completely //For test automation-Completely delete all users of the current account (non-recoverable) | |
274 | + | /@testitem [testItem] //TestItem | |
275 | + | /@toggle_guildwar_acceptable //Toggle guild war allowed status | |
276 | + | /@toggle_onoff [id] [on/off] //Toggle content on/off | |
277 | + | /@turn_ir [on|off] // Turn Input Restriction on and off | |
278 | + | /@turn_netm [on|off] // Turn Net Moderator on and off | |
279 | + | /@tutorial on/off // tutorial play | |
280 | + | /@tutorialPlayer on/off // Forced setting to see if the guy needs to play the tutorial | |
281 | + | /@unlock_all_movies // Unlock all videos | |
282 | + | /@unreg_party // delete party match | |
283 | + | /@update_bf_score [battleFieldId][gradeScore] //Set current battlefield score | |
284 | + | /@update_pverank [continentId][level][time(ms)] //Current dungeon record setting | |
285 | + | /@usage // IO related usage rate | |
286 | + | /@use_style_warehouse on/off (omitted:on) // Whether to use style warehouse | |
287 | + | /@versionInfoHide // | |
288 | + | /@viptest [on/off] //Client's own Vip Test command on/off | |
289 | + | /@ware_duration [time in seconds] //Adjust warehouse fee period | |
290 | + | /@warehousegold_max [amount] //100 can be stored in the warehouse up to KRW 100 0 is the original | |
291 | + | /@world_of_party_match // | |
292 | + | /@write_board //Climbing bulletin board writing [id] [content] [number] |
Newer
Older