[r63a] The emulator does not save the furniture?

Pacific

Spooderman
Feb 19, 2012
47
6
Hi,

My R63A emulator (Zap/Inferno) does not save the furniture in the database when I restart the emulator. And this... this is a big problem...

I found this in RoomItemHandling.cs:
K9JuKmk.png

And as you can see... the fields are marked as "comments". But why have the developer disabled these functions when it's so important? Lol.

So, I tried to remove the double-slashes, but then I got this error:
9qfv.png

Is there any way to fix this? I don't know the C# language, so it's kinda difficult for me to fix this.

Thanks,
Pacific.
 

Ptsface12

New Member
Aug 19, 2011
19
2
Add these into the top part:

Code:
    using Database_Manager.Database;
    using Database_Manager.Database.Session_Details.Interfaces;
    using System.Net;
    using System.Data;

If that doesn't work PM me your skype name and I'll fix it for you on TeamViewer.
 

Pacific

Spooderman
Feb 19, 2012
47
6
Add these into the top part:

Code:
    using Database_Manager.Database;
    using Database_Manager.Database.Session_Details.Interfaces;
    using System.Net;
    using System.Data;

If that doesn't work PM me your skype name and I'll fix it for you on TeamViewer.

Doesn't work, and I'm not using Skype atm ^^
Can you fix it if I give you the Details through PM? (Just PM me when you've time) :)
 

Users who are viewing this thread

Top