Fix to Trade in PLus Emu

Newbie Spellweaver
Joined
Sep 8, 2012
Messages
23
Reaction score
1
Hi guys, i have a problem in trade on Plus Emu and need help to fix this;
When negotiating with another user more than 100 mobis it takes to put the mobis in the negotiation screen (it puts of 1 in one putting the amount) and when it finishes the exchange it takes to transfer the mobis to the other user (also transfers of 1 in 1, sometimes it takes 40.50 secs, until it completes the exchange, how can I fix this to make it faster?

See the GIF :

Please, can someone help me?

thanks...

Sorry my bad english, i'm brazilian...
 
Last edited:
Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
There are couple things you can do;

Transfer the furniture first by setting the owner id correctly and sending them using a packet. After the packets have been send do a batch SQL update to set the new owner id.

To improve the SQL update speed you can add an index to your items table if one doesnt exist yet.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 8, 2012
Messages
23
Reaction score
1
Thanks, Wesley... hm ... So it would be necessary, basically to make a "change" with sending the mobis of iduser1 in packet and after that give an update with sql for the new iduser2? Do you know in which .cs file should I edit this in the emulator?
 
Upvote 0