• 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 Offering paid tasks for decent LUA scripters.

richux

Tibera.org
Joined
Aug 18, 2008
Messages
3,666
Reaction score
26
Location
---------
Hello everyone!

I am looking for scripters who could help me in scripting tibia quests. My requirments are:

*You should be good at working with most of tfs functions. I will be mostly asking to script NPCs, actions, movements, creaturescripts etc. Often very simple things too.
*You have to be carefull and precise(I don't want to search crash bug between 999 scripts later), always comment your code!

That's it basicly. PM me on otland or mail me to [email protected] if you are interested and we will talk about price and all the rest. I am also available most of the day on msn - [email protected]
 
Last edited:
I can offer rather advanced LUA quest system based on tables. Everything is set by using optional parameters:
Code:
[UNIQUEID_ON_MAP] = {[itemReward = {ITEM1, COUNT1, ITEM2, COUNT2....}[, experience = EXPERIENCE[, needLevel = LEVEL[, containerId = {ID}[, needStorage = {STORAGE, VALUE}[, setStorage = {STORAGE, VALUE}[, customText = "Text."]]]]]]]}
-- example1 [1234] = {itemReward = {2160, 95, 2640, 1, 2195, 1}, containerId = {1988}, experience = 200, needLevel = 150, needStorage = {1500, 1}, setStorage = {1500, 2, customText = "You opened the first chest of Betrayed Lords."}
-- example2 [5678] = {experience = 10000} -- storage set: {uid, 1}
-- example3 [9012] = {neededStorage = {1234, 5}, setStorage = {1234, 6}, customText = "You gained access to the Marijuana Island."}
It can handle even advanced quests such as Inquisition, Demon Oak, Annihilator etc. New parameters can be added easily (like vocations, maxLevel, teleportOnUse, kill, masterPosition, summonMonster, neededItem, removeItem... sky is the limit).

If you are interested, PM me for more details.
 
Back
Top