Jump to content
TrinityCore

Aokromes

Moderators
  • Posts

    4497
  • Joined

  • Last visited

  • Days Won

    229

Posts posted by Aokromes

  1. Since a lot of ppl posts code and sql without format on tracker the way to post it is:


     

    
    ```code
    src/server/scripts/Spells/spell_generic.cpp | 9 +++++++--
    1 files changed, 7 insertions(+), 2 deletions(-)
    
    diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp
    index 80474f2..a301428 100644
    --- a/src/server/scripts/Spells/spell_generic.cpp
    +++ b/src/server/scripts/Spells/spell_generic.cpp
    @@ -1262,6 +1262,11 @@ class spell_gen_launch : public SpellScriptLoader
    }
    };
    
    +enum VehicleScaling
    +{
    + SPELL_GEAR_SCALING = 66668,
    +};
    +
    class spell_gen_vehicle_scaling : public SpellScriptLoader
    {
    public:
    ```

     

     

    ```sql
    insert into ........
    ```

     


    NOTE it's very important to leave one empty row before ```code or ```sql

  2. --- Canned message start ---

    I would love to be able to just say: "Look in upper right hand corner of the forum, there is a button labeled SEARCH, please use it", but I don't think that will be enough therefore I present to you:

    searchbuttonfordummieslsq1.jpg

    Please read it cover to cover, and don't bother posting again until you do!

    --- Canned message end ---

  3. --- Canned message start ---

    I would love to be able to just say: "Look in upper right hand corner of the forum, there is a button labeled SEARCH, please use it", but I don't think that will be enough therefore I present to you:

    searchbuttonfordummieslsq1.jpg

    Please read it cover to cover, and don't bother posting again until you do!

    --- Canned message end ---

×
×
  • Create New...