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

Windows God command dont work .. ?

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
I have set acc to 3 and character to 3 but still dont work ... ?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
	<command cmd="/b" group="2" acctype="3"/>
	<command cmd="/i" group="2" acctype="3"/>
	<command cmd="/n" group="2" acctype="3"/>
	<command cmd="/reload" group="1" acctype="3"/>
	<command cmd="/s" group="2" acctype="3"/>
	<command cmd="/openserver" group="1" acctype="3"/>
	<command cmd="/closeserver" group="1" acctype="3"/>
	<command cmd="/ghost" group="2" acctype="3"/>
	<command cmd="/owner" group="2" acctype="3"/>
	<command cmd="/goto" group="2" acctype="3"/>
	<command cmd="/a" group="2" acctype="3"/>
	<command cmd="/c" group="2" acctype="3"/>
	<command cmd="/m" group="2" acctype="3"/>
	<command cmd="/summon" group="2" acctype="3"/>
	<command cmd="/kick" group="1" acctype="3"/>
	<command cmd="/B" group="1" acctype="3"/>
	<command cmd="/q" group="2" acctype="3"/>
	<command cmd="/info" group="1" acctype="3"/>
	<command cmd="/gethouse" group="2" acctype="3"/>
	<command cmd="/t" group="2" acctype="3"/>
	<command cmd="/up" group="2" acctype="3"/>
	<command cmd="/down" group="2" acctype="3"/>
	<command cmd="/newtype" group="2" acctype="3"/>
	<command cmd="/pos" group="1" acctype="2"/>
	<command cmd="/r" group="2" acctype="3"/>
	<command cmd="/town" group="2" acctype="3"/>
	<command cmd="/raid" group="2" acctype="3"/>
	<command cmd="/addskill" group="2" acctype="3"/>
	<command cmd="/unban" group="1" acctype="3"/>
	<command cmd="/clean" group="2" acctype="3"/>
	<command cmd="/mccheck" group="2" acctype="3"/>

	<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>
 
Still dont work
<?xml version="1.0" encoding="UTF-8"?>
<groups>
<group id="1" name="Player"/>
<group id="2" name="Tutor" flags="16809984" customFlags="3" access="1"/>
<group id="3" name="God" flags="3845069447162" customFlags="2097151" access="3" violationAccess="6" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>
and i have set in mysql :
a god 3845069447162 3 5000 500
 
which distro you've to use?


549755789307->that's mine flags and thats my commands.xml.If that don't work , then try copy commands from another ots from download section , but i think it should work.Could be some debugs in consol , but should work fine.

Code:
<?xml version="1.0"?>

<commands>

-- Gods
<command cmd="/i"            access="3" />		-- Create a item by ID
<command cmd="/n"            access="3" />		-- Create a item by name
<command cmd="/reload"       access="3" />		-- Reload configurations
<command cmd="/s"            access="3" />		-- Summon a NPC
<command cmd="/openserver"   access="3" />              -- Open the server
<command cmd="/closeserver"  access="3" />	        -- Close the server
<command cmd="/owner"        access="3" />		-- Set a player to house owner

<command cmd="/a"            access="2" />		-- Teleport by SQMs
<command cmd="/raid"         access="3" />		-- Start raid

<command cmd="/invisible"    access="2" />		-- invisible
<command cmd="/c"            access="3" />		-- Teleport a player to you
<command cmd="/m"            access="3" />		-- Summon a "wild" monster
<command cmd="/summon"       access="3" />		-- Summon a monster

-- Gamemasters

<command cmd="/up"           access="2" />		-- teleport on higher floor
<command cmd="/down"         access="2" />		-- teleport on lower floor
<command cmd="/goto"         access="2" />		-- Teleport to players, creatures or NPCs
<command cmd="/kick"         access="2" />		-- Kick a player
<command cmd="/save"         access="2" />		-- Save server
<command cmd="/clean"        access="2" />		-- Clean map
<command cmd="/B"            access="2" />		-- Red broadcast message
<command cmd="/t"            access="2" />		-- Go to your temple
<command cmd="/q"            access="2" />		-- Check your money
-- CM


