Suggestions

Play Now

Chriz

Captain Lurker
VIP
Mar 24, 2003
1,198
1
336
315
LOMCN
Instant mail on GG purchase: (Annoying having to wait a minute or so :P)

in PlayerObject > public void GameshopBuy(int GIndex, byte Quantity) > Add green line:
Code:
            MailInfo mail = new MailInfo(Info.Index)
                {
                    MailID = ++Envir.NextMailID,
                    Sender = "Gameshop",
                    Message = "Thank you for your purchase from the Gameshop. Your item(s) are enclosed.",
                    Items = mailItems,
                };
                mail.Send();
                [COLOR="#008000"]mail.Receive(); // added to allow same day delivery [/COLOR]

Improved Trust Merchant with categories etc.

ALT click for easy sell/repair:
https://www.lomcn.org/forum/showthread.php?100490-ALT-Click-to-sell-repair

DPI / High resolution friendly. (Game looks bad when i launnch with 200% dpi, also doesnt load at all when at full res 3000x2000)

---------- Post Merged at 04:27 AM ---------- Previous Post was at 03:06 AM ----------

Also a section on the forums to post news/ patch notes or other important things.. difficult to find at the minute :P

---------- Post Merged at 04:31 AM ---------- Previous Post was at 04:27 AM ----------

Add options to the patcher to allow easy access to change resolution, auto login info and full screen etc.