This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Demacron

Pages: [1]
1
"Retro-Porting" / Re: [Release] WOD models for 3.3.5a
« on: March 01, 2015, 01:27:09 pm »
No, and as I mentioned before, I've tried a previous patch, so I don't really know what it is.

2
"Retro-Porting" / Re: [Release] WOD models for 3.3.5a
« on: February 28, 2015, 09:12:27 am »
Thank you for this amazing work ! I tried an old version of your patch and now, I can't remember how this thing works. I mean, I've copied the patch in "data" folder and once extracted dbc files, I did ctrl+c ctrl+v in my server's dbc folder.. What am I missing ? :roll:
Thank you in advance.

3
Same here, I followed the tutorial, cloning lines from similar models (e.g. I did the port for "Atramedes" cloning lines from a Netherwing Drake") but the game still crash. Can't understand why  :roll:

4
Serverside Modding / Re: [Question] How can I create a custom mount ?
« on: February 22, 2015, 09:52:30 am »
Thank you Phantomx, I checked it better, and now it works!

For Fekete95, since I don't remember every step I did in order to get the mount done (did lot of random editig and ctrl+z), I suggest you to follow this 2 guides:

Only create the npc
-
After that (clone a mount npc, not a vehicle one) do the following:

Step Two: Open Spell.DBC and clone a mount spell to a new row (Use something easy to remember)

Step Thee: Edit the following Columns:
(Using MyDBCEditor and make sure 'Use Zero Based is checked')

110 - EffectMiscValue - this becomes the creature_Template Id that you want to have the player mount
133 - SpellIconID - Set this to the Spell Icon that you want the spell to use.
170 - Description - Self explanatory
187 - ToolTip - Self explanatory

Step Four: Save Spell.DBC and open SkillLineAbility.DBC (This will allow the spell to appear in the Mount UI panel instead of the spellbook.)

Make a new row at the bottom of the DBC.
Set the Columns to the Following:
(Using MyDBCEditor and make sure 'Use Zero Based is checked')
0 - ID - Use the next open ID
1 - SkillLine.DBC - set to 777
2 - Spell.DBC - set to the spell id for your mount spell
7 - RequiredSkillLevel - set to 1

Leave all the rest at zero

Save and make a patch with the new DBCs.

^-- This is a comment wrote by deep6ixed in this topic. I just edited something since you want to create a mount not a vehicle.

5
Serverside Modding / Re: [Question] How can I create a custom mount ?
« on: February 22, 2015, 01:06:13 am »
Never mind, I'm going on holiday for 2 weeks, maybe I'll continue later on  :roll: .

6
Serverside Modding / Re: [Question] How can I create a custom mount ?
« on: February 21, 2015, 09:51:18 pm »
I'll write a complete tutorial, but first I need to get ON my mount.. I've already seen the video, it is perfect but even if a change the parameter that "mounts have to 0" to 0, my npc wont change. Can we tag the person who did that video so he see the post and maybe he help us ?

7
Serverside Modding / Re: [Question] How can I create a custom mount ?
« on: February 21, 2015, 09:22:59 pm »
Managed to create custom mounts, now the only thing i need to fix is the mount point, I keep morphing myself into the npc, istead of riding it  :shock: .

8
Serverside Modding / [SOLVED] How can I create a custom mount ?
« on: February 21, 2015, 12:58:05 pm »
Hi everyone,
This is the first forum I subscribe to, so I apologize now for every mistake i'll do regarding wrong sections etc.

It's been a week since I started working with WoW databases, dbc/mpq files, never done that before.
I've searched everywhere, it seems that every tutorial that teach you how to create a custom mount, alter the Display ID of an already existing one.
I would like to learn how to create an item, that once clicked summon a regular mount (which disappear once indoor and things like that), without losing an already existing one.
I've seen many tutorials, but none was written in depth, anyway once you create a mount, i've read something about mount position and things like that, so I would like to learn that too.

INFO:
I'm working on a 3.3.5a Trinity Core Server.
If you suggest me a more appropriate title, I'll change this one.
If you teach me the right session in which this kind of questions belong to I'll move there.

P.S.
It's really a week that I'm trying to do this, so even a link of other posts explaining this are welcome, I can't find one.
Sorry for my bad english, I'm still learning :P

Pages: [1]