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

The Forgotten Server v0.3 alpha 4

Status
Not open for further replies.
why the **** didnt you fix the onpreparedeath function? you didnt manage to fix it, so you just remove it? lame.. even evolution had a working onprep function.
 
Sorry to hurt your feelings, but its removed since 6 months :) And I am not the one, who did remove it, so go blame someone else.
 
why the **** didnt you fix the onpreparedeath function? you didnt manage to fix it, so you just remove it? lame.. even evolution had a working onprep function.

then use evolutions ...

TFS got onKill, it's enought
 
well can I use onkill for pvp arenas? or maybe to make a CTF-script that tps you to base on death without really dying? no? i just think its weird that the best server out there dont got such a useful function which is pretty old and working on other servers.
 
@Tufte,

The new functions that TFS has work perfectly for me.
You just need to know how to script, or get help from the right people.
Thats all...No need to get mad.
 
well, i made a way through it now though it was pretty noobish and complicated, but, 1 problem..

where do i edit the deathlosepercent? cant find it in the config.lua
 
It should be in there.
It is set to "10" right after downloading.
Look again.
 
If we u are talking about this dies thigs, could anyone post script for arena pvp? Because I havent idea how to make one..
 
I have an error while compiling:
Code:
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:3: require Automake 1.10, but have 1.9.6
autoreconf: automake failed with exit status: 1

anyone can tell me what is wrong ??
 
You've got older version of automake. Required one is 1.9.6.
In terminal try:
Code:
apt-get update
apt-get install automake
 
Ladders?

Oh well, this is urgent.
The ladders doesn't seem to work at all.
Code:
	<item id="1386" article="a" name="ladder">
	</item>

And this wont help either as you should click on the ladder to go up.
Code:
	<item id="1386" article="a" name="ladder">
		<attribute key="floorchange" value="south"/>
	</item>

Anyone? Please.

Kind Regards,
Eldin.


PS: NPC won't sell me Oil.
Code:
shopModule:addBuyableItem({'oil'}, 2006, 4400, 11, 'oil')
Everything else works on the NPC, aswell as fluids with lower ID then 10.
 
Status
Not open for further replies.
Back
Top