Jump to content

Hikari

getMaNGOS Developer
  • Posts

    250
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Hikari

  1. I don't know if it may occur in various caves but in Undercity it's very consistent. And if it can happen in Undercity, then there is the possibilty that it happens somewhere else too. When you use the mage spell 'blink' in the outer ring of Undercity (like the quarters) or the passage ways, which connects the inner and the outer ring, then you get teleported to the surface of Lordaeron (above Undercity). The reason why this is happening only in the outer ring is because above the innder ring is now terrain, just a hole in the map. At first I suspected vmaps to be the culprit. But even after disabling height calculation with vmaps (vmap.enableHeight = 0) in the config I got the same result. I'm not sure if the calculation in the spell effect is entirely to blame or if there are different systems involved which causes this behavior. I'm certain this did not happen in Rel18. But don't know about Rel19, Rel20.
  2. The database table "spell_linked" was introduced as incremental update with Rel21_08_001. With the commit "Updated to expect Rel21_08_012_Commands_update" it was then moved to the base updates. At this point it is meant to be part of the base database (full database), but it is not. If you set up a fresh database today, you're base database will be 21_08_012 (according to db_version table), which is newer and therefore prevents reapplying the incremental update 21_08_001. The table creation for "spell_linked" is missing in the mangosdLoadDB.sql script as well as the corresponding content script inside the FullDB folder. I've checked Rel21_07_019 through Rel21_08_011 to double check if another script is missing. Seems fine. Maybe prior incremental scripts are missing as well?
  3. Yes, sadly there is only a Despawn Self database script command for creatures and not for gameobjects, as you already mentioned. Therefore one has to script the despawn of the plants in either SD2 or Eluna. But in the long term it would be useful to introduce the Despawn Self command for gameobjects as well, because there are tons of situations and quests, where you need to despawn objects. I encountered already some of them.
  4. Salja made a fix attempt a couple months ago for CoronaCore. [url]https://www.getmangos.eu/server/9477-mangosone-2-4-3-quot-running-spot-issue-quot.html#post70411[/url] Maybe it is a useful approach to narrow down the issue and finding a proper fix.
  5. Your're welcome. Acutually I meant further questions. I don't mind this thread here, because it is kind of related to the wiki.
  6. There is a reason why MaNGOS Zero is missing in one of the guide. MaNGOS Zero uses the new build system with CMake, which is significantly different from the other build process. So set up your virtual machine and get started with Mangoszero 18.1 build part 1. If you read carefully you won't get any problems. But if you get any problems, don't hesitate to ask (in the appropriate forum).
  7. Blizzard use for the news a simple html with the following output: SERVERALERT: <html><body> Your Message.</p></body></html> See also http://status.wow-europe.com/en/alert You need to create the directory for your language in the root folder of your webserver, dependent from the list above. In this case it's en/. This directory contains a file named alert without an expansion with following content: SERVERALERT: Your Message. The html tags are not needed, unlike blizzards example. Note: While im writing this, wolverine79936 was faster and posted already his solution. I'm posting mine too. Edit: Finally tested and altered the post to the correct solution. Thanks to wolverine79936 for the right hint with the alert as a file not as directory.
  8. Add status.wow-europe.com to your hosts file and redirect it to whatever ip you want. For example to your server, so you can deliver your own breaking news to the clients. Or to localhost to disable the messages. The above URL is for EU-Clients. I don't know the address of the breaking news for US-Clients or whether there is a difference between those two clients at all.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use