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
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.
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
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'
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.
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?
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...
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...
/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.
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
//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
//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
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