Jump to content

Curious

Members
  • Posts

    103
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Curious

  1. Curious

    MMaps Redux

    Yeah...sry. Used to watch this thread almost avery days make me forget to check the main post. @faramir : how did you send the movement to creature before sending the whole path ? you were calculating the next point to go at evry clock cycle ? About nix build someone was working on that, and i thought it had finished.... Did changes make his work useless ? @Toinan : i think the best place to start would be recast if you get recast right, you'll have the base to understand how it is applied to MaNGOS.
  2. Curious

    MMaps Redux

    The number of thanks make you wrong And be aware that your work is much appreciated. As said before this will be a epic commit (if it ever make it to master). @ faramir : As for now what is still to be done ? pathfinding in liquid ? mob who are allowed to walk/swin in specific area (lava/water....) ?
  3. Maybe it's due to the respawn time because after rebbot Go seems to be visible.check the respawn time . For another solution in GoCreature there is : Player* _player = m_session->GetPlayer(); From that i think it shouldn't be hard to get the player GUID Don't be afraid to insult me if i'm saying a lot of bullshit
  4. Anyway, as evil Patman said you could argue that you didn't agree on anything by modifying the config file. I don't think that somewhere there is stated that you have to clic on Accept and if so it would be a paradox since you would have to accept to click on accept by clicking on it.... still following ?
  5. In the EULA it is clearly stated that reverse ingineering is illegal on WoW Client Learned that in the pdf posted by roby10. So everything implemented in MaNGOS was deduced without reverse engineering or packet sniffing (also illegal ).
  6. If want to make a "instance", should try puting portal and zone check. But as said above copying the map would require client partly rewrite.
  7. No need to be rude....
  8. I'm not sur I understood it correctly. You are asking if, for instance, a 2.4.3 spell would be in a 3.x version of the game ? If so, no. But there is different fork of the mangos project, there is still minimum support for 1x and 2.x version of the game. Nevertheless there is no support for intermediate version like 2.2 or other like this one. And regarding item it's mostly DB part (see third party project in teh wiki)
  9. Are those "other people" in the same network as you ? if not i suggest you read the guide about hosting behind a router.
  10. You have to apply all the file between A and B...... Mangos sql update work this way : your currently at revision [A] which is : 9539_01_mangos_spell_bonus_data.sql in order to get to you have to applied all the sql file between the first number and the last (included). There is a field name used to check which version currently running. At every SQL change this field name is update. This system has been put in place in order to force the user to apply every SQL update without errors. If you have a "very" old version the revision number may not be the same, if so the sql's files will be in separated folder (0.15,0.16,etc...) It's not that hard to understand....
  11. Check a UDB wiki. Database issue.
  12. Curious

    MMaps Redux

    Are you sure it's due to the creature ? It should be the place instead. Have you tried spawn this creature elsewhere en using .debug movemap then ?
  13. Basically what you are asking is : " Is MaNGOS coded the right way".... well if the devs knew all you asked i think MaNGOS would be at version 1.0 for quite some times. What i mean is everybody here is "guessing" the core code looking at what we can (DBC, sniffer....). I believe that some thing here are more efficient that the heavy snowfall did it and they have some code far better than here (obviously their core is complete....).
  14. Do you mean like the earth golem(mainly) which spawns "adds" as their health go down ?
  15. In the wiki there is "External link". The database used by most mangos user is UDB.
  16. Should be post in Under Review section
  17. I had the very same problem. It's cause by the lack of 64bits compiler on VS2008/2005. Could be add via the uninstall/modify windows menu => on the screen where you chose what to enable/disable, in C++ there is the 64 bit compiler.
  18. Yeay \\o/ Time for review.
  19. Did you applied UDB (or other DB providers )properly ? Please detail which sql file you applied.
  20. try using localhost (127.0.0.1) and give back the result
  21. You seem to did it correctly except that you don't have a clean core I doubt you will get support unless you report this bug on a clean core.
  22. You should post this to general help or core modification. There is no good forum division for that but putting it here may low the visibility of your work.
  23. you would have figure it out by yourself regarding the name 6 example script one generic the last 3 one are more questionable but i believe everyone have them.
  24. i don't know. As far as i know there is some implemented in the core but it might not be the last version so applying them doesn't hurt (edit your post to prevent double post)
  25. I can't investigate right now but my quest would be chatHandler.cpp
×
×
  • 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