Jump to content

Skirnir

Members
  • Posts

    220
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Skirnir

  1. Tried using Wow.exe instead of Launcher.exe? If your client version does not match your server version: after login it wont let you join a server. Otherwise please post the "update" message. Reinstalling Arch was nothing you needed to do, therefore it's Arch :-) Regards Skirnir
  2. @hedgehog27: Sorry mate there is no such thing as a mangos platinum download in my world. You obviously use a repack I don't know. These php files you refer to are not part of mangos, neither is the guide you read. That's why we can't help you, sorry. You also can try to get help from the person who gave you this repack, but due to security reasons (who knows what was compiled) and the learning part; you could as well try to compile it yourself and create a server. Something people of this forum can help with. You can find mangos sources for mangos 1.12 here: [1] Guides how to compile these sources should be there: [2] Regards Skirnir [1] https://github.com/mangos/zero [2] http://getmangos.eu/wiki/Portal:Main
  3. You insert the IP your dynamic dns provider gives you. In realmd you insert "whatever.servegame.com" and in realmlist.wtf you add this as IP as well. in configs you have something like: server:127.0.0.1 database:mangos server:127.0.0.1 database:realmd and in realmd database you change: address: whatever.servegame.com In realmlist.wtf you change: set realmlist whatever.servegame.com You have to make sure that no firewall is blocking you and that the port your trying to connect to is open. hth Skirnir
  4. First off it's not making the server public. It's making it possible for testers (family n friends) to connect to your server. And second what did you do so far? It's just changing the conf files to connect to your world&realmdb and changing the ip in realmd database, nothing else has to be done. If you test on your pc, after changing the ip in realmdb you have to change it the realmlist.wtf file as well. Regards Skirnir
  5. 1.) Open the patch file in an editor. Search for the term "src/bindings/universal/Makefile". (This line was removed here [1]) 2.) Open the file configure.ac in an editor, too. Search for "src/bindings/Makefile" Now have a look at 1.) there you see the lines from 2.) plus this " src/bindings/universal/Makefile" line. You have to remove this line from your patch source. But there is more. Patch needs to view three lines around the part where to insert or remove code to make sure that it patches the correct sources. So you have to make sure that the three lines above/below a insert/delete match your lines in your sourcecode (at 2.)) I currently have no code, so I guess: Your patch file looks like: ### line to force whitspaces! src/bindings/Makefile src/bindings/universal/Makefile + something from ahbot + #blabla #blabla ]} The file looks like: ### line to force whitspaces! src/mangosd/mangosd.conf.dist src/bindings/Makefile #blabla #blabla ]} # more comments now you have to make sure the line patch wants to insert matches your file. Patch should look like: ### line to force whitspaces! src/mangosd/mangosd.conf.dist src/bindings/Makefile + something from ahbot + #blabla #blabla ]} Well that's currently the best explanation I can give you. See what you can make out of it. In case you can't do anything with that, cut the configure.ac part from you patch file and insert the lines starting with a "+" manually in you source files, or remove the lines starting with a "-". (An empty line counts as a normal line) hth Skirnir [1] https://github.com/mangos/mangos/commit/808059e1c0b254d40f912e2f1f5328e829d97c78#diff-0
  6. @yad02 guess that's caused by MMaps. Just checked two ships a zeppelin and the underground railway and everything's fine. MaNGOS: 10934 SD2 AHBot YTDB 579 Regards Skirnir
  7. YTDB_0.13.8_R560 Can't reproduce it with 579 (which was released today), maybe apply the pending 17 updates? Update 577 was for 10878 ~close to your MaNGOS core revision. Regards Skirnir
  8. .ahbot is the patch command [1], so you should try ".ahbot help" And your config file is exactly the one of cyberiums repo. In case it's inside the folder where mangosd.conf and realmd.conf are located and named correctly ahbot.conf I don't see any reason why ahbot should not work. Check if something went wrong with patching, else I've no clue. Regards Skirnir [1] https://github.com/cyberium/mangos/blob/new_ahbot/src/game/Level3.cpp
  9. Any reason why this new icon was created? I like it. It's clear and fits this website, but I don't see the connection to MaNGOS. It's just a cloud with a flash. Could as well been used by a weather forecast. Weatherman: "Don't leave you house tomorrow, looks like there will be MaNGOS-foundation" Regards Skirnir.
  10. Skirnir

    MMaps Redux

    Just to show what the above posted script creates: https://github.com/SkirnirMaNGOS/Detour/commits/ Regards Skirnir
  11. Skirnir

    MMaps Redux

    Something like this should work: https://gist.github.com/722672 Maybe it could be more sexy, but it's late and I'm not creative enough and haven't used sed enough My test showed it works, but who knows Regards Skirnir
  12. Skirnir

    MMaps Redux

    Finished uploading maps, vmaps, mmaps ... gee what a session Patch extracted, hundreds of trailing whitespace errors had to be fixed, libmpq was double didn't want it that way ... took some time. Waiting half a day, going online a minute ... seeing it was worth doing so. Attacked a guard in undercity and watched them follow me down to the lowest floor. Just one word: Awesome! Extracted all 4 continents and instances with --hiRes... true. Debian x64, now I'll continue testing Regards Skirnir PS: The only warnings I got: http://paste2.org/p/1118051 . Revision was faramir118s gcc fix.
  13. Just because a user asks another to not bump this thread, it still isn't forbidden I don't understand how this should improve anything. This patch works, this was tested by many users for many months. It was rewritten in a way, people expected developers to want it. It doesn't create intensive cpu load or other bad side effects. Making PseuWoW (is it still alive?) a server addon is imho hilarious. Maybe sometime someone will rewrite mangos in a more modular way, but currently I don't know anyone doing something huge like this. Regards Skirnir PS: I might have lost the golden thread, at least this thread does ... I'm running versions of ahbot since Naicisum showed up. It works FULL STOP
  14. This was already done at least one hour before your post. [1] Regards Skirnir [1] https://github.com/cyberium/mangos/commit/b268e7b4a1ba9f2d1a387c3ce4421d8d39084f26
  15. You have should have four databases, characters, mangos, realm and scriptdev2. Dump mangos (world database where you imported udb), import ytdb full release into mangos db and import the ytdb updates and all mangos updates. You didn't have to go through all the russian, they have an english speaking section. ACID 3.0.6 is included, iirc 3.0.7 isn't. Better is in the eye of the beholder. I'd say it's the most playable database around. Regards Skirnir
  16. Apply all sql updates higher than 10660 in the correct order. Probably a fresh import of a database delivered by your database provider (e.g. udb/ytdb) and updating it to the latest, will be the best. Insructions how to update a database can be found at mangos wiki and in certain beginners threads of this forum. That's by the way what can be seen from your screenshot. MaNGOS checks for a database field which is updated after a successful import of an sql update. Your database is missing one or more updates. You have: 10660_01_... You need: 10704_01_... Regards Skirnir You have and you need are different numbers, that's what davemm ment.
  17. https://github.com/mangos/mangos/commit/0d13d5d0c46c27c68e0cd26564a0a7d8fd181ae5 10659 should fix this, just recompile your server at/after this commit. hth Skirnir
  18. No there isn't any progress otherwise you would see this thread in ...accepted and your long enough with the mangos to know that AHbot is a ~3.5k lines patch (at least the last version I extracted was that long), it takes time to review such a big one. Beside that not every dev is interested in reviewing this patch. To sum it up: every second day nagging if there was progress isn't really helpful. Just look at devs list right now. People want a crash free server, people want a 4.0.1 server, people want outdoor pvp, mmaps, multithreading, npcs on transports, vehicles (just to sum up some of the most urgent things) and of course every other little bug fixed and not anytime, but now. MaNGOS isn't like many other open source projects. Devs have a life beside developing for mangos master branch. People need to work for money to feed their own and other peoples stomachs AND there is absolutely nothing and no one forcing them to implement anything in MaNGOS other people want them to do. MaNGOS devs can't live from developing the core. If a guy like Linus Torvalds can review thousands of code lines every day, he can do so because he's payed for. MaNGOS instead is a learning project in a legal gray zone and I doubt that this will change anytime. So have patience and enjoy a working patch until a dev decides whether or not it's implemented. Regards Skirnir PS: Yeah I know you wont stop posting, but just like you I'm a fan of this patch and seeing new replies always makes me hope there was anything "important"
  19. ACE 5.8.2 has some serious new bugs and using sources with bugs causes crashes and therefore should be avoided. Why does MaNGOS include a new ACE version with bugs that cause crashes? Debian uses 5.7.7-4 in testing/unstable and since Debian is know for its stability other versions are dangerous. (hope I got that one right) Lynx3d you have to learn to read between the lines Regards Skirnir, enjoying an official holiday
  20. Using a new table brings the disadvantage of ... having a new database table. Imo it should be easier to add a config line "items to exclude: "1,2,3,4" " I dunno about how many id's we are actually talking, but using a separate table is something that would never make it inside the core. Regards Skirnir
  21. @Betaman2k: Well ask rsa, I highly doubt cyberium is going to check rsas branch On topic, my server is running for almost two days now and I can't complain about any console spam etc. I can start with some deeper testing this weekend, different commands values and well ... testing. Regards Skirnir
  22. Hi cyberium, I just updated my server a second ago (so I can't comment on the latest changes). Yesterday I was missing an option to change ahbuyers bid range. Do you plan to change this MaxBuyablePrice = ( BasePrice * config.Buyer_Price_Ratio )/100; into a more customizable MaxBuyprice? Like itemprice*1.5 for yellow items or itemprice*10 for blue items? If I understand your formula correctly it would not work for low price items. An item x with BasePrice == 20 and a config.Buyer_Price_Ratio==3: AHBuyer would buy to 0.6 percent of it's value <= to my understanding it would not even pay it's BasePrice. MaxBidablePrice = MaxBuyablePrice - ( MaxBuyablePrice / 30); // Max Bidable price defined to 70% of max buyable price 0.6-(0.6/30)=0.58 AHBuyer would not bid beyond 0.58 Percent of it's BasePrice Maybe I haven't thought about it enough, (I'm tired) or I don't quite understand it anyways I have to test n play with that a bit :-) Ofc if BasePrice is > 33 MaxBuyable and MaxBidable rise. Regards Skirnir
  23. There is no way you get the dark knight to level 80 :-P But for deathknights have a look at mangosd.conf # StartHeroicPlayerLevel # Staring level that have character of heroic class at creating (in range 1 to MaxPlayerLevel) # Default: 55 Max skill n some other stuff can be found there as well, dunno ... Regards Skirnir [Edit]: Darn overlooked that your already that far >.< [Edit2]: darkstalkers code part can be found in Player.cpp. Was scrolling down to that part ...
  24. So UDB is now the official DB? I'm just curious since mangos used to call itself database independent and I liked it that way. And without any database political intention, UDB seems at the moment (at least on user site like a dying project), updates more than slow, forums offline for weeks, website address swapping. Some good people left or rest and it does not appear to be the UDB it once was. Otherwise, after recent forum updates I could not log in (or well I could but only into a white page with an error message) so maybe I'm wrong. Anyways that's all not mangos related ... Regards Skirnir
×
×
  • 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