Jump to content

nyko

Members
  • Posts

    77
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by nyko

  1. I All, What an amazing mod ! I'm about to setup a second server for my tests with playerbot, i'll tell you BlueBoy the results. I think playerbot limits per account is a very good idea and this option could be included in playerbot sources. Another idea is to limit level diff, ie you could'nt load a bot with XX level more or less. because players have the wrong habit to log a 80 character to ease <20 characters's xp
  2. what a fabulous work, please continue it is a very interesting patch, usefull, may the force be with you !
  3. ok, thanks, tell us as soon as you can, may the force be with you ^^
  4. nyko

    Death Bug

    hello there, i systematically use this patch in my compil but i wonder if it is still needed, can someone don't using it tell if this bug occurs ?
  5. Hi all, I wonder if this patch is in master, i suppose no. And i wonder if there is a version compatible with latest mangos
  6. No warning no message, i can test with debug i'll do another test in a test server but i have stability problems running two realms, the second always have segment faults ... i'll get back soon
  7. no bot /w you the different choices and you /w back for fianl choice
  8. Done, tested with enGB and always mount problem, take two new characters, bring them to required level, learn mount, buiy mount, and test, when the player is mounted, the bot do not cast mount
  9. i'll test with enGB but i'm sure it will be the same
  10. Hi all, I have installed enUS DBCs and tested playerbot with this results : - server crash when you die in instance and want to enter again with your bot(s) - fresh characters with fresh bot can't make bot equip mount, it seems that only oldest of my server can, maybe someting has changed in learn/cast mount PS : mangos 9407 - SD2 1583 FR @ Mods : AHBot PlayerBot Teleguy Arena<>Honor @ Patchs : Boss oeil_acherus DruidFly DeathBug NewQuest utilisant la db: UDB 0.11.6 (387) for MaNGOS 9310 with SD2 SQL for rev. 1566 => ALL UPDATE OF COURSE i've tested with PSMDB (but i hate it, too much far from blizzlike and very bugged) with same results
  11. ... edited makefile.am by hand ...
  12. Hi all ! I've got an interesting patch but this one appears to be only Visual Studio compliant. I would like to convert it for linux. Can someone tel me how to do ?
  13. don't work since http://github.com/mangos/mangos/commit/297025b490fd2085206e69499c1bf4cf7941d364
  14. hého du bateau ! quelqu'un a-t-il testé un core compilé sans le patch et peut-il dire si la forme de vol (rapide ou non) du druide fonctionne correctement ?
  15. ok thans i'll retry .. when i'll find a way to bypass dualspec patch !! snif !!
  16. mangos 9391 : git pull git://github.com/Naicisum/mangos.git ahbot no errors ;-p EDIT :
  17. error with 9387. is it still neededd, or master have been fixed ?
  18. this character will disappear from characters list in game but stay in chracters bdd. client issue. ever tested by myself.
  19. after : git commit -a -m "name your commit" and you'll be able to continue
  20. Hello there! What is the effect of make -j xx does it make mangos multi processed really or not ? and i will soon have a x4 processor, and i usually run two realms, one for "production" and another for tests, have i got to "make -j 4" both or can i "make -j 2" each to share processor cores ?
  21. done, spells work but not bot mounts, in the same way that i described before
  22. git pull playerbot upon mangos after edit the files in conflict like this : - replace in src/game/Creature.cpp <<<<<<< HEAD:src/game/Creature.cpp AddSplineFlag(SPLINEFLAG_WALKMODE); ======= AddMonsterMoveFlag(MONSTER_MOVE_WALK); >>>>>>> 281be308bbb06c3ccd4309217a45a08f0b838421:src/game/Creature.cpp by AddSplineFlag(SPLINEFLAG_WALKMODE); - and in src/game/WorldSession.cpp <<<<<<< HEAD:src/game/WorldSession.cpp // No SQL injection as AccountID is uint32 loginDatabase.PExecute("UPDATE account SET active_realm_id = 0 WHERE id = '%u'", GetAccountId()); ======= //No SQL injection as AccountID is uint32 if (! _player->GetPlayerbotAI()) loginDatabase.PExecute("UPDATE account SET active_realm_id = 0 WHERE id = '%u'", GetAccountId()); >>>>>>> 281be308bbb06c3ccd4309217a45a08f0b838421:src/game/WorldSession.cpp by //No SQL injection as AccountID is uint32 if (! _player->GetPlayerbotAI()) loginDatabase.PExecute("UPDATE account SET active_realm_id = 0 WHERE id = '%u'", GetAccountId());
  23. you can use blueboy repo and correct by hand the errors, i've done it, there's only two errors, the first in creature.cpp and the second in worldsession.cpp if i remember. for the first one you have to delete the second part plus merge error strings for the second simply delete merge error strings
  24. i'm happy ... you react like i had, reading your firsts answers to my posts in this topic... when you talk to a stranger, be sure to not hurt (examples : dude, meaningless, don't understand, don't even know ...) i had to read at least 3 or 4 time your different posts plus this last one and yad and rttn's one, plus a question elsewhere to have sufficient informations to understand how to localize playerbot. when you explain something make sure you are understood i've just finished extracting enUS DBC, i will compile a core with playerbot (when i'll finish to correct it) to test and i'll see ... but i fear that server will be for some parts in EN for the clients ...
×
×
  • 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