Char is created as Monster type(WorldConquerv2)

06/27/2017 03:09 Vapx#1
I have no idea why i get this !!


[Only registered and activated users can see links. Click Here To Register...]
06/27/2017 07:09 Spirited#2
Looks like you're using a modified client
06/27/2017 19:43 Vapx#3
Quote:
Originally Posted by Spirited View Post
Looks like you're using a modified client
Thanks alot ! i figure it out

it was my stupid i didn't notice that "Set AutoCommit = 0" was enabled by default in navicat ...
06/28/2017 02:37 Spirited#4
Quote:
Originally Posted by Vapx View Post
Thanks alot ! i figure it out

it was my stupid i didn't notice that "Set AutoCommit = 0" was enabled by default in navicat ...
I'm not sure how autocommit for MySQL transactions relates to that... but I'm glad you solved the problem.
06/28/2017 06:25 LetterX#5
Quote:
Originally Posted by Vapx View Post
Thanks alot ! i figure it out

it was my stupid i didn't notice that "Set AutoCommit = 0" was enabled by default in navicat ...
That um...that wouldn't cause health bars to appear on a character...:confused::confused:
06/28/2017 17:25 Vapx#6
Quote:
Originally Posted by Spirited View Post
I'm not sure how autocommit for MySQL transactions relates to that... but I'm glad you solved the problem.
Thanks! it did the job ! maybe i will investigate later

Quote:
Originally Posted by LetterX View Post
That um...that wouldn't cause health bars to appear on a character...:confused::confused:
yes and there were alot of issues i didn't mention caused by it !
07/01/2017 05:14 pintinho12#7
maybe he meant auto increment
07/08/2017 16:03 turk55#8
Quote:
Originally Posted by pintinho12 View Post
maybe he meant auto increment
Auto increment and autocommit are different things:

Autocommit is:
Quote:
By default, MySQL runs with autocommit mode enabled. This means that as soon as you execute a statement that updates (modifies) a table, MySQL stores the update on disk to make it permanent. The change cannot be rolled back.
[Only registered and activated users can see links. Click Here To Register...]
07/09/2017 20:50 pintinho12#9
Quote:
Originally Posted by turk55 View Post
Auto increment and autocommit are different things:

Autocommit is:

[Only registered and activated users can see links. Click Here To Register...]
Really?
Dude, I respect you and I'm pretty sure you're smart enough to know what I meant...
07/09/2017 22:52 Spirited#10
Quote:
Originally Posted by pintinho12 View Post
Really?
Dude, I respect you and I'm pretty sure you're smart enough to know what I meant...
Maybe it was a miscommunication - you're right though. He probably meant auto increment for character ids.