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!

Menu

Author Topic: [WotLk] [SOLVED] [WotLk] [QUESTION] Custom graveyard  (Read 2419 times)

alwyn

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
[WotLk] [SOLVED] [WotLk] [QUESTION] Custom graveyard
« on: June 26, 2016, 11:23:04 pm »
Hi,

I've a problem with my custom graveyard...

I've created in north kalimdor two islands, and two graveyards.

I've modified :

Areatable.dbc
5002 first graveyard
5012 Seconde graveyard

Worldsafeloc.dbc
1725 first graveyard
1726 second graveyard

Maps.dbc
1 Kalimdor collum 23 i've adding 5002.

In game
.link 1725
.link 1726

Great it's work for the first graveyard, but for the second graveyard it's moving to the fu**** first graveyard.

Do you have a tips or any idea ?

Thank you for your replies

Best regards
« Last Edit: July 10, 2016, 03:18:49 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #1 on: June 27, 2016, 11:15:08 am »
world.game_graveyard_zone, have you edited this table as well? And, have you assigned your graveyards to all areas there, and have you assigned them correctly to factions which are supposed to use them?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

alwyn

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #2 on: June 29, 2016, 07:51:46 pm »
Hi Amaroth,

Thanks for your reply, sorry for the waiting.

So, i took a screenshots of my files :

AreaTable.dbc :


Map.dbc:


WorldSafeLocs.dbc :


world.game_graveyard_zone.sql :


So, i need to be moved in the cemetery "1725 " when I die in the zone "5012"

Thanks for your help  8-)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #3 on: June 29, 2016, 10:43:44 pm »
Wuh, there will be more of issues.:

AreaTable.dbc:
https://wowdev.wiki/DB/AreaTable
I don't know what are those values you have marked there supposed to be there for. To reffer to Area, just use its ID (#1 field). I hope those are not area bits, because they must not be above 4095. If your problem comes from maps, I'll describe this more in detail later.

Map.dbc:
It has absolutely nothing to do with graveyards. Btw, I am not entirely sure what is that field you have marked supposed to do at all. I've never really seen it actually doing something visible. It also doesn't really make sense to me, as map has multiple, even dozens and hundreds of Area IDs. Just a side note.

WorldSafeLocs.dbc:
It seems to be alright.

game_graveyard_zone.db
Your database table says exactly this:
"If player dies in zone 5002 and is from whatever faction, send him to graveyard 1726"
"If player dies in zone 5012 and is from whatever faction, send him to graveyard 1725".


So, if your player either dies in zone 5002 and appears on graveyard 1725, or dies in zone 5012 and appears on graveyard 1726, something is clearly wrong. Your database and DBCs are OK, so you either don't have up to date DBC files on server side (I doubt it), or you don't actually have up to date maps. To determine in which area player actually is server uses its local maps (folder named maps in data folder). Go to place where players are being sent to incorrect graveyard from and type .gps, to see what zone you are in for server.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #4 on: June 30, 2016, 11:40:19 am »
As fare I know you also need the serverside maps if it is a custom o changed map.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #5 on: June 30, 2016, 05:37:24 pm »
Well, his area IDs are custom, so no matter what or where, he needs to update maps anyway. The question is, if he really does have outdated maps. But yep, its most likely scenario.
« Last Edit: June 30, 2016, 06:31:48 pm by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Valkryst

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
    • http://valkryst.com/blog/
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #6 on: June 30, 2016, 06:17:42 pm »
Yeah, I never did get graveyards working properly. If you can't figure it out, take a look at this script I've used and work out your own based on it.

http://pastebin.com/BWqKjQpv
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
MY BLOG IS NOW HERE.

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #7 on: June 30, 2016, 06:31:39 pm »
Don't worry, I, on the other hand, made them work always properly :P. But those maps and problems with them are nasty and you can't make graveyards work without them. I've written a tutorial for that, just to get rid of all those problems community has with maps.

viewtopic.php?f=61&t=10605&p=56139
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

alwyn

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #8 on: July 01, 2016, 01:24:18 am »
Thanks guys actualy i extract the news map  with the custom patch-3.mpq and my dbc files with  patch-frFR-3... Waiting Waiting...

I will let you know :')
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

alwyn

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: [WotLk] [QUESTION] Custom graveyard
« Reply #9 on: July 10, 2016, 03:18:05 am »
Hello my peep'

Thank you soooo much Amaroth your  trick works. I added my custom maps in patch-3.mpq without the file wdt, I added my dbc in the file Patch-frFR-3. MPQ. And that works great well.

Thanks to all and good evening
« Last Edit: January 01, 1970, 01:00:00 am by Admin »