Discussion Invasion V2 II

  • Remember! Never use the same account usernames and password across different servers!

Cherophobia

LOMCN Member
Jun 13, 2021
198
27
30
Egypt
Invasion Lord looks cool but also looks like a pile of **** without a shadow
Im sorting some codes to create shadow for monsters with out shadow
Post automatically merged:

To be fair, from the advert the server looks decent.
I understand concerns around V1 and V2 being so close together, but it's possible this was worked on prior to him closing V1 - Not just a case of him closing V1 and jumping into V2 from there.

Would love to see the GameShop - What's in there, how much they cost and how much it is to buy GameGold.
Will post gameshop info soon, server will be enabled 1 hour befor launch also so everyone can check the gameshop.
 
  • Like
Reactions: blazee

Cherophobia

LOMCN Member
Jun 13, 2021
198
27
30
Egypt
Locking items:
Middle mouse click on the item to lock/unlock it, locking saving your items from being sold,
using benedictions on weapons and dropping it from your inventory by wrong
p_2903cclyp1.png


Shadow coded for HD monsters which has no shadow.
p_29032bwxg1.png


Autopatcher: DOWNLOAD NOW
Download Autopatcher > Extract in new folder > Double click Client.exe > Done
For anyone with 'virus' issues - windows defender > virus threat protection > Virus & threat protection
settings manage settings > Exclusions add or remove exclusions > + add an exclusion > folder > then find your mir folder and done
 
  • Like
Reactions: blazee

BlackWizz

Dedicated Member
Dedicated Member
Jan 31, 2017
495
1
81
55
Server Files - Modified Crystal Source -> thats not crystal
100% 3gena source and 3gena have EE files modified....
 
  • Haha
Reactions: Jev

forspinki

Legend
Legendary
Oct 23, 2006
3,352
82
195
Handan, China
I played the original when it was halfway through its life span and it was decent and the cash shop prices were average compared to some of the ridiculous prices I have seen these days where some servers sell exp potions for £2-3 per hour. Also, most of the things in the shop were purchasable for gold previously and it had a large player base that sold gg items on the tm so I'm hoping it's going to be the same this time around,
 
  • Like
Reactions: Cherophobia

Cherophobia

LOMCN Member
Jun 13, 2021
198
27
30
Egypt
I played the original when it was halfway through its life span and it was decent and the cash shop prices were average compared to some of the ridiculous prices I have seen these days where some servers sell exp potions for £2-3 per hour. Also, most of the things in the shop were purchasable for gold previously and it had a large player base that sold gg items on the tm so I'm hoping it's going to be the same this time around,
Thank you dude, Wish you really enjoy this one too
Post automatically merged:

Thanks bro
 

Win

Banned
Banned
Dec 9, 2023
1
0
1
"Shadow coded for HD monsters which has no shadow."

Finally.. @StormHero can sleep again. Shadows are under appreciated.
 

Cherophobia

LOMCN Member
Jun 13, 2021
198
27
30
Egypt
Launch info:
You can log in your character 60minutes befor live, can not leave safezone or enter a cave
Once server is live you will be able to run through the start town "Legendary City"
Everyone is getting Frog pick up pets "FREE"
Join "NewbieGuild" if you want to chat with others and ask for game info
Accept your start quests from npc called "Assistant_Jane" you will find in the city,
Quests will be rewarding you with gold, exp and items
Skills up to level 50 purchasable from npc called "Librarin"
RandomLuckBoxs spawns around the city to make you enjoy the starting journey
Once you hit level 50 you can type "@HOME" to move to our main town where you can enter caves via teleport stone
and unlock more quests accepting them from npc called "Quests_SpecialReward
 

IHaveALongName

LOMCN Veteran
Veteran
Sep 8, 2012
1,619
2
271
150
Qatar
Question: why do npcs have underscores and not spaces?
Code:
        public string GameName
        {
            get
            {
                string s = Name;
                if (s.Contains("_"))
                {
                    string[] splitName = s.Split('_');
                    s = splitName[splitName.Length - 1];
                }
                return s;
            }
        }


I guess hes splitting up the names