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

/i problem

Mc Lovin

Member
Joined
Apr 25, 2009
Messages
264
Reaction score
12
/i item
doesnt work, it comes in my chat in red text but nothing comes

plz help, you can ask for more information if you need it
 
/i item
doesnt work, it comes in my chat in red text but nothing comes

plz help, you can ask for more information if you need it

If youre using The Forgotten Server just type

/n NAMEOFITEM AMOUNTOFITEM

example:
Code:
/n fire bug 1

If youre using Evolution or other Server just type

/i IDOFITEM AMOUNTOFITEM

example:
Code:
/i 2160 100
= 100 Crystal Coins

or

/n NAMEOFITEM AMOUNTOFITEM

example:
Code:
/n fire bug 1


//Cazar

rep++ if if i helped you :p
 
wow dude, thanks soo much

NP.

Here are all Commands of TFS

Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
	<command cmd="/b" group="2" acctype="5"/>
	<command cmd="/i" group="2" acctype="5"/>
	<command cmd="/n" group="2" acctype="5"/>
	<command cmd="/reload" group="1" acctype="5"/>
	<command cmd="/s" group="2" acctype="5"/>
	<command cmd="/openserver" group="1" acctype="5"/>
	<command cmd="/closeserver" group="1" acctype="5"/>
	<command cmd="/ghost" group="2" acctype="5"/>
	<command cmd="/owner" group="2" acctype="5"/>
	<command cmd="/goto" group="2" acctype="4"/>
	<command cmd="/a" group="2" acctype="5"/>
	<command cmd="/c" group="2" acctype="4"/>
	<command cmd="/m" group="2" acctype="5"/>
	<command cmd="/summon" group="2" acctype="5"/>
	<command cmd="/kick" group="1" acctype="4"/>
	<command cmd="/B" group="1" acctype="4"/>
	<command cmd="/q" group="2" acctype="4"/>
	<command cmd="/info" group="1" acctype="4"/>
	<command cmd="/gethouse" group="2" acctype="4"/>
	<command cmd="/t" group="2" acctype="4"/>
	<command cmd="/up" group="2" acctype="5"/>
	<command cmd="/down" group="2" acctype="5"/>
	<command cmd="/newtype" group="2" acctype="5"/>
	<command cmd="/pos" group="1" acctype="2"/>
	<command cmd="/r" group="2" acctype="5"/>
	<command cmd="/town" group="2" acctype="4"/>
	<command cmd="/raid" group="2" acctype="4"/>
	<command cmd="/addskill" group="2" acctype="5"/>
	<command cmd="/unban" group="1" acctype="4"/>
	<command cmd="/clean" group="2" acctype="5"/>
	
	<command cmd="!online" group="1" acctype="1"/>
	<command cmd="!buyhouse" group="1" acctype="1"/>
	<command cmd="!sellhouse" group="1" acctype="1"/>
	<command cmd="!serverinfo" group="1" acctype="1"/>
	<command cmd="!kills" group="1" acctype="1"/>
	<command cmd="!createguild" group="1" acctype="1"/>
	<command cmd="!joinguild" group="1" acctype="1"/>
</commands>
 
Back
Top