Emudevs - MMORPG Development

Immerse yourself in a world of limitless possibilities and open the gateway to mmo emulation.

Open Lua Browller's Premium Systems

Swerkx

New member

0

0%

Status

Offline

Posts

1

Likes

0

Rep

0

Bits

407

8

Months of Service

LEVEL 6
85 XP
Hello I use Lua Browller's Premium Systems ==> https://emudevs.gg/threads/browllers-premium-systems.8543/

I tried Weapon System 1.5 Standalone mode
However, it is impossible to make it work each time I want to put a talent point in the new tree, the server crash and I get the error: "[1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank, trait_row, CurrentPrice) VALUES ('11', '920356', '1', '90', '1500')' at line 1
Error while parsing SQL. Core fix required."

I have no skills in this area despite having tried several tests.

I think the problem is in the "Traits_Server" file where the lines of code to insert and modify the SQL tables are located.


If anyone can help me, thank you.

P-S I added the SQL tables as well as the implementation of the patch and the DBCs in the core.
(sorry I use a translator :s)

Sincerely
 

Sinistah Squirtle

Member

0

0%

Status

Offline

Posts

19

Likes

21

Rep

0

Bits

645

11

Months of Service

LEVEL 5
70 XP
There is an error in the SQL query its trying to run located somewhere near 'rank, trait_row, CurrentPrice) VALUES ('11', '920356', '1', '90', '1500')'

Somewhere in the lua code its trying to run a SQL query which errors causing your problem. The only fix is to figure out why its throwing the error and fix that.
 

1,814

Members

1,014

Threads

8,446

Posts
Newest Member
Top