Function IsValidConfigType(ByVal Type As String) As Boolean
Select Case Type
Case "Weapon_LaserType"
Return True
Case "Weapon_HellstormLauncherType"
Return True
Case "Extra_ExtraType"
Return True
Case "Drone_Design_DroneDesignType"
Return True
Case "Weapon_WeaponType"
Return True
Case "Drone_DroneType"
Return True
Case "Generator_EngineType"
Return True
Case "Generator_ShieldType"
Return True
Case "Generator_GeneratorType"
Return True
Case "Extra_Cpu_CPUType"
Return True
Case Else
Return False
End Select
Return False
End Function
should be
Code:
Function IsValidConfigType(ByVal Type As String) As Boolean
Select Case Type
Case "Weapon_LaserType"
Case "Weapon_HellstormLauncherType"
Case "Extra_ExtraType"
Case "Drone_Design_DroneDesignType"
Case "Weapon_WeaponType"
Case "Drone_DroneType"
Case "Generator_EngineType"
Case "Generator_ShieldType"
Case "Generator_GeneratorType"
Case "Extra_Cpu_CPUType"
Return True
Case Else
Return False
End Select
End Function
[Release] MyIkariam - OpenSource 01/21/2014 - Browsergames - 11 Replies MyIkariam - Project OpenSource
Hey guys !
1 Year ago i started a ikariam project (really difficult) to fix ikariam server files.
Todat, in the summer holydays, i decided to continue my project.
Adding slowly new functions and fix bug that present.
The bug bigger is battlesystem so i have remaked.
i will add all features as ikariam official server.
I Have Updated the old file with :
[Release]Opensource bot for native kingdoms 06/21/2013 - Browsergames - 0 Replies For those who like to play RP oriented games native kingdoms (NK) is a good one.
check it out at Native Kingdoms - Multiplayer roleplaying game with the Aztecs, the Mayans, in Mexico and Central America
Conqueror bot - Native Kingdoms - YouTube
https://github.com/DSync/nk-Conqueror/wiki/Welcom e
For those interested in developing the bot (it's still incomplete) contact me at [email protected]
It will be a good experience.
[RELEASE] Patcher (Opensource) 03/19/2013 - Metin2 PServer Guides & Strategies - 61 Replies Diese Version des Patchers wird nicht mehr weiterentwickelt. Bitte schaut euch hier die neue Version an.
Hallo elitepvpler,
ihr habt sicherlich schon den Titel gesehen und euch gedacht: "Oh nein, nicht schon wieder ein Patcher. Haben wir davon nicht schon genug?". Im Prinzip ja, allerdings Release ich hier einen Patcher der Opensource ist und von jedem verändert werden darf. Einzige Voraussetzungen zum Verändern sind, dass niemand einen veränderten Patcher releasen und als seinen eigenen...
[Release]LoginServer[OpenSource] 02/28/2013 - Nostale - 24 Replies Hi guys! That it's my last post of something that has to do with soe.
I will no continue with the project, yes, it's end of SonsOfErenia. In few days i will close VPS and shutdown the website. I don't release my server files(I have a GameServer with portals and more maked...lol) i don't post why i finish, but never i think continue with that.
But i think, why i don't release a loginServer? It's easy to make, and it is in .NET, and the encrypts are published in C++, if anyone want to...