Jump to content

sso1

Members
  • Posts

    26
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by sso1

  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
  14. This code works gonna test it now ingame by the way I had to remove the last ");" on the + sWorld.SendWorldText(LANG_KICK_WORLD_ANNOUNCE,nameOrIP.c_str(),m_session ? m_session->GetPlayerName() : "CONSOLE",reason); [b]);[/b] Thanks very much! EDIT: Works awesome! Thank you very much for your patience and helping me!
  15. DK zone is supposed to be a sanctum so like shattrath & dalaran the pvp there should be off , just it isnt here :mellow:
  16. Added and compiled still the same error showing up:(
  17. Can Windfury get his coefficients also from this table? I see its hitting with Rank8 and a decent gear for 120 - 600 crit
  18. I get ..\\..\\src\\game\\Level2.cpp(2082) : error C2065: 'nameOrIP': not declared. ..\\..\\src\\game\\Level2.cpp(2082) : error C2228: Links von ".c_str" must be with a race / class / union. Typ ist ''unknown-type'' ..\\..\\src\\game\\Level2.cpp(2082) : error C2065: 'reason': not declared. ..\\..\\src\\game\\Level2.cpp(2082) : error C2059: Syntaxerror: ')' compile error with your code. Anyways thanks for the help
  19. That's same code as xirror123's, i need + sWorld.SendWorldText(LANG_COMMAND_KICKMESSAGE,GetNameLink(target).c_str()); with target name & the my name so like %s was kicked by %s. in the ban helper ,nameOrIP.c_str() was used i think but thats not defined in level2.cpp , someone knows how to do that? :confused: EDIT: Is there maybe ' GetNameLink(target) ' with (me) instead of (target) ?
  20. Awesome that worked, thank you =). So if i want to add now the one who kicked the player and a reason then it should be like sWorld.SendWorldText(LANG_COMMAND_ANNOUNCEKICK,nameOrIP.c_str(),GetNameLink(target).c_str(),reason); right?:mellow: EDIT: I compiled it with this and I got 2 errors, nameOrIP.c_str & reason are not defined . Any ideas?=)
  21. Thanks! But is it also possible to do that for kick? My attempts just made my server crash
×
×
  • 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