<command cmd="/z"            access="2" />		-- Check effects (0-26)
<command cmd="/info"         access="2" />		-- Info about a player
<command cmd="/getonline"    access="2" />		-- Info about how many players are online
<command cmd="/serverinfo"   access="1" />              -- Info about the server

<command cmd="/town"         access="2" />		-- Go to your town

-- Tutors
<command cmd="/gethouse"     access="4" />		-- Info about house of a player

-- Players
<command cmd="!online"       access="0" />		-- List of players online
<command cmd="!frags"        access="0" />		-- List of players online
<command cmd="/buyhouse" log="no" access="0"/>
<command cmd="/sellhouse" log="no" access="0"/>

</commands>
 
which distro you've to use?


549755789307->that's mine flags and thats my commands.xml.If that don't work , then try copy commands from another ots from download section , but i think it should work.Could be some debugs in consol , but should work fine.

Code:
<?xml version="1.0"?>

<commands>

-- Gods
<command cmd="/i"            access="3" />		-- Create a item by ID
<command cmd="/n"            access="3" />		-- Create a item by name
<command cmd="/reload"       access="3" />		-- Reload configurations
<command cmd="/s"            access="3" />		-- Summon a NPC
<command cmd="/openserver"   access="3" />              -- Open the server
<command cmd="/closeserver"  access="3" />	        -- Close the server
<command cmd="/owner"        access="3" />		-- Set a player to house owner

<command cmd="/a"            access="2" />		-- Teleport by SQMs
<command cmd="/raid"         access="3" />		-- Start raid

<command cmd="/invisible"    access="2" />		-- invisible
<command cmd="/c"            access="3" />		-- Teleport a player to you
<command cmd="/m"            access="3" />		-- Summon a "wild" monster
<command cmd="/summon"       access="3" />		-- Summon a monster

-- Gamemasters

<command cmd="/up"           access="2" />		-- teleport on higher floor
<command cmd="/down"         access="2" />		-- teleport on lower floor
<command cmd="/goto"         access="2" />		-- Teleport to players, creatures or NPCs
<command cmd="/kick"         access="2" />		-- Kick a player
<command cmd="/save"         access="2" />		-- Save server
<command cmd="/clean"        access="2" />		-- Clean map
<command cmd="/B"            access="2" />		-- Red broadcast message
<command cmd="/t"            access="2" />		-- Go to your temple
<command cmd="/q"            access="2" />		-- Check your money
-- CM


<command cmd="/z"            access="2" />		-- Check effects (0-26)
<command cmd="/info"         access="2" />		-- Info about a player
<command cmd="/getonline"    access="2" />		-- Info about how many players are online
<command cmd="/serverinfo"   access="1" />              -- Info about the server

<command cmd="/town"         access="2" />		-- Go to your town

-- Tutors
<command cmd="/gethouse"     access="4" />		-- Info about house of a player

-- Players
<command cmd="!online"       access="0" />		-- List of players online
<command cmd="!frags"        access="0" />		-- List of players online
<command cmd="/buyhouse" log="no" access="0"/>
<command cmd="/sellhouse" log="no" access="0"/>

</commands>
i dont get any errors :(
rep to you i have 1 more problem .. when i creat a character the character dont get any item's .. ?
i wanna make so the character get a Backpack .. ?


Code:
local firstItems =
{
	2050,
	2382
}

function onLogin(cid)
	if getPlayerStorageValue(cid, 30001) <= 0 then
		for i = 1, table.maxn(firstItems) do
			doPlayerAddItem(cid, firstItems[i], 1)
		end

		if getPlayerSex(cid) == 0 then
			doPlayerAddItem(cid, 2651, 1)
		else
			doPlayerAddItem(cid, 2650, 1)
		end

		local bag = doPlayerAddItem(cid, 1987, 1)
		doAddContainerItem(bag, 2674, 1)
		setPlayerStorageValue(cid, 30001, 1)
	end

 	return TRUE
end
 
Last edited:
Back
Top