Results 1 to 7 of 7

Thread: wheres the /setscale command?

  1. #1

    Default wheres the /setscale command?

    cant find it anywhere and i forgot post id, can someone link plz

  2. #2

    Default Re: wheres the /setscale command?


    // setscale
    {
    string name = "setscale"
    string usage = "<pref name> <pref value>"
    string description = ""
    int numParams = 1
    int minParams = 1
    }

    Add into "Commands_Player.def" after the
    TCommand list commandList =
    {

    The origin post i donnt know where it is. Sorry. Lost to deep in forum history
    Enisha Dryad 190/234 Caster (retired)
    Enix Dryad 165/100 Heavy Melee (retired)
    Enigma Dragon 100/92 Helian (retired)

    Unity

  3. #3
    TelShyia
    Guest

    Default

    did you mean < some text here >

  4. #4
    Member Vlisson's Avatar
    Join Date
    Oct 2004
    Location
    Germany / Bavaria
    Posts
    2,550

    Default Re: wheres the /setscale command?

    //macro definitions
    //COMMANDS FOR PLAYER USE ONLY

    TCommandListData
    {
    TCommand list commandList =
    {
    // setscale
    {
    string name = "setscale"
    string usage = "&lt;pref name&gt; &lt;pref value&gt;"
    string description = ""
    int numParams = 1
    int minParams = 1
    }
    //------------- Guild commands
    // Create a guild
    {
    string name = "guildCreate"
    string abbrev = "gcr"
    string usage = "<no parameters>"
    string description = "Create a new guild"
    int numParams = 0

    theCommands_Player.def is found in the folder resources

    is my add on correct? i will try it next login ^^

  5. #5

    Default Re: wheres the /setscale command?

    setscale origin

    Search option really helps sometimes
    Terao (Gnome, Grand Master Crafter, Order [Unity])|Draigourn (Ancient, Master Lairshaper, Lunus, Order)|Echentrial (Ancient, Lunus, Order)

  6. #6

    Default Re: wheres the /setscale command?

    // setscale
    {
    string name = "setscale"
    string abbrev = "ssc"
    string usage = "<pref name> <pref value>"
    string description = "0.0-3.0 normal size is 1.1"
    int numParams = 1
    int minParams = 1
    }

    A bit enhanced version of the setscale command, you can use the shortcut /ssc x.y instead of typing /setscale x.y

    Copy your Command_Player.def to horizons/resource_override/resources folder and keep the original untouched, your edited version should look like this:

    //macro definitions
    //COMMANDS FOR PLAYER USE ONLY

    TCommandListData
    {
    TCommand list commandList =
    {
    // setscale
    {
    string name = "setscale"
    string abbrev = "ssc"
    string usage = "<pref name> <pref value>"
    string description = "0.0-3.0 normal size is 1.1"
    int numParams = 1
    int minParams = 1
    }
    //------------- Guild commands
    // Create a guild
    ...
    Terao (Gnome, Grand Master Crafter, Order [Unity])|Draigourn (Ancient, Master Lairshaper, Lunus, Order)|Echentrial (Ancient, Lunus, Order)

  7. #7

    Default Re: wheres the /setscale command?

    Quote Originally Posted by Terao View Post
    A bit enhanced version of the setscale command, you can use the shortcut /ssc x.y instead of typing /setscale x.y
    You can do the same in game. Just type:
    Code:
    /alias ssc setscale
    Of course, you need to have the setscale command added to your Command_Player.def.
    Firebrandcrest Arma: Ancient Helian Dragon | Dragon 100 / Dragon Crafter 100 / Dragon Lairshaper 100 / Dragon Crystalshaper 100 (Order) | My MODs: Zexoin's and Firebrand's Sound Emotes Pack v2.5.4.0, Alternate Dragon Bolt Casting v1.4, Old Istarian Ambiance v1.0.8.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •