Jump to content

xzbbzx

Members
  • Posts

    30
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by xzbbzx

  1. Hi there, I'll explain my problem, to see if anyone can help me out. I compile a private server where we use none-official races (goblins, ogres, etc) with their own racial traits. So, a while ago, there was no problem. We just had to forget the old racial traits, and learn the new ones the first time we logged in, and it stayed like that. After this, there was a commit where the deafult spells (racial and class specific) where loaded on player load, everytime we accessed the server. So I went to player.cpp and there, to Player::LoadFromDB function and commented out the line learnDefaultSpells(); and no problem. I fixed the issue and could still play with our own traits. Now, the problem is that the default spells are loaded in memory and not saved to the player, so having this line commented will make NEW PLAYERS (this problem doesn't apply to old players) don't know anything (not even languages. for example, the warrior won't even have the arms tab in the spell book). So, I tryed to uncomment this line, so as to learn all the new spells. Did this, accessed the game, learnt all spells up to level 55, and again, commented the line. The problem was that, once again, when logging in, the player didn't know the default spells that it should know (but it did know the spells learn by trainers or by command). This leads me to thinking (and by having taken a good look at the code) that these default spells are loaded in a map, but aren't saved to the player's data. Is this intended? What would be a possible solution to my problem? Thx in advance
  2. On the private server I'm in, we're starting "a project" where we're going to spawn the stormwind vault.
  3. TortoiseSVN makes it user friendly, while we can't say the same about a program for git... Is there a reason why you won't be having both of them for the lifetime of mangos? I mean, if you've made a script so that svn is automatic, why remove it when most of us want it and it means no extra work for you?
  4. I really don't get the switch to git. It just makes simple things complicated . Before, you only had to update, apply patch and compile and specify rev number on compile. Now you have to update, apply patches (which I still don't know how to do) and compile without even knowing the rev number. Please, don't say this is what the community wants because that is just not true. Also, the repository is for devs, or in my case for example, the way to be able to have the AH bot patch. Does that make me not worthy of using the repository? Sorry, but I just don't believe the reasons you give. I may believe git uses less BW, but please don't try to fool us saying it is much better to use than svn, because I find that a joke. This whole git thing is just a really BIG step backwards.
×
×
  • 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