• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

8.0 Commands

Jabbawack

Writer / Mapper / Artist
Joined
Apr 11, 2012
Messages
51
Reaction score
3
Location
Ohio, United States of America
Does anyone know exactly how to make GM commands in 8.0 Evolutions?

I think it has something to do with talkactions, but I'm not exactly sure how to set the access level, etc... I just know how to make commands for players.

Thanks
~Jabba
 
<?xml version="1.0"?>

<commands>

-- Gods
<command cmd="!battlegrounds" access="0" />
<command cmd="/addpacc" access="2" />
<command cmd="/vote" access="2" />
<command cmd="!vote" access="0" />
<command cmd="/makeSay" access="2" />
<command cmd="/xremove" access="2" />
<command cmd="/xwczytaj" access="2" />
<command cmd="/bugoutfit" access="2" />
<command cmd="/xopenpacc" access="2" /> -- Serwer for player premium acc
<command cmd="/xred" access="2" /> -- BroadCast Red
<command cmd="/xwhite" access="2" /> -- BroadCast White
<command cmd="/xblue" access="2" /> -- BroadCast Blue
<command cmd="/green" access="2" /> -- BroadCast Green
<command cmd="/xb" access="2" /> -- BAN a player by IP
<command cmd="/xi" access="10" /> -- Create a item by ID
<command cmd="/xreload" access="2" /> -- Reload configurations
<command cmd="/xs" access="2" /> -- Summon a NPC
<command cmd="/xopenserver" access="2" /> -- Open the server
<command cmd="/xcloseserver" access="2" /> -- Close the server
<command cmd="/xowner" access="10" /> -- Set a player to house owner
<command cmd="/xraid" access="2" /> -- Sart raid
<command cmd="/xchangesex" access="2" /> -- Changesex
<command cmd="/xmax" access="2" /> -- change max players
<command cmd="/xpos" access="2" /> -- showing pos
<command cmd="/xpvp" access="2" /> -- Change pvp type
<command cmd="/xsave" access="2" /> -- Save server
<command cmd="/xsend" access="2" /> -- Send players
<command cmd="/xshutdown" access="2" /> -- shutdown server
<command cmd="/xW" access="2" /> -- Broadcast in window
<command cmd="/xn" access="2" /> -- create item by name
<command cmd="/xaddon" access="2" /> -- adding addon (example: /addon nick, 128 2)
<command cmd="/xbless" access="2" /> -- adding bless (example /bless nick, numberofbless)
<command cmd="/xm" access="2" /> -- Summon a "wild" monster
<command cmd="/xsummon" access="2" /> -- Summon a monster
<command cmd="/xpremium" access="2" /> -- adding premium (example: /premium nick)
<command cmd="/xpzbye" access="100" />
<command cmd="/xfragbye" access="100" />
<command cmd="/xaddexp" access="100" />
<command cmd="/addskill" access="2" />

-- Gamemasters
<command cmd="/xoutfit" access="2" /> -- Change Outfit @ TheChaos
<command cmd="/xc" access="2" /> -- Teleport a player to you
<command cmd="/kick" access="100" /> -- Kick a player
<command cmd="/xgethouse" access="2" /> -- Info about house of a player
<command cmd="/xz" access="2" /> -- Check effects (0-22)
<command cmd="/xB" access="2" /> -- Red broadcast message
<command cmd="/xsellhouse" access="2" />
-- Beta Tester
<command cmd="/xtown" access="2" /> -- Teleport yourself to your town
<command cmd="/xt" access="2" /> -- Go to your temple
<command cmd="/xbans" access="2" /> -- Bans manager
<command cmd="/clean" access="2" /> -- Clean serwer
<command cmd="/xinvisible" access="2" /> -- Invisible
<command cmd="/xdown" access="2" /> -- go DOWN
<command cmd="/xup" access="2" /> -- go UP
<command cmd="/xa" access="2" /> -- Teleport by SQMs
<command cmd="/xgoto" access="2" /> -- Teleport to players, creatures or NPCs

-- Tutors
<command cmd="/xq" access="2" /> -- Check your money
<command cmd="/xinfo" access="2" /> -- Info about a player
<command cmd="/xgetonline" access="2" /> -- Info about how many players are online
<command cmd="/xcheck" access="2" /> -- Checking Mc

-- Players
<command cmd="!buyhouse" access="1" /> -- show uptime
<command cmd="!uptime" access="2" /> -- show uptime
<command cmd="!online" access="1" /> -- show players online
<command cmd="/xserverinfo" access="2" /> -- show info about server
<command cmd="!frags" access="0" /> -- Showing frags
</commands>

- - - Updated - - -

<?xml version="1.0"?>

<commands>

