Jump to content

Blader

Members
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Blader

  1. You didn't apply *_characters_* updates to your characters database.
  2. Hey MrLama your patch is slightly out of date, I compiled with (clean): MaNGOS/0.17.0-DEV (* * Revision 10246 - *) for Win32 (little-endian) [world-daemon] UDB 0.12.0 (391) for MaNGOS 9999 with SD2 SQL for rev. 1702 EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client) The problem was that you returned a bool, when I swapped the return value(s) to a SpellAuraProcResult enum it compiled fine.
  3. My scriptdev compiles that fine, you might want to make sure you have npc_taretha_AI defined, because based on those errors it looks like it isn't. Also, you may want to head to the scriptdev forums, because this isn't really the place to discuss this.
  4. On the mangos database. (Make sure it is clean)
  5. Sorry to hear about that, I hope things go well. If I had any money right now, I would donate in an instant.
  6. Solution: 1. Open item_scripts.cpp 2. Find isInFlight() 3. Change isInFlight() to IsTaxiflying() 4. Compile scriptdev2
  7. The problem is not with mangos but with scriptdev2: change 'isInFlight' to 'IsTaxiFlying'. Or just update scriptdev2, it's been commited in 1742 AFAIK
  8. I was looking in spellauradefines for a SPELL_AURA_MOD_MELEE_ATTACK_SPEED. It's used in this spell: http://www.wowhead.com/spell=69076 as the second effect. However I couldn't find it, do I need to create it myself or is it under another name? If I need to create it myself, how does one know the value of each aura? Are we just making it up or are the values important? Also does anyone have any information on how well supported SPELL_AURA_PERIODIC_TRIGGER_SPELL is in mangos? Because it seems like there are a few hacky things in there... Thanks for anyones help!
  9. @floydstime Are you attempting to use the same computer the server is on to go through *.thruhere.net? Because if so, it won't work. If you have a dydns, you only need to have that in your realmlist table. All your LAN computers should then have in their hosts file: "*.thruhere.net 192.168.11.8" or if it's the servers computer "*.thruhere.net 127.0.0.1". (Obviously without the quotation marks) Also, as freghar says, put *.thruhere.net in the realmlist table. Hope this helps, Blader.
×
×
  • 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