FOnline Development > Questions and Answers
[2238] No commands work
JovankaB:
If you have OSD info in upper left corner then probably the only thing you lack is GMTbuttons.txt file.
Save this as GMTbuttons.txt in your client folder:
--- Code: ---;;
;;Standard devmenu
;;
ONPLAYER,ONNPC;Possess;internal possess
ONPLAYER,ONNPC;Trade;runscript_unsafe dev_menu@unsafe_Trade $[Critter.Id] 0 0
ONITEM,ISCONTAINER;Browse items;runscript_unsafe dev_menu@unsafe_Trade 0 $[Item.Id] 0
ONPLAYER,ONNPC,ISALIVE;Kill;runscript_unsafe dev_menu@unsafe_KillCritter $[Critter.Id] 0 0
ONPLAYER,ONNPC,ISKNOCK;Kill;runscript_unsafe dev_menu@unsafe_KillCritter $[Critter.Id] 0 0
ONCHOSEN,ONPLAYER,ONNPC,ISDEAD;Revive;runscript_unsafe dev_menu@unsafe_KillCritter $[Critter.Id] 0 0
ONNPC;Remove critter;runscript_unsafe dev_menu@unsafe_RemoveCritter $[Critter.Id] 0 0
ONITEM;Remove item;runscript_unsafe dev_menu@unsafe_RemoveItem $[Item.Id] 0 0
ONITEM,ONGROUND;Teleport;runscript_unsafe dev_menu@unsafe_Teleport 0 $[HexX] $[HexY]
ONGROUND,NOHIDE;Airstrike;runscript dev_menu@Airstrike 0 $[HexX] $[HexY]
ONITEM,ISPOSSESS;Pick item;runscript_unsafe dev_menu@unsafe_PickItem $[Possessed.Id] $[Item.Id] 0
ONPLAYER,ONNPC,ISPOSSESS;Attack;runscript_unsafe dev_menu@unsafe_Attack $[Possessed.Id] $[Critter.Id] 0
ONGROUND,ISPOSSESS;Move to;runscript_unsafe dev_menu@unsafe_MoveTo $[Possessed.Id] $[HexX] $[HexY]
ISPOSSESS;Stop;runscript_unsafe dev_menu@unsafe_Stop $[Possessed.Id] 0 0
ONCHOSEN,ONPLAYER,ONNPC,ISKNOCK;Wake;runscript_unsafe dev_menu@unsafe_NeutralizeCritter $[Critter.Id] 0 0
ONCHOSEN,ONPLAYER,ONNPC,ISNTKNOCK;Neutralize;runscript_unsafe dev_menu@unsafe_NeutralizeCritter $[Critter.Id] 0 0
--- End code ---
Wipe:
--- Quote from: Nick.is.Back on July 03, 2013, 01:43:08 pm ---the commands with ~param do not work
--- End quote ---
Hardcoded ~param has been replaced with scripted `param, to allow change parameters of NPCs [when it wasn't possible using engine-provided command] and limit its usage for tester access. Scripted version syntax is same as in original.
Nick.is.Back:
I saw a `spawncar thingy.But it spawns normal items with keys
+ how to teleport on world map?
EnergyForYou:
For spawning a car you need to find id of a car, e.g.: 808-vertibird
JovankaB:
--- Quote from: Nick.is.Back on July 03, 2013, 03:58:36 pm ---+ how to teleport on world map?
--- End quote ---
There is no teleportation on the WM, only between maps or to a critter. You can
~run cheats imsospeed extraspeed 0 0
To speed up WM travel. In place of extraspeed put some big number (like 50000)
~run cheats imsospeed 0 0 0 for default WM speed
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version