• 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 [TFS 1.x ONLY] Scripting Service

Westwol

Active Member
Joined
Sep 19, 2018
Messages
79
Solutions
6
Reaction score
43
Hello folks!

You want to implement a new system, event or feature for your server but you lack of knowledge. I can do that for you.

Experience with:
  • LUA.
  • C++ (little modifications or basic systems).
  • Gesior AAC.
  • Windows to Linux migration & Linux installation service.

Steps:
  • Request your script, the price may vary depending on difficulty/time.
  • You will be shown a fully working script/system in a test server environment.
  • As soon as the payment is received, you will receive the files with a text file explaining how to install it on your server.
  • 20 work days of FULL support.

I guarantee you fast delivery, fair price and full support until script is working as first requested.

Payment method: PayPal.

Discord:
Westwol#1337
 
Last edited by a moderator:
Westwol Did what i asked for really fast without any problems.
Recommended
 
Why only 1x?
I only work with TFS 1.x because it speeds up the process, however the biggest reason is that I do not have 0.4 test environment :rolleyes:. I would do 0.4 scripting service only if the task is worth the time.
 
I only work with TFS 1.x because it speeds up the process, however the biggest reason is that I do not have 0.4 test environment :rolleyes:. I would do 0.4 scripting service only if the task is worth the time.
So are you saying you don't know how to write/use basic functions? Only oop style?

Because writing basic functions is really more efficient than always trying to manipulate objects. It will definitely use a lot less CPU power & memory.

I am not poking I am seriously trying understand what you mean by only 1.x.

If you're only comfortable or capable of writing scripts in oop style then you can write 0.4 scripts but then you're using more resources.

If basic functions are not a problem then the title should say "lua scripter for hire" and nothing more.

Just about every piece of code I fix or write for someone I never test. It's when I expand upon that code for my own personal use do I actually test the code and optimize it to meet my needs.

But I can use both 0.4 & 1.× in any distribution or in a lua interpreter. I don't even need a server to test most things.

If you want to attract everyone then I suggest stop relying on X server as a crutch and advance your skillset by setting up your own test environment.

P.S. I am telling you this to encourage you to do better for yourself which will help you do better for others :)
 
Last edited:
So are you saying you don't know how to write/use basic functions? Only oop style?

Because writing basic functions is really more efficient than always trying to manipulate objects. It will definitely use a lot less CPU power & memory.

I am not poking I am seriously trying understand what you mean by only 1.x.

If you're only comfortable or capable of writing scripts in oop style then you can write 0.4 scripts but then you're using more resources.

If basic functions are not a problem then the title should say "lua scripter for hire" and nothing more.

Just about every piece of code I fix or write for someone I never test. It's when I expand upon that code for my own personal use do I actually test the code and optimize it to meet my needs.

But I can use both 0.4 & 1.× in any distribution or in a lua interpreter. I don't even need a server to test most things.

If you want to attract everyone then I suggest stop relying on X server as a crutch and advance your skillset by setting up your own test environment.

P.S. I am telling you this to encourage you to do better for yourself which will help you do better for others :)
Thanks for the feedback.
 
Need to implement Spell Hit Collor (have in tfs 0.4), to implement in tfs 1.2
exemple tfs 0.4
Code:
Code:
setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 23)
need to implement in tfs 1.2, for use like this:
Code:
Code:
setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 23)
if its possible, we can combine a price in private message, thx!
 
Back
Top