• 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 [Team] The Lost Prophecy

Leftwing

Member
Senator
Joined
Oct 28, 2007
Messages
1,536
Solutions
2
Reaction score
67
Location
Toronto, Ontario, Canada
Welcome to the TLP's recruition thread. We are looking for some team members for our server, if you are interested fill out an application by following the application process at the end of this thread. A few peices of information:

Owners: Leftwing, Vozige

~ Founders of TLP (Codename The Revolutionary Project)
~ Information found here: http://tibiafans.com/forums/showthread.php?t=4985

Recruition Requirements:

~ Must be able to put in effort for 1 of these projects. You will need alot of time to do this, thats why we are recruiting massive numbers of each job.

~ Must have MSN as a means of contact.

~ Must speak English to a fair degree.

These are the jobs we are recruiting for, do not ask for a position that is not listed below.

~ Mappers must be able to put in alot of effort. You must know the basic areas of the map editor aswell as how the game will be played. 3 screenshots of a map previously made by you must be shown as proof.

~
Scripters must have extensive knowledge in LUA or PHP. A script must be shown as proof.

~ Spriters must be able to recreate sprites already made into something they made on their own. 3 examples are needed.

~ Source Editors must have extensive knowledge in C++, working codes made by you is required as proof.

~ Graphics Artists must be able to create a .pic and signatures, 3 pieces of work are required as proof.

~ Web Designers: must be able to create a website with fully functioning systems, an example of a site they have made is required.


Current Staff and Open Positions:

Legend:

[ ] = Open jobs
[/] = Not recruiting this job
[X] = Job is filled.

Mappers: - [ ] Leftwing, 2 spot open

Scipters: - [ ] Vozige, 1 spot open

Spriter:
- [ ] Lehnhardt, 1 spot open

Source Editor: - [ ] 1 spot open

Web Designer: [/] No spots open


Application Forms:​


Forum Name -
Age -
Amount of experience in this field -
Position applied for -
Why you applied for that position -
Links to proof -
Fallow this forumula or you will be denied! I cannot stress enough when people do not follow the guidelines!

Sincerely,
Leftwing
 
Last edited by a moderator:
anni lever:
Code:
function onUse(cid, item, frompos, item2, topos)
 
if item.uid == 7000 and item.itemid == 1945 then
player1pos = {x=982, y=1526, z=8, stackpos=253}
player1 = getThingfromPos(player1pos)
 
player2pos = {x=981, y=1526, z=8, stackpos=253}
player2 = getThingfromPos(player2pos)
 
player3pos = {x=980, y=1526, z=8, stackpos=253}
player3 = getThingfromPos(player3pos)
 
player4pos = {x=979, y=1526, z=8, stackpos=253}
player4 = getThingfromPos(player4pos)
dzwignia = os.clock()
 
 
if player1.itemid > 0 and player2.itemid > 0 and player3.itemid > 0 and player4.itemid > 0 then
queststatus1 = getPlayerStorageValue(player1.uid,7000)
queststatus2 = getPlayerStorageValue(player2.uid,7000)
queststatus3 = getPlayerStorageValue(player3.uid,7000)
queststatus4 = getPlayerStorageValue(player4.uid,7000)
 
if queststatus1 == -1 and queststatus2 == -1 and queststatus3 == -1 and queststatus4 == -1 then
nplayer1pos = {x=982, y=1526, z=9}
nplayer2pos = {x=981, y=1526, z=9}
nplayer3pos = {x=980, y=1526, z=9}
nplayer4pos = {x=979, y=1526, z=9}
 
doSendMagicEffect(player1pos,2)
doSendMagicEffect(player2pos,2)
doSendMagicEffect(player3pos,2)
doSendMagicEffect(player4pos,2)
 
doTeleportThing(player1.uid,nplayer1pos)
doTeleportThing(player2.uid,nplayer2pos)
doTeleportThing(player3.uid,nplayer3pos)
doTeleportThing(player4.uid,nplayer4pos)
 
doSendMagicEffect(nplayer1pos,10)
doSendMagicEffect(nplayer2pos,10)
doSendMagicEffect(nplayer3pos,10)
doSendMagicEffect(nplayer4pos,10)
 
demon1pos = {x=983, y=1526, z=9} 
demon2pos = {x=984, y=1526, z=9} 
demon3pos = {x=982, y=1524, z=9} 
demon4pos = {x=980, y=1524, z=9} 
demon5pos = {x=979, y=1528, z=9} 
demon6pos = {x=981, y=1528, z=9} 
 
doSummonCreature("Demon", demon1pos) 
doSummonCreature("Demon", demon2pos) 
doSummonCreature("Demon", demon3pos) 
doSummonCreature("Demon", demon4pos) 
doSummonCreature("Demon", demon5pos) 
doSummonCreature("Demon", demon6pos) 
 
doTransformItem(item.uid,item.itemid+1)
else
doPlayerSendCancel(cid,"Somebody in your team has already done this quest.")
end
else
doPlayerSendCancel(cid,"You need four players for this quest.")
end
 
elseif item.uid ==7000 and item.itemid == 1946 then
if (dzwignia - os.clock()) > 30 then
doTransformItem(item.uid,item.itemid-1)
end
if getPlayerAccess(cid) > 0 then
doTransformItem(item.uid,item.itemid-1)
end
end
return 1
end

i did this in my wordpad a minute ago thats why it looks this way.. if u dont believe me add my msn and we can do it over [email protected]
 
I worked on this project with SoT and LoC when we formed Mind Frags. This project is dead.
 
Back
Top