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

[8.4] TFS Problem

Mobb

New Member
Joined
Sep 7, 2008
Messages
106
Reaction score
0
Hello, i'm have problem with commands.
I'm God my nick name is God Zeek.
I can't use commands, my group id is 3.
/a 2
You not excute this command.

Next problem is soft boots.
It don't working.
Time soft boots is going down but dont gain mana.

<item id="2640" name="soft boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="6530"/>
<attribute key="transformDeEquipTo"value="6132"/>
<attribute key="duration" value="14400"/>
<attribute key="healthGain" value="300"/>
<attribute key="healthTicks" value="1000"/>
<attribute key="manaGain" value="300"/>
<attribute key="manaTicks" value="1000"/>
<attribute key="showduration" value="1"/>

WHO CAN HELP ME?
 
You have to set your 'group id' to 3 in 'players' and 'accounts' colomn. Also you have to set 'type' to 5 in 'accounts' colomn.

Your's ballack13

Rep++ ?? :)
 
Just try this:
Code:
	<item id="2640" name="soft boots">
		<attribute key="weight" value="800"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="decayTo" value="6530"/>
		<attribute key="transformDeEquipTo" value="6132"/>
		<attribute key="duration" value="14400"/>
		<attribute key="healthGain" value="300"/>
		<attribute key="healthTicks" value="1000"/>
		<attribute key="manaGain" value="300"/>
		<attribute key="manaTicks" value="1000"/>
		<attribute key="showduration" value="1"/>
	</item>

Your's ballack13
 
Code:
<item id="2640" name="soft boots">
		<attribute key="weight" value="800"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="decayTo" value="6530"/>
		<attribute key="transformDeEquipTo" value="6132"/>
		<attribute key="duration" value="14400"/>
		<attribute key="healthGain" value="300"/>
		<attribute key="healthTicks" value="1"/>
		<attribute key="manaGain" value="300"/>
		<attribute key="manaTicks" value="1"/>
		<attribute key="showduration" value="1"/>
	</item>

u nabzors :D, in manaTicks/healthTicks 1 is one second. Previously it was 300 mana each 1000 seconds. Plx :/
 
Hmm on my Serv it does work.. and i have TFS 0.2 maybe he has 0.3 and its different there or maybe he really just stood in PZ xd

Your's ballack13
 
Don't working ;/

Boots of haste don't give speed.

It's meybe problem with Distribution...

I'm use "(8.4 - MySqlSqlite) TFS Modified , New, Super :)"
Link: http://otland.net/f18/8-4-mysqlsqlite-forgotten-server-modified-new-super-20706/

There were many problems reported with this distro, and some say it contains a virus. Please use either TFS 0.2 or TFS 0.3 Beta 3.

Also, make sure you have Boots of Haste added in movements.xml:
PHP:
	<movevent event="Equip" itemid="2195" slot="feet" function="onEquipItem"/>
	<movevent event="DeEquip" itemid="2195" slot="feet" function="onDeEquipItem"/>
 
Back
Top