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

[7.7] RealOTS 7.7 Cipsoft files (virgin)

Something changed, now I have this:

Code:
Tibia Game-Server
(c) by CIP Productions, 2003.

Initialisierungsfehler: Game-Server is already running, PID file exists.
error.log: Initialisierungsfehler: Game-Server is already running, PID file exists.
rm ../save/*
or just manually remove pid file in save folder
 
I got it all running... how do you edit players? when i change things in the file nothing happens, no matter what all the characters are starting new
 
And by the way, here are some of the cipsoft commands. I had a more recent one with more commands found, but this is what I got for now.
Code:
## Gamemaster character spells ##
    ------------------------------------------------------------------------------------------------------------------
    alani sio playername : Teleports the gamemaster character to the player.
    ------------------------------------------------------------------------------------------------------------------
    alani markname : Teleports the gamemaster character to a certain mark point.
    ------------------------------------------------------------------------------------------------------------------
    alani fast : Sets the walking speed of the gamemaster character : "fast", "fastest", "slow", "normal"
    ------------------------------------------------------------------------------------------------------------------
    alani hur direction : Works like levitate from open-tibia : "up", "down"
    ------------------------------------------------------------------------------------------------------------------
    alani x, y , z : Teleports the gamemaster to a chosen position.
    ------------------------------------------------------------------------------------------------------------------
    alito tera : Removes all moveable objects in front of your gamemaster.
    ------------------------------------------------------------------------------------------------------------------
    alevog cogni 500 : Gives you 500 experience
    ------------------------------------------------------------------------------------------------------------------
    alliber sio "playername : Sends player to gamemaster
    ------------------------------------------------------------------------------------------------------------------
    alevo res "monstername : Summons a real monster.
    ------------------------------------------------------------------------------------------------------------------
    alito mas res : Is an exori that kills any monster instantly.
    ------------------------------------------------------------------------------------------------------------------
    alani town : Teleports gamemaster to the selected town / alani home for gm isle
    ------------------------------------------------------------------------------------------------------------------
    alevo "itemname : Creates item by name
    ------------------------------------------------------------------------------------------------------------------
    aliva tera : Prints your current position in gamescreen and default chat.
    ------------------------------------------------------------------------------------------------------------------
## Gamemaster talking options ##
    ------------------------------------------------------------------------------------------------------------------
    #c message : Red message in current channel you talking in (unannonymous).
    ------------------------------------------------------------------------------------------------------------------
    #d message : Red message in current channel you talking in (annonymous)
    ------------------------------------------------------------------------------------------------------------------
    #b message : Broadcast to all players on game world
    ------------------------------------------------------------------------------------------------------------------
    @playername@ message : Send a red message to a specific player.
    ------------------------------------------------------------------------------------------------------------------
## END ##

how did you manage to get the gm players to stay gms?
when i log in a gm char im in the noob outfit and no gm power ;p
 
figured that part out, now how do I make a GM/God?
cant find one in usr folder for an example.

Hello @beefstrudel,

Open your database and search for the table "users" there is a row called "userlevel" you can set that value between 0 and 255 (0 = player, 1 = premium, 50 = tutor, 100 = gamemaster, 255 = god)

Kind regards,

Jeffry
 
Last edited by a moderator:
hmm i reainstal centos, copy lib complile query/login run query,game login. And it ok but i have problem in login, "ACCnum or pass is not corecct!" why!?
log_1.png

login2.png
 
Code:
accountNumber: 1
charName  : Oscar Mike
charPass  : 1
charIP  : 192.168.222.1
:: Authenticating against database
:: LOGIN FAILURE 6 for 0
Wrote 4 bytes to socket.
game:
Code:
AcceptorThreadLoop: Fehler 4 beim Accept.
error.log: AcceptorThreadLoop: Fehler 4 beim Accept.
Spieler nicht auf Warteliste.
Spieler "Oscar Mike" loggt ein.
game.log: Falsches Pa�wort f�r Spieler Oscar Mike; Login von 192.168.222.1.
Spieler nicht auf Warteliste.
Spieler "Oscar Mike" loggt ein.
game.log: Falsches Pa�wort f�r Spieler Oscar Mike; Login von 192.168.222.1.
 
Hi, I would like to see the files, but I don't have idea how to do it, could you help me guys? Once I downloaded the files do I need an specific program or somthing like that? Thank you for your time!

I'm interesting in the areas, specifically the Desert Dungeon areas and some places near!
 
hmm i reainstal centos, copy lib complile query/login run query,game login. And it ok but i have problem in login, "ACCnum or pass is not corecct!" why!?
log_1.png

login2.png

I had this problem too. Make sure you have your mysql password correct everywhere in the query manager main.CPP before you compile it. See the tutorial in tutorials basic forum.
 
Hi, I would like to see the files, but I don't have idea how to do it, could you help me guys? Once I downloaded the files do I need an specific program or somthing like that? Thank you for your time!

I'm interesting in the areas, specifically the Desert Dungeon areas and some places near!
Use notepad++ man ;)
 
Is there another "correct" way to shutdown the server other than CTRL + C? I haven't found one yet :p
 
Is there another "correct" way to shutdown the server other than CTRL + C? I haven't found one yet :p
I think control c is an okay way, because it saves character data when you use it.
theres an executable for the nightly save but I cant get it to work 100% yet.
 
@Green Hoods there is no script interface only configuration files, monsters like npcs you can open the configuration file with any text editor.
 
Back
Top