Hi,
My Ascent server is running good - there are however 3 bugs and I wonder how to solve them.
> Critters deal insane damage and have insane health
> Mounts do not function well, if you mount up you only see the icon, but there is no speed increase nor mount graphic/visual
> Guild creation does not function well, when a guild is created a MySQL error is shown in asce.exe : Sql query failed due to [column count doesn't match value count at row 1], Query: [INSERT INTO guild_data VALUES(3, 1, 0, '', '', 0, 0, 0, 0)]
Please help :)
Edit: mysql looks like this:
Code:Field Type Collation Null Key Default Extra Privileges Comment ---------------------------- ------------ ----------------- ------ ------ ------- ------ ------------------------------- ------- guildid int(30) (NULL) NO select,insert,update,references playerid int(30) (NULL) NO select,insert,update,references guildRank int(30) (NULL) NO select,insert,update,references publicNote varchar(300) latin1_swedish_ci NO select,insert,update,references officerNote varchar(300) latin1_swedish_ci NO select,insert,update,references lastWithdrawReset int(30) (NULL) NO 0 select,insert,update,references withdrawlsSinceLastReset int(30) (NULL) NO 0 select,insert,update,references lastItemWithdrawReset int(30) (NULL) NO 0 select,insert,update,references itemWithdrawlsSinceLastReset int(30) (NULL) NO 0 select,insert,update,references depositedMoney int(30) (NULL) NO 0 select,insert,update,references


Reply With Quote![[Ascent] Bugs (mounts, guilds and critters)](http://ragezone.com/hyper728.png)


