Need Current vwBotCharacterMobs table
Does anyone have a current vwBotCharacterMobs table thats working with the 'laston' column? I need to fix my database to get RoF2 fully working.
Im getting an error about the 'laston' column not existing when you login to my test server (Test Server for Imperium), and not sure how to set that column up, or what Im missing SQL update wise since I ran the utility and updated the db. |
This is what I have, no idea if its as upto date as it could be:
Code:
select _utf8'C' AS `mobtype`, |
I have the same thing, and EMU on the latest code update as of last night throws that SQL error when you login. Weird.
|
Are you sure its asking for a 'laston' column, not 'timelaston' ?
|
Code:
`c`.`last_login` AS `timelaston`, |
No very much on Windows.
|
So that fixed it by editing the view so it displayed those fields. I also had an issue with the botbuffs table not having a column for dot_rune, added that, and that's fixed.
I guess some bot stuff was updated and there wasnt a SQL update or something. |
Bots are not a part of the primary deployment. Unfortunately, they are filius nullius...
I'll take a look at the `dot_rune` column at my next opportunity. |
Quote:
|
Quote:
Uleat, have a look here, this is sql/git/required/2014_02_20_buff_update.sql Code:
-- UPDATE BUFF TABLES From load_bots.sql as of 2-7-2015: Code:
CREATE TABLE `botbuffs` ( EDIT.. from bot.cpp Code:
std::string query = StringFormat("SELECT SpellId, CasterLevel, DurationFormula, TicsRemaining, " |
Rencro, thanks for that!
I'll take that and see if anything else needs tweaking as well and put it in an update script. We don't want load_bots to be the only source for the update because that would require a drop_bots to apply the change. |
Quote:
Code:
DROP VIEW IF EXISTS `vwBotCharacterMobs`; |
I have a simple-minded question here. With the vwbotcharactermobs view listed at top, would you add it to my own database like this?
Code:
CREATE VIEW 'vwbotcharactermobs' ( |
I found out where to add the view using HeidiSQL and inserted the view. I am able to summon a bot now, but this is the error I get now once it's spawned:
Code:
[MySQL Error] 1054: Unknown column 'caston_x' in 'field list |
All times are GMT -4. The time now is 05:46 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.