how do i create new mounts menu

Shout-Out

User Tag List

Results 1 to 8 of 8
  1. #1
    Masterkenshin's Avatar Member
    Reputation
    72
    Join Date
    Sep 2007
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how do i create new mounts

    how could i create new mounts for example a zebra or a plainstrider or a bear ? i have no idea is it an item or a spell i need to create???:confused:
    +rep plz help

    how do i create new mounts
  2. #2
    bowser's Avatar Member
    Reputation
    16
    Join Date
    Jun 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    You can't unless you know how to create a new spell which very few people know how to do

  3. #3
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,197
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    you need to make an item which is hooked onto spell, the spell would have to be hand batched up for non existing speed and would require alot of complex editing in the database, you may be able to carefully edit an existing mount, but it is difficult as hell..

  4. #4
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    The OnUse spell effect must be binded to a spell which provides the effects from mounting (speed,morph,disableing of things you can't do while mounted )

  5. #5
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    i have a templet and guid some were just wait let me find it

  6. #6
    gogobananas's Avatar Contributor

    Reputation
    195
    Join Date
    May 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    Alternatively you could replace the model of a current mount with the Zebra/Plainstrider etc.

    But of course, this would require model editing knowledge.
    Last edited by gogobananas; 10-19-2007 at 07:07 PM.

  7. #7
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    here is a littile guide

    not work for certain versions of ascent, make sure you have the latest DB!)Credit Goes to Mindras

    Hey, so you want to make a custom mount on your server? Well you've come to the right place! I've made my own, easy to use guide to making custom mounts!

    The first step is to open the Items file in your database. Now put in the following values in the fields below. (NOTE: This may


    ----------------------------------------------------------------------


    Entry: *The number used to spawn the item*

    Class: 15

    Subclass: 0

    Name(1-4): *The name of your item..*

    DisplayID: *The Display of the ITEM that spawns the mount, not the actual mount... You can use 16208, its the ID for a wolf mount. It doesnt really matter what this is*

    Quality: 0=Gray, 1=White, 2=Green, 3=Blue, 4=Epic, 5=Legendary, 6=Artifact

    Flags: 0

    Buyprice: *The cost of your item + four 0's. Like if you want it to cost 100 gold, put 1000000*

    Sellprice: *Goes the same way as the buyprice*

    Allowableclass = -1

    Allowablerace = -1

    Itemlevel = *This doesn't really matter, it won't affect the item*

    Requiredlevel = *The level required to use the mount*

    Requiredskill = 0

    Requiredskillrank = 0

    Requiredskillsubrank = 0

    RequiredPlayerRank1 = 0

    RequiredPlayerRank2 = 0

    RequiredFaction = 0

    RequiredFactionStanding = 0

    Unique = *The amount of this item a player is allowed to have. Put 0 for unlimited.*

    Maxcount = *The amount of this item that can fit in a stack. I recommend "1" for a mount.*

    ContainerSlots = 0

    Stat_Type1 = 0

    Stat_Value1 = 0



    *PUT "0" FOR ALL THE STAT_TYPES AND STAT_VALUES, AND THE ARMOR/RESISTANCES/DELAY/RANGE. YOU SHOULD BE UP TO "SPELLID_1"*



    SpellID_1 = *IMPORTANT - This is the Mount's SpellID. Find that in the URL on thottbot of the mount spell. For our chromatic drake, we would put "24576" in this field.

    Spelltrigger_1 = 0

    Spellcharges_1 = *The amount of times the item can be used before it cannot be used again/disappears. Use 0 for unlimited uses, And use positive numbers if you want it to not work when the charges are used, and negative numbers for the item to disappear from your inventory when all charges are used.*

    Spellcooldown_1 = *The item's cooldown (In milliseconds), 1000 = 1 second, 2000 = 2 seconds, 3000 = 3 seconds... etc...

    Spellcategory_1 = 330

    Spellcategorycooldown_1 = *Global cooldown when the item is used (In milliseconds...)



    --NOW SKIP THE REST UNTIL YOU'RE AT BONDING.--



    bonding = *0 = Binds when Picked Up, 1 = Binds on Equipped (DONT USE FOR A MOUNT, USE BINDS ON USED), 2 = Not sure..., 3 = Binds when Used.

    description = *The yellow text at the bottom of the item window.*

    ----------------------------------------------------------------------






    ---ALL OF THE REST OF THE FIELDS YOU CAN KEEP THE SAME, YOU ARE NOW DONE!---



    Now just type .reload items, and add your item to your inventory using the Entry ID! Congrats!
    Last edited by Illidan1; 10-19-2007 at 10:57 PM.

  8. #8
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do i create new mounts

    Originally Posted by Masterkenshin View Post
    how could i create new mounts for example a zebra or a plainstrider or a bear ? i have no idea is it an item or a spell i need to create???:confused:
    +rep plz help
    Learn to search.

    Originally Posted by bowser View Post
    You can't unless you know how to create a new spell which very few people know how to do
    False.

    Originally Posted by Illidan1 View Post
    here is a littile guide
    True. Post that in Guide section. many people seem to be asking. Maybe make it a bit more advanced too.
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

Similar Threads

  1. [Guide] Patch 5.2 - How to get the new Mount from Raremobs
    By mrnice in forum World of Warcraft Guides
    Replies: 9
    Last Post: 05-17-2013, 04:24 PM
  2. [Help] Creating New Mount
    By Blues Light in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-04-2011, 10:01 PM
  3. how do i create a brand new faction?
    By robinelitenn in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 09-26-2009, 01:16 PM
  4. How do i create a new thread in the scam section
    By shaff121 in forum Community Chat
    Replies: 1
    Last Post: 04-12-2009, 09:11 AM
  5. creating a new mount
    By Koksy in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 07-30-2008, 02:26 PM
All times are GMT -5. The time now is 06:46 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search