plusEMU issues.

Stevee

Posting Freak
Mar 29, 2011
580
35
Hi,

I was wondering if someone could help me sort this issue? The issue is, whenever a user is trying to use the command ":pickall" they end up picking up there entire room yes or if they pickup an item, BUT if they reload there room the items they've picked up will return back in there room..

any ideas why?

@Sledmore if you could possibly help me that'd be great as well.

Thanks,
Steve
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
So when some1 picks up 1 single item all the items in the room are picked up???
Then your :pickall is just fucked up.... you should remove the command and add it remotely again (WITH THE GOOD SCRIPT)<<<
 

Data

Posting Freak
May 19, 2013
593
97
So when some1 picks up 1 single item all the items in the room are picked up???
Then your :pickall is just fucked up.... you should remove the command and add it remotely again (WITH THE GOOD SCRIPT)<<<
He gets a mysql error.
Error in query:
UPDATE items SET user_id = 21, room_id='' WHERE id = 8524
MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: '' for column 'room_id' at row 1
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at Database_Manager.Database.Session_Details.QueryAdapter.runQuery()
 

Stevee

Posting Freak
Mar 29, 2011
580
35
So when some1 picks up 1 single item all the items in the room are picked up???
Then your :pickall is just fucked up.... you should remove the command and add it remotely again (WITH THE GOOD SCRIPT)<<<
No,

When someone uses the command :pickall

or picks up a furniture item manually, the item picked up or the room picked up will just return when they reload the room.

It doesn't go back to the inventor like it's supposed too
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
No,

When someone uses the command :pickall

or picks up a furniture item manually, the item picked up or the room picked up will just return when they reload the room.

It doesn't go back to the inventor like it's supposed too

So... if i understand it good, if you picj up ANYTHING ANYWAY it just returns to the room and not in your inventory???

DAFUQ i am a long time in retro bussiness but never had this...

Will ask some friends/sites for help will try my best for ya^^ BTW Screen your mySQL error since you didnt say that you had that^^
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
Ehm you might have an old build... here is the new build with patched pickup:
Couldn't find download link this fast but at least you see what versions are patched and what not... i saw this on rage-zone btw<
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
Change room_id='' to `room_id`= '0' (as you probably have your MySQL on strict, it wants an integer value only, not an empty value).
 

Users who are viewing this thread

Top