Jump to content

lillecarl

Members
  • Posts

    893
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by lillecarl

  1. Well, 1.12.1 do have "blizzlike" game feeling i suppose? And in my opinion MMaps is one of the few things that really is a "killer feature" a working Warden would be aswell, i think "Molten-WoW" Got warden pretty much 100%ish for 3.3.5 (Sentinel Anticheat or whatever they call it)
  2. This function in Player.cpp: Player::IsSpellFitByClassAndRace Enough said, now you can do whatever you want with it and it aint that hard either. EDIT: Those lines are limiting what should be visible to players: You will not be able to do a proper "fix" without modifying the entire trainer "codebase" which seems to be too much for you if you cannot "go to defenition" to functions from the handletrainerlist opcode.
  3. Writing a guide would be even more time consuming. And MaNGOS is meant to be a blizzlike server suit, handling everything in the way blizzard does it. Some customisations might get support by the people who want to achieve the same thing, but is seems like noone wants to.
  4. It is in theory almosy possible to do both of it yes, but you cannot and noone will do it for you.
  5. You must not have began patching to cata, there are already 100's of threads bout this
  6. Maby you could hackfix this by checking in the player update if he is on a flight, on a flymount, in outlands/northrend etc... Or just disable flying on dungeon leave, should not be that hard if you mess around with it in the dungeon finder code, remember to contribute to the dungeon finder branch if you fix it:)
  7. I was installing a repack of -Amber- and this have same error, Is possible that my WOW Cliente have an wrong installation? 2011-11-22 22:56:35 MaNGOS/0.17.0-DEV (2010-07-16 22:37:09 Revision 10199 - bd9666046b8c18303ddb10f658420ac4708151b0) for Win32 (little-endian) [world-daemon] 2011-11-22 22:56:35 <Ctrl-C> to stop. MM MM MM MM MMMMM MMMM MMMMM MM MM MM MM MMM MMM MM MM MMM MMM MMM MMM MMM MM MMM MMM MM MM MMM MM M MM MMMM MM MMM MM MM MMM MM M MM MMMMM MM MMMM MMM MM MM MMM MM M MM M MMM MM MMM MMMMMMM MM MM MMM MM MM MMM MM MM MM MMM MM MM MMM MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM MM MM MM MMM MM MM MMMMMM MMMM MMMMM MM MMM http://getmangos.eu MMMMMM 2011-11-22 22:56:35 Using configuration file mangosd.conf. 2011-11-22 22:56:35 World Database: 127.0.0.1;3308;root;amber;mangos 2011-11-22 22:56:35 MySQL client library: 5.0.56 2011-11-22 22:56:35 MySQL server ver: 5.1.45-community 2011-11-22 22:56:35 Character Database: 127.0.0.1;3308;root;amber;characters 2011-11-22 22:56:35 MySQL client library: 5.0.56 2011-11-22 22:56:35 MySQL server ver: 5.1.45-community 2011-11-22 22:56:35 Login Database: 127.0.0.1;3308;root;amber;realmd 2011-11-22 22:56:35 MySQL client library: 5.0.56 2011-11-22 22:56:35 MySQL server ver: 5.1.45-community 2011-11-22 22:56:35 Realm running as realm ID 1 2011-11-22 22:56:35 Using World DB: YTDB_0.13.7_R555_MaNGOS_R10150_SD2_R1736_ACID_R304_RuDB_R37.8 2011-11-22 22:56:35 Using creature EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client) 2011-11-22 22:56:35 Using DataDir ../Data/server1/WOTLK/ 2011-11-22 22:56:35 WORLD: VMap support included. LineOfSight:0, getHeight:0 2011-11-22 22:56:35 WORLD: VMap data directory is: ../Data/server1/WOTLK/vmaps 2011-11-22 22:56:35 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds 2011-11-22 22:56:36 ERROR:Map file '../Data/server1/WOTLK/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program. 2011-11-22 22:56:36 ERROR:Correct *.map files not found in path '../Data/server1/WOTLK/maps' or *.vmtree/*.vmtile files in '../Data/server1/WOTLK/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file. I'll try reinstall the Client and I'll send the result Thx for all help. Sorry for the bad language but what the fuck is the revision you are using The current revision is 11847 and can be found here: https://github.com/mangos/mangos/commits/ if you want to download it without git you can go here: https://github.com/mangos/mangos/zipball/master
  8. vmaps 3 is way faster then vmaps1 i suppose, i have always been using vmaps on all my servers ive had and there has never been any lag. I dont even know when vmaps1 extisted tho. When i first got introduced to it it was vmaps2. Just use it all around the world and test? If it lags then just disable it completely until you have reverted the commit that removed that config entry. Big deal really? Test and see.
  9. Try changing datadir to the folder where you have maps and dbc.
  10. Strange... How does your config look? Try to specify the "datapath" to the folder where you have your maps,dbc etc... It might not understand where to look for the files... Im not sure at all tho. Just brainstorming
  11. If you have recompiled ad.exe and executed it inside the world of warcraft folder and got dbc and maps output, then you have made it 100% correctly, it has nver been a problem for me, maby you do not use the core from the same revision as the maps/dbc generator? That could be the only possible thing i can come up with at this moment, give me more information about how you set up your server. Maby there are some step you missed, or something you should not have done that you did? To hel you we need much more info then "2011-11-22 10:56:27 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program." It does not really help us at all.
  12. Fucking awesome that someone is creating a MaNGOS website, just make sure it's compatible with all 3 mangos versions. Also you should put some effort to a voting and donation system, maby code it as a plugin that you sell, i will test this CMS when i get home, seems to be really promising. I will also try to contribute some if possible Again really awesome that you did this! EDIT: Saw that you made a donation system already. I will try this out. When i get my new server up you will get a few buck if you support paypal
  13. As long as you can disable spells from the vmaps check its okay, else you can bug battle and combat shout in arena.
  14. MangAdmin sends a chat command on login
  15. Okay, which SD(2) Rev are you using and what One Rev are you using?
  16. Yes, if you use git (msysgit and git bash) then you can "cd" into your mangos source dir (C:\\MangosOne Source\\server\\) then you type "git am src/bindings/ScriptDev2/patches/MaNGOS- One-s1368-ScriptDev2.patch" (Note that ScriptDev2 should be with capital S and D and that i did not check the path completely, but this should probably solve your shit
  17. I think no one is willing to assist you further with this, because mangos does not support public servers (and focus to replicate blizzard completely) Anyways, it should work with that restrate increase, maby you need to relog after awhile resting, try that - LilleCarl
  18. 1st, have you applied the mangos one patch? 2nd, this belongs to the sd forum i guess, but unresolved externals are a bitch i can just tell you that you might need t regenerate project files, worked once for me =)
  19. Correct, for your purposes you want to set thee rate.rest values (all 3 of them) to 320. This is a float value, it's value is not capped to a minimum or maximum anywhere. If that doesn't work, try modifying the rate.xp values to 2, basically the same thing. Also make sure you're editing the mangosd.conf file in your mangos directory and not mangosd.conf.dist.in or anything like that. Very good explanation. But to clearify it even more it should look like this to do what he wants it to do Rate.Rest.InGame = 1 I think there can be no more questions about this now.
  20. You need to download the patch fom a patchmirror, google it;)
  21. Launch wow.exe instead of the launcher and remove the patchlist fron the realmlist file.
  22. Should be installed in C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\bin 9.0* Anyways you might have to take ownership of the file.
  23. 2008 r2 is a "fork" from win7 i think both have the minwin kernel and the same base code, wich means its more likley to be a permission error, what kind of user are you running under? Try a admin user or reinstall VS. - LilleCarl
×
×
  • 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