Jump to content

sso1

Members
  • Posts

    26
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

sso1's Achievements

Member

Member (2/3)

0

Reputation

  1. Core Revision: 9483 Database: UDB 387 ScriptDev2 Revision: 1607 Arcane Missles are having wrong caster guid for the animation. They are comming from the bottom of target to the top instead of caster to target. Here a picture to clarify it a bit:
  2. SQL can find here: http://github.com/Tasssadar/Valhalla-Project/tree/master/sql/
  3. Works perfectly thank you!
  4. Hey there I've encountered a little problem when modifying the announce. This is my code: diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index b2529ae..2263f7d 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -128,7 +128,7 @@ bool ChatHandler::HandleAnnounceCommand(const char* args) if(!*args) return false; - sWorld.SendWorldText(LANG_SYSTEMMESSAGE,args); + sWorld.SendWorldText(LANG_SYSTEMMESSAGE, m_session->GetPlayerName(), args); return true; } I also change in database for new use of argument "%s announce %s". But now when I try to announce from the console ( CLI ? I dont know ), the mangosd crash, I think its because he can't retrieve player name how can I make it use "CONSOLE" instead of "m_session->GetPlayerName()" ? :confused: Thanks in advance and excuse me my noobish question I'm new with this.
  5. From what you are saying I guess you are using Windows, best would be to get MySisGit and clone this reputation : MaNGOS. Compile it with a C++ compiler and update your database with the files form the SQL folder.
  6. How is the option exactly called? I haven't found anything on "console" or "logging level"?
  7. Is it possible to turn off the console flooding somehow? So that I dont see the all the CMSG_HEART_BEAT(0x... etc?
  8. I dont know how to do that but a little suggestion: Make sure you can't farm lowbs for levels.
  9. sso1

    Dual Spec

    I would if I could but since I cant I wish you good luck and hope you'll find someone who can. It would be realy awesome to see this implemented:)
  10. I just wanted to know if dual speccing is already implemented in Mangos. Dual Spec
  11. I didnt had that problem yet but how can I disable view source? :confused:
  12. Yes that works , we maybe continue in private over msn or icq / pm ICQ: 227-771-604 MSN: [email protected]
  13. It compiles and I also dont get a error on starting it up, but what is it supposed to do? I done a few things but the table in the realmd db is empty EDIT: Aww yes a error
×
×
  • 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