Jump to content

Toinan67

Members
  • Posts

    389
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Toinan67

  1. Morgan > wget is quite easy to use. Just type wget $url To get the icons you should type : wget [url]http://github.com/downloads/Shadez/wowarmory/wow-icons_r308_full.7z[/url] Then unzip and you're done
  2. Did you actually install the DB before trying to apply updates? ^^
  3. If they reveal a new MMO, I hope it will be something quite different from WoW. Otherwise it will be a wow-killer. (Imo only Blizzard can make a game better than wow) As you said, a FPS/MMO would be nice
  4. Mini Diablo x) That's what I thought, I don't know anyone who played every month for 5 years. With WOTLK, a lot of them stopped because the game was getting too casual. I'd like to see some greens posters here! VladimirMangos, laise, Lynx3d, etc, tea or coffee? ^^
  5. No problem with your changes, I'm just here to watch and learn ^^ And for the author name, don't care at all Edit : and btw, never forget the TODO and FIXME marks in the source code, that's really useful!
  6. Well I think we all agree with this idea, this was already done for the data field of characters table. But atm I don't know if all that stuff in item_instance.data can be stored somewhere else or deleted. Maybe it's on devs' todo-list ?
  7. A mini-sheep? Did you pay and play every month for 5 years? That's...pricy. antiroot > nice resume ^^ You seem to have a good knowledge in many domains I have a Debian server, 4 Go RAM, 2.4 GHz quad core processor.
  8. You can recognize a tea with its color? Pro! I can't even feel the taste difference between all teas. All of them are WAY TOO HOT and burns my tongue. No taste for 3 days.
  9. 56 days since 2005 is quite casual for sure ^^ I've played something like 20 days in 2 months.
  10. Just for you EARTHHWALKER! You'll notice the cute flower :mellow:
  11. Since I asked for this section, let's try to initiate a discussion here! So first subject will be quite simple : what do you guys do in your life? Are you student, do you have a job, do you play WoW 20h/24? What are your hobbies? Other question : for how many hours/days/weeks/months/years do you know MaNGOS? Personnaly, I'm a student (informatics of course...) and I'm in internship in a news company. (Bored all day, that's a bit why I asked for this section) I've heard about MaNGOS about 2 years ago, and well I was quite impressed (How the ... do they make a WoW server?) I must say MaNGOS is a great experience for me, it teached me a lot in many domains (other than C++). Except this, IRL, nothing important to say. I like all types of music (except the ones I don't like.), I used to do sports but I stopped few years ago, I like watching TV shows, sleep, eat and I breath. Your turn!
  12. That was fast. x) Thanks ! Hope people will participate!
  13. Hi, I'm surprised nobody talked about it yet, but I think it would be nice to have a "Relaxation" section in the forum. We're just humans after all, and I'm sure we all like to sometimes talk about something else than MaNGOS, WoW, C++, spells and vmaps. (Well...I hope we all like.) That's what makes a great community too, when you start to learn a bit more knowing other contributors. Just talk about actuality, debate on something that happened, sports, music whatever you want It would definitely make some people come more often, therefore contribute to the project too. I know these forums were not made to speak about the death of Michael Jackson or the climate change, but sometimes share something with the community might be great What's your opinion?
  14. Shame on me! I'm using YTDB. Well thanks for the answer
  15. I just noticed a "todo" in the source code : data << uint32(guild->GetMemberSize()); // amount of accounts (TODO: implement) The number sent was the number of members, not the number of accounts. This patch sends the number of accounts. I don't even know if this number is still used in the client, but well at least I tried ^^
  16. No, but there is a function named "CheckInteRgrity" which should be "CheckIntegrity" Just a typo fix, nothing big...but as Kich0 said :
  17. First post updated with the new patch. I added m_accountsNumber which is updated when someone joins or leave the guild, and I added players who are not logged in in the calculation of it.
  18. Without whitespace/extra spaces : http://paste2.org/p/929561 Edit : btw, I don't know how often the HandleGuildInfoOpcode is called, maybe it would be better to add something like m_accountsNumber in Guild.h to avoid too much calculation?
  19. Hi, I noticed something in some tables of the mangos database. Some GUIDs fields are not unsigned, but I don't understand why. A GUID is always positive, am I right? Examples. Table creature : `guid` INT( 11 ) NOT NULL AUTO_INCREMENT Table gameobject : `guid` INT( 11 ) NOT NULL AUTO_INCREMENT Moreover, in other tables, those GUIDs are unsigned Table creature_respawn : `guid` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0' Is there any reason for not making those fields unsigned? Thanks
  20. Look at the comment line above : * @param player_tap Player who tap unit if online, it can be group member or can be not if leaved after tap but before kill target The player_tap could possibly not be in the group. The loop covers only the group members, that's why player_tap is processed after
  21. Thanks for the maintenance anyway
  22. * What bug does the patch fix? What features does the patch add? Send the guild accounts numbers instead of the members number in HandleGuildInfoOpcode * For which repository revision was the patch created? 10277 * Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread. Didn't found any * Who has been writing this patch? Please include either forum user names or email addresses. porteyoplait (=me) Here is the patch : http://paste2.org/p/929774
×
×
  • 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