View Single Post
  #6  
Old 10-26-2021, 01:04 PM
Nukerella's Avatar
Nukerella
Fire Beetle
 
Join Date: Jun 2015
Location: Canada
Posts: 28
Default

Quote:
Originally Posted by Baltros101 View Post
After some more testing, I have a reliable reproducible case here:
  • Create a human monk in Freeport
  • Create a human cleric bot
  • Spawn the bot and invite it to group
  • Wait for bot to finish buffing and stand still
  • Zone into East Freeport (should work with any zone)
  • As soon as you zone the zone crashes

This is with yesterday's server code and Titanium client, and expansion limited to PoP via the following method:

Code:
UPDATE variables SET value=15 WHERE varname='Expansions';
UPDATE rule_values SET rule_value=4 WHERE rule_name = 'Expansion:CurrentExpansion';
UPDATE rule_values SET rule_value=15 WHERE rule_name='World:ExpansionSettings';
UPDATE rule_values SET rule_value=15 WHERE rule_name='Bots:BotExpansionSettings';
Try using a rof2 client.
Reply With Quote