Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: MR. Farrare on May 29, 2014, 03:27:49 pm

Title: [QUESTION] weatherchange.and more than 1 sky in custom maps
Post by: MR. Farrare on May 29, 2014, 03:27:49 pm
Hey guys is there a way to make a the weather change in custom maps like rains snow sandstorm etc.? and my second question is how to get more than one skybox in a costum map like northrend in Icerown have a different skybox than Dalaran and howling fjord and borean tundra so any help appreciated and sorry for my English
and how to trigger the command  wchange to change the weather?
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: Romzarah on May 29, 2014, 03:59:12 pm
Have to tried adding your map zone to the game_weather dbc?
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 29, 2014, 04:33:39 pm
Quote from: "Romzarah"
Have to tried adding your map zone to the game_weather dbc?
http://www.pxr.dk/wowdev/wiki/index.php ... eather.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=Weather.dbc" onclick="window.open(this.href);return false;) first in what colum is the map ID and I will be able to trigger the command  wchange to change the weather?
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: schlumpf on May 29, 2014, 04:45:56 pm
Where which weather appears is server side. The DBC only defines how it looks.
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 29, 2014, 05:22:56 pm
Quote from: "schlumpf"
Where which weather appears is server side. The DBC only defines how it looks.
ok can you tell me how to activate the .wchange in my custom map is it game_weather in the World database tried to do that but no succeed when I try to use the command it says weather cant change in this zone so can you help
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: schlumpf on May 30, 2014, 01:03:45 am
As I don't know which server you use, or what you actually did: no I can't.
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 30, 2014, 07:18:47 am
Quote from: "schlumpf"
As I don't know which server you use, or what you actually did: no I can't.
trinity core repack 335a compiled
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 30, 2014, 04:42:23 pm
so anybody can help
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: schlumpf on May 30, 2014, 04:56:22 pm
Please don't bump that fast. It has been less than 12 hours since your last post. Also, you have not answered the question of the first person trying to help you with hinting at game_weather.
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 30, 2014, 06:16:10 pm
Quote from: "schlumpf"
Please don't bump that fast. It has been less than 12 hours since your last post. Also, you have not answered the question of the first person trying to help you with hinting at game_weather.
if you read what I replied to him I asked him a question and in my question I had an anser that I don't know how to use this dbc
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: schlumpf on May 30, 2014, 07:16:01 pm
It is not a dbc.
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 30, 2014, 07:48:16 pm
Quote from: "schlumpf"
It is not a dbc.
yeah but askced me if I tried the weather.dbc but I know now its not a dbc because of you thx but how is the question is it in the world database or what and Im using a compiled trinitycore I only want to use the .wchange command and get it working so can you tell me how
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: schlumpf on May 30, 2014, 08:42:22 pm
He told you to look at a specific table in the database. It is also the same table which comes up first when goggling "trinity core weather". Look at it.

And ffs, start using punctuation, your posts are nearly unreadable.
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 30, 2014, 10:03:32 pm
Quote from: "schlumpf"
He told you to look at a specific table in the database. It is also the same table which comes up first when goggling "trinity core weather". Look at it..

http://collab.kpsn.org/display/tc/Game+weather+tc2 (http://collab.kpsn.org/display/tc/Game+weather+tc2" onclick="window.open(this.href);return false;)
it say my problem Not all zones can have their weather changed. how to make the weather changeable in my custom map
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: schlumpf on May 30, 2014, 11:28:01 pm
Add an entry?
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 30, 2014, 11:48:14 pm
Quote from: "schlumpf"
Add an entry?
I think my problem is very far behind the map don't have a name and zone is unkown tried to make a zone but still it say duskwood cemetery I did it step by step viewtopic.php?f=22&t=26&p=395#p395 (http://modcraft.io/viewtopic.php?f=22&t=26&p=395#p395" onclick="window.open(this.href);return false;)  but maybe the problem is that the map Id is very high 7280 maybe that's the problem Im really confused
here is the area table.dbc its the last two entries land4 main and land4 test sub
http://www30.zippyshare.com/v/68485812/file.html (http://www30.zippyshare.com/v/68485812/file.html" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: Romzarah on May 31, 2014, 03:40:40 pm
Hi MR. Farrare

Find out what your maps zone id is and add a line in the game_weather db using something like SQLYog.
If I remember right, you can edit the zone id with noggit. I never tried it yet, all I have worked on has been revamps of existing maps. But I did turn on weather in some maps that did not have any by adding lines to the game_weather db.

edit

I see you are trying what I was thinking may solve your problem, hopefully someone has the info you need to set your zone id.
Title: Re: [QUESTION] weatherchange.and more than 1 sky in custom m
Post by: MR. Farrare on May 31, 2014, 05:31:20 pm
Quote from: "Romzarah"
Hi MR. Farrare

Find out what your maps zone id is and add a line in the game_weather db using something like SQLYog.
If I remember right, you can edit the zone id with noggit. I never tried it yet, all I have worked on has been revamps of existing maps. But I did turn on weather in some maps that did not have any by adding lines to the game_weather db.

edit

I see you are trying what I was thinking may solve your problem, hopefully someone has the info you need to set your zone id.

I tried that but the problem is the zone have an incorrect name don't know why maybe because the map Id is too big if only someone can make a video tut not every body can read English very well