energy system error

02/08/2014 17:23 Mr.B'#1
Hi.
I put the energy system on my server but in game when i try to drag an item on alchimist to make fragments i get this error:

mysql: ambiguous option '--e=SELECT limitvalue0 FROM player.item_proto WHERE vnum='19' LIMIT 149;' (enable_cleartext_plugin, execute)

help me pls.
Sorry for my bad english.
02/08/2014 17:56 Sir.?#2
here
mysql: ambiguous option '-e=SELECT limitvalue0 FROM player.item_proto WHERE vnum='19' LIMIT 149;' (enable_cleartext_plugin, execute)
02/08/2014 18:09 Mr.B'#3
Sorry but I do not understand what to do

help pls!!!
02/11/2014 16:30 Sir.?#4
you open the energy_sys.lua i forget the name, but i think it is it.
You search the text ;

Quote:
mysql: ambiguous option '--e=SELECT limitvalue0 FROM player.item_proto WHERE vnum='19' LIMIT 149;' (enable_cleartext_plugin, execute)
and now you write ;
Quote:
mysql: ambiguous option '-e=SELECT limitvalue0 FROM player.item_proto WHERE vnum='19' LIMIT 149;' (enable_cleartext_plugin, execute)
02/13/2014 15:12 Mr.B'#5
my line in energy_sys.quest is
local maxlvl = mysql_query("SELECT limitvalue0 FROM player.item_proto WHERE vnum='"..item.get_vnum().."' LIMIT 149;")


mysql: ambiguous option '--e=SELECT limitvalue0 FROM player.item_proto WHERE vnum='19' LIMIT 149;' (enable_cleartext_plugin, execute)
is the error I receive