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.


Topics - yubiyoy

Pages: [1]
1
Noggit / Noggit For TBC
« on: April 23, 2016, 05:02:26 pm »
Long time no see modcraft, just started getting back into it all again. Right now i'm looking for a version of noggit that supports TBC, my understanding is that the current versions dosen't support it. If somebody has a version laying around i'd love to get my hands on it. Cheers!

2
Miscellaneous / [QUESTION] Wow music files
« on: October 09, 2012, 01:32:01 am »
For example if you type .playall 11803 the level 70etc file plays but does anyone know if i can replace it and if so, where should i look for it?

3
Miscellaneous / [QUESTION] Spell.dbc
« on: September 25, 2012, 12:58:04 am »
Does anybody know the row for changing a out of combat spell to in combat?

4
Tought i do an tutorial for thoose who wants a custom flying mount that can be ridden anywhere and not only in  outlands or northrend. This isn't really anything advanced but a basic tutorial for people new to this.

Quick note: Before you start, vehicles should work properly before attempting this. Im using trinity and im guessing it should be compatible with mangos since they're alike.

1. Open up your database and go to id 30004. And DELETE it. (You could also change its entryid if you want to save it, tough i dont know why you would.

2. Search for "Hover disk" in your database, select the one that has difficulty_entry_1 = 31749 and is named only Hover Disk.

3. Change its entryid to 30004 so the spell you're making spawns this instead. Also delete the difficulty_entry_1 field.

4. Now we will change the displayid of the mount, have in mind that we will need to change the VehicleID field depending on what model you use.
In this case the id is set to default to a standing type (224) so if you would want yourself standing on a model this is what you would use. Example of me using VehicleID 224 to stand on a bat (modelid: 26751)
But if we wanted to sit on our mounts we would have to change the VehicleId to 156 (Wich is a sitting type) Heres a screenshot of me using the same model but using 156 in the VehicleId field:


5. Changing mount type, for this we go to the field called: InhabitType

This is what controlls what type of mount this is.
Ground: 1
Water: 2
Flying: 4

You can actually mix these values to make a land and a flying mount by simply taking the value of the ground and flying: 1+4 =


6. Final Part is to set the speed of the mount wich is at the speed_walk and speed_run fields.
The speed in the air for flying mounts are changed by modifying the speed_walk, and ground speed are in speed_run. I usually have these values below 10 unless you want a super fast mount. Example for a mount using InhabitType 5

Now go in-game and learn yourself this spelll: 55707 (This is the mount spell wich you press to ride your mount)

Expiriment and to find more combinations yourself, a pic of me in my plane :D :

If you have any questions i will try to answer them as good as i can.

5
Miscellaneous / [QUESTION] Modifying spells applying auras.
« on: May 20, 2012, 12:21:10 pm »
If you take a look on a spell at wowhead spells apply auras. I have been trying to edit spell.dbc so my spells can apply more than one effect (heck i even tried dummy npc spells) and now i wonder if i can edit these auras and if so where are they located. Thanks in advance.

6
Noggit / Noggit Mac
« on: October 24, 2011, 11:38:53 am »
I've read on the blog that noggit was available for mac now. Do i need to join the beta testing group for this? If so i would like to take part of it and help out with the testing. :)

Pages: [1]