Thread: commands?
View Single Post
  #8  
Old 05-14-2006, 05:44 PM
johane
Sarnak
 
Join Date: Sep 2005
Location: Gold Coast, Oz
Posts: 69
Default

Quote:
Originally Posted by tiff
you missunder stood my question completly i know how to change command accsess lvls, however my question was what is the data base equivalent for #goto, because the data base list of commands is diffrent from the ingame #name of it. like #finditems is search in the data base commands list.
OK, so you are looking for a set of SQL statements that will implement the same functions as the various '#' commands do in game, such as a set of SQL that will move a PC to a new location etc?

Perhaps you could look inside the source for the server and see the SQL that is used there. My personal opinion is that you'll want to be very careful not to bork your database though.
Reply With Quote