Jump to content

Gitch

Members
  • Posts

    126
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Gitch

  1. Hey guys, first, my hats off to ya for the progress made on bots. wow... ive been away from mangos for about 3 years now.. so im amazed at all the work thats come from the community. I have the same issue as Kennumen. when I tell a bot (any bot, anywhere) to skill train (*skill link here from shift-click*) insta lock up of mangos and I have to reboot to kill it (have tried task manager etc no luck) due to the nature of the crash, I dont get an error code obviously. Ive tried it in numerous locations and it still crashes. Now, for some stats: Im on Windows 7 (64bit) I'm using (for bot server) compiled git.com/playerbot/mangos.git master. My DB is UDB 11852 Changes ive made include the following sqls to increase herbs/mineral spawns: update pool_template pt join (select pgo.pool_entry, count(1) zone_total from pool_gameobject pgo join pool_template pt on pgo.pool_entry=pt.entry where pt.description like "MASTER%" or pt.description like "%MASTER" group by pool_entry) tpgo on pt.entry = tpgo.pool_entry set pt.max_limit=ceil(tpgo.zone_total/3); and update pool_template pt join (select pp.mother_pool, count(1) pool_total from pool_pool pp join pool_template pt on pp.mother_pool=pt.entry where pt.description like "MASTER%" or pt.description like "%MASTER" group by mother_pool) tpp on pt.entry = tpp.mother_pool set pt.max_limit=ceil(tpp.pool_total/3); Ive also tweaked the battlegrounds to allow 1 v 1... other than that I allow any one char to learn all tradeskills.. These changes i made before i got playerbot, and are still working on my other server. I've not tried anything to see where this crash is coming from yet, wanted to see if there had been any progress on it. For now, I'm just not using the skill train. Oops.. i offered specs didnt i... got sidetracked. windows 7 (fully up to date) acer aspire .. AMD AthlonII X2 P340 2.2ghz 3gb memory hrm.. hope thats enough. its late, im tired, will check back later. p.s. If I get time to work on any of this myself, I'll be glad to toss it up.
×
×
  • 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