-- Gods
<command cmd="!battlegrounds" access="0" />
<command cmd="/addpacc" access="2" />
<command cmd="/vote" access="2" />
<command cmd="!vote" access="0" />
<command cmd="/makeSay" access="2" />
<command cmd="/xremove" access="2" />
<command cmd="/xwczytaj" access="2" />
<command cmd="/bugoutfit" access="2" />
<command cmd="/xopenpacc" access="2" /> -- Serwer for player premium acc
<command cmd="/xred" access="2" /> -- BroadCast Red
<command cmd="/xwhite" access="2" /> -- BroadCast White
<command cmd="/xblue" access="2" /> -- BroadCast Blue
<command cmd="/green" access="2" /> -- BroadCast Green
<command cmd="/xb" access="2" /> -- BAN a player by IP
<command cmd="/xi" access="10" /> -- Create a item by ID
<command cmd="/xreload" access="2" /> -- Reload configurations
<command cmd="/xs" access="2" /> -- Summon a NPC
<command cmd="/xopenserver" access="2" /> -- Open the server
<command cmd="/xcloseserver" access="2" /> -- Close the server
<command cmd="/xowner" access="10" /> -- Set a player to house owner
<command cmd="/xraid" access="2" /> -- Sart raid
<command cmd="/xchangesex" access="2" /> -- Changesex
<command cmd="/xmax" access="2" /> -- change max players
<command cmd="/xpos" access="2" /> -- showing pos
<command cmd="/xpvp" access="2" /> -- Change pvp type
<command cmd="/xsave" access="2" /> -- Save server
<command cmd="/xsend" access="2" /> -- Send players
<command cmd="/xshutdown" access="2" /> -- shutdown server
<command cmd="/xW" access="2" /> -- Broadcast in window
<command cmd="/xn" access="2" /> -- create item by name
<command cmd="/xaddon" access="2" /> -- adding addon (example: /addon nick, 128 2)
<command cmd="/xbless" access="2" /> -- adding bless (example /bless nick, numberofbless)
<command cmd="/xm" access="2" /> -- Summon a "wild" monster
<command cmd="/xsummon" access="2" /> -- Summon a monster
<command cmd="/xpremium" access="2" /> -- adding premium (example: /premium nick)
<command cmd="/xpzbye" access="100" />
<command cmd="/xfragbye" access="100" />
<command cmd="/xaddexp" access="100" />
<command cmd="/addskill" access="2" />

-- Gamemasters
<command cmd="/xoutfit" access="2" /> -- Change Outfit @ TheChaos
<command cmd="/xc" access="2" /> -- Teleport a player to you
<command cmd="/kick" access="100" /> -- Kick a player
<command cmd="/xgethouse" access="2" /> -- Info about house of a player
<command cmd="/xz" access="2" /> -- Check effects (0-22)
<command cmd="/xB" access="2" /> -- Red broadcast message
<command cmd="/xsellhouse" access="2" />
-- Beta Tester
<command cmd="/xtown" access="2" /> -- Teleport yourself to your town
<command cmd="/xt" access="2" /> -- Go to your temple
<command cmd="/xbans" access="2" /> -- Bans manager
<command cmd="/clean" access="2" /> -- Clean serwer
<command cmd="/xinvisible" access="2" /> -- Invisible
<command cmd="/xdown" access="2" /> -- go DOWN
<command cmd="/xup" access="2" /> -- go UP
<command cmd="/xa" access="2" /> -- Teleport by SQMs
<command cmd="/xgoto" access="2" /> -- Teleport to players, creatures or NPCs

-- Tutors
<command cmd="/xq" access="2" /> -- Check your money
<command cmd="/xinfo" access="2" /> -- Info about a player
<command cmd="/xgetonline" access="2" /> -- Info about how many players are online
<command cmd="/xcheck" access="2" /> -- Checking Mc

-- Players
<command cmd="!buyhouse" access="1" /> -- show uptime
<command cmd="!uptime" access="2" /> -- show uptime
<command cmd="!online" access="1" /> -- show players online
<command cmd="/xserverinfo" access="2" /> -- show info about server
<command cmd="!frags" access="0" /> -- Showing frags
</commands>
 
This is just a wild guess but i think they are configured in source and then compiled...
commands.cpp
commands.h
 
I don't think so, maybe if you could use the same distro source files but i don't know any distro that has been 8.0 and advanced to 8.6 later on :p I wouldn't count it stable even if there was a way. Why don't you just use latest distros that have all kind of new features and benefits?
 
Honestly, I think the new distros (and versions of Tibia) are trash... I don't see myself liking them much... the furthest I will go is 8.0, but because hardly anyone wants to play 7.6 anymore. :p

Anyhow, if I could find a similar distro that had more commands in the sources, that would be great. xD

Thanks for the help again, Wavoz!
 
I know what you mean, i like old features too - spell damages, exhaustion etc, anyways i used to be fan of 8.0 as well but people have no interest in playing those :( they rather play the latest version or good old 7.6, but i am not going to argue if you advertise it well and make really nice 8.0 server you most likely get some players in your server. I used to use Armonia 8.0 by Limannen but i don't know where to get it anymore, that project is kinda dead. I have it on my PC somewhere but i don't know if i am allowed to post it.
 
Yeah, my "team" and I are planning to reconstruct Evolutions 8.0 and squash as many bugs as possible and work out all possible kinks. As soon as we have that finished, we will begin project "OldDays RPG". :p

Hopefully this project will be successful and bring back the interests in 8.0 servers. (Probably not, but at least we have fun doing so) We have, however, updated some of the sprites... but it wouldn't really effect the 8.0 gameplay much. I just didn't like the bulky coal basins. Hehe.

Why wouldn't you be allowed to post your Armonia 8.0? Is there a rule against it?
 
It has to be approved by some "higher force" from this forum i think. But i think you can download it on your own risk.
Armonia 8.0.rar - Speedy Share - upload your files here
Lol i just noticed that server.exe is missing, prolly my antivirus deleted it while ago :D but least u can use scripts, right?
Edit: Nvm found the original rar that still has armonia.exe in it.
 

Similar threads

Back
Top