Jump to content

bizkut

Members
  • Posts

    24
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

bizkut's Achievements

Member

Member (2/3)

0

Reputation

  1. MangChat 1.7.9 merged into Mangos 9191. Now with GM ticket function for list/read/respond/delete tickets. respond function doesn't work properly btw. Please help me to correct the code. You can see the changelog here http://github.com/3raZar3/MangChat/commit/dfbb2bf3fd830ea744eb04d9a06084116067146b Change majorly at the bottom of src/game/mangchat/IRCCmde.cpp and I fix the indentation a lot. Please report/suggest any bug. Thanks p/s Anybody know how to change indentation in VC2008 express to use spacebar instead of tab spacing?
  2. Not at all. Here is the diff between original Player.h and playerbot patch 55a56,59 > // Playerbot mod > class PlayerbotAI; > class PlayerbotMgr; > 2338a2343,2352 > > // Playerbot mod: > // A Player can either have a playerbotMgr (to manage its bots), or have playerbotAI (if it is a bot), or > // neither. Code that enables bots must create the playerbotMgr and set it using SetPlayerbotMgr. > void SetPlayerbotAI(PlayerbotAI* ai) { assert(!m_playerbotAI && !m_playerbotMgr); m_playerbotAI=ai; } > PlayerbotAI* GetPlayerbotAI() { return m_playerbotAI; } > void SetPlayerbotMgr(PlayerbotMgr* mgr) { assert(!m_playerbotAI && !m_playerbotMgr); m_playerbotMgr=mgr; } > PlayerbotMgr* GetPlayerbotMgr() { return m_playerbotMgr; } > void SetBotDeathTimer() { m_deathTimer = 0; } > 2598a2613,2616 > // Playerbot mod: > PlayerbotAI* m_playerbotAI; > PlayerbotMgr* m_playerbotMgr; >
  3. If you could see the code clearly here http://github.com/bizkut/Valhalla-Project/blob/d7afa37d1081827fa88f38a40e5145d9dc0d9301/src/game/Player.h you need to patch the file manually. I think I did hack-patched it.it compiles fine but I didn't test in game.
  4. Thank you. I just merged mangchat with mangos 9183 there. btw erazare, do you like to keep mangos patchable against both mangos core and Valhalla or mangos only? I use Valhalla+mangchat on my server, but still patching mangchat against mangos core to keep it clean.
  5. I am working on tickets read/reply/delete. will push to the repo once finished and tested
  6. This patch which will be cleanly applied to mangos 9183 http://pastebin.ca/1752418 blueboy please check the patch if it got any error. my commit for playerbot is here http://github.com/bizkut/mangos/commit/c9448600a023ffd0191dcf15e7cd07085fc4be9a with "playerbot" branch
  7. there is no command for tickets. only tickets creation/delete announcement was implemented. You can see all commands here src/game/mangchat/IRCCmd.cpp
  8. Don't quit on mangchat. I already move back from mangos->trinity->mangos because of a lot changes on core codes for trinichat and I can't follow it anymore. I can't live without mangchat.lol..I wish tickets management (view/reply/delete) will be added to mangchat soon.
  9. Thank you but it's only a small fix btw
  10. lol i don't know if the repo is good or even compiles but I had push the fix there
  11. I am using git version 1.6.5.1.1367.gcd48 I apply using patch -p1 < mangchat.patch and git add . afterward. My nick at github is bizkut btw. you can add me and I will push the fix.
  12. I am on windows 7. I patch it against clean mangos repo 9178 and works fine here.
  13. Try using patch -p1 < mangchat.patch instead. Line 92 as we can see is an sql file so make sure 1_account_data.sql is not exists in sql folder
  14. rebase your repo into mangos 9178 git apply mangchat.patch git commit into your repo Your existing mangchat repo already messed up. You need to rebase and apply the patch I made, and I think you need to review it first because I am not a good coder.
  15. I mean you need to apply the patch against vanilla mangos 9178. I made the patch from your repo, not Xeross's. sorry for misunderstanding.
×
×
  • 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