• 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!

Scripter (Pay service)I can do any request you want!

foxkbt

Member
Joined
Sep 29, 2009
Messages
290
Reaction score
7
Location
Salvador
so i come to offer my work in scripts LUA of the Tfs size only
I believe I am very good at what I do and I can meet any request!

to see a sample of my work visit the facebook of my projects
I am the owner, scripter and spriter of these games:

so...
check a cool vídeo made by me!
all character sprites and systems work on vídeo was made for me too



who have some work for me send message inbox, the price is negotiable!

the script will be made after the mid-value payment confirmation
 
Last edited:
Some scripts to rewrite if you're bored enough:
otland.net/threads/228391
sadly he is doing only paid service :/

@topic
people like to see some samples of your work before consider hiring you, can you link some topics from scripts created by yourself? I tried to search some but all that I saw was threads asking for support but no releases so I can see the quality of the code :(
 
my requests were years ago
but I agree with you about not having shown what I'm capable
sorry =/
I'll edit the post and show links of the projects in which work
 
no need to show scripts, you may post pics of how they work
 
Code:
function onLove()
if getPlayerTrueLove(girlfriend) then
doPlayerBeHappy(cid, true)
doRemoveVirginity(cid, true)
else
doSendCancel(cid,"you do not know how good it feels to be loved")
end end

1. cid and girlfriend are nil values in onLove() (unless declared as globals)
2. no cid used in getPlayerTrueLove
3. setPlayerHappy would make more sense
4. what's point of "true" parameter in doRemoveVirginity function?
5. doPlayerSendCancel*

Code:
function onLove(cid, girlfriend)
if not getPlayerTrueLove(cid, girlfriend) then
doPlayerSendCancel(cid,"You do not know how good it feels to be loved.")
return false
end
setPlayerHappy(cid, true)
doRemoveVirginity(cid)
return true
end
 
thats was a long time ago
I dont even remember that shit
so kid?
what you want?

How do you expect users to trust you when you got nothing to show for it?
And the "code" in your description is something a person who has zero coding experience writes.

Either post some of your code to gain reputation or do free jobs to get reputation for that.
I never hire others unless I know how the work they do is, same thing I never recommend users to someone I don't know.
For me I hire Gesior if I need any C++ help, since I know that the work he does is good and he dosen't charge alot.
And its the same thing, if a user sends me a pm and I don't have any time I send them to him or someone else that I know does good work.
 
so, the "code" in my description is a joke and i make when i start studing
like a 5 years ago.

and i never changed that shit
i will, because i get anger
>=(

I showed a much more important thing
i showed my servers "my work"

My description should not make you judge me
only my work

to everybody knows that it's worth:
i am the first person to make a jump system in tibia
you can see that on my project
i supose that is enough

 
so, the "code" in my description is a joke and i make when i start studing
like a 5 years ago.

and i never changed that shit
i will, because i get anger
>=(

I showed a much more important thing
i showed my servers "my work"

My description should not make you judge me
only my work

to everybody knows that it's worth:
i am the first person to make a jump system in tibia
you can see that on my project
i supose that is enough



That was dope as fuck!

I would definitely play on a server like that!
 
so...
Anything you want
i will think in one form to do and i will did it!
then no doubt of my ability!
 
Sorry no special requests, just keep doing what you are doing, because forreal that shit looks sick as fuck
 
Code:
yes, that's easy for me
because I studied for five years!

and you insulted me
we had a deal and you dishonored
¬¬
[IMG]
foxkbt, 36 minutes ago
db.asyncQuery("DELETE FROM `players` WHERE `id` = " .. playerGuid .. " LIMIT 1")
5 years to it? XD
 
like dud show!
is easy for me!
always will be, independent of the request!

@Mariuskens
and a lot of things!
look my signature kid...
has a lot of system and sprites working on it to make you jealous
like Flatlander said Pour Kid
=(
 
Last edited:
Back
Top