• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Team Need Team For "Secret" Project!!

XxShallowxX

ಠ_ಠ
Joined
Dec 3, 2010
Messages
607
Reaction score
27
Location
USA
Secret Project

I am making a new OT. The project it's self will only be available for a selected few until it is fully running or until Beta.




Looking For :


Code:
Mapper
Scripter
C++
Web Designer (Klima06)
If you are interested in joining, please leave a brief application below, and I'll go over them as soon as I can. The only people who will know what the OT is about, or any aspect of it are the team members. If you successfully get into the team, then I will tell you everything you need to know for your position, and each day we will have a meeting on MSN.

Good Luck OTLand!


Every Hour, I will show out one aspect of the game, major aspects will be kept a secret until Open-Beta

Code:
1. 3 Towns
2. Vocation Changes (New Vocations)
3. Mounts
4. Item Upgrades (Example : Fire Axe of the Tiger)
5. Weapon Upgrade System (Upgrade By Killing Things)
6. Over 20 New Monsters
7. Addon Quests
8. Factions (Example : Humans / Orcs)
9. Seasonal Armors & Weapons
10. Pets
11. Races (Example : Humans, Orcs, Trolls, Minotaurs, Bloodhand "Raiders")
12. Book of Lore (A Book Containing A Piece of The Storyline of the Project.
13. Companions (Example : Cat, Parrot, Dog, etc.)
14. Skill Trees (Example : Fire / Ice / Earth / Wind / Lightning / Water etc.)
15. Marriage System (Example : Kira is married to Xatora.)
 
Last edited:
# Your name and where you come from.
My name is Stan and I'm going to study Software Engineering degree in UK. I come from Poland.

# How do you work with other people?
No problem with team work. I can write on MSN or talk on every messager.

# Which languages to you speak?
Polish and English at most, sometimes German, but not very well.

# Skills?
I know PHP, HTML, xHTML language very well. I can write simple java scripts too.
This is my last script written for GesiorACC (It reload spells.xml):
PHP:
<?php
if($action == "install_spells") {
$wynik = $SQL->query("SELECT * FROM z_spells");
if(!empty($wynik))
{
$delete = $SQL->query("DELETE FROM z_spells")
or die('Error'); 
}
$spells = simplexml_load_file($config['site']['server_path']."data/spells/spells.xml");
$i = 0;
foreach ($spells->instant as $p) {
	$a = 0;
	foreach ($p->vocation as $r) {
		$voc = $p->vocation[$a]->attributes();
		$vocat .= $voc['id'].',';
		$a = $a+1;
	}
	$atr = $spells->instant[$i]->attributes();
	$name = $atr['name'];
	$sentence = $atr['words'];
	$lvl = $atr['lvl'];
	$mana = $atr['mana'];
	$premium = $atr['prem'];
	$wynik = $SQL->query("INSERT INTO `z_spells` (`name`, `spell`, `spell_type`, `mana`, `lvl`, `mlvl`, `soul`, `pacc`, `vocations`, `conj_count`, `hide_spell`) VALUES ('{$name}', '{$sentence}', '0', '{$mana}', '{$lvl}', '0', '0', '{$premium}', '{$vocat}', '0', '0');")
	or die('Error');
	$i = $i+1;
	$vocat ='';
}

$main_content .= 'Spells have been reloaded!';

}
?>

# Experience
I have my own little war server - Nexaria.pl. Besides I've written many simple php scripts.
 
I might be intressted in mapping i am working on a project myself atm, if you want i can let you in on my server to see my custom map. Would that be okay?
 
I might be intressted in mapping i am working on a project myself atm, if you want i can let you in on my server to see my custom map. Would that be okay?

Sure thing, message me with the details and I'll be on there pretty soon.
 
maybe mapper and scripter :D also i speak spanish(natal) and english (80%) lot of free time :)
 
Back
Top