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

Real Tibia Guilds to OTServ players!

Version 0.0.0.6 is released!

Code:
# Fixed a lot of MySQL fields bugs
# License and Change Log window
# Added Spawn to Configuration file "pos_X;pos_Y;pos_Z"

Code:
http://www.speedy*****malware.localhost/926529502.html
 
Code:
[COLOR="Red"]#1452 - Cannot add or update a child row: a foreign key constraint fails (`base`.`players`, CONSTRAINT `players_ibfk_1` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`) ON DELETE CASCADE)[/COLOR][code]

Can't add a second guild. Help.
 
What does this tool do?

Does it copy real tibia guilds and make chars from them?
 
Code:
[COLOR="Red"]#1452 - Cannot add or update a child row: a foreign key constraint fails (`base`.`players`, CONSTRAINT `players_ibfk_1` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`) ON DELETE CASCADE)[/COLOR]

Can't add a second guild. Help.

Which server type?
 
To compile it you need:

Program creating MySQL queries for each player from guild what you select.

Experience is calculated using standard formula.
Skills if doesn't exists on Erig.net are taken from configuration file.

Q: Where can I find OTServ MySQL structure?
A: In OpenTibia project, or just click here.

Q: Is this program safe?
A: Yes, because this tool don't need any account name/password.

Q: HELP! I have no received full guild members structure!
A: You need to wait some time, because of many connections, also Tibia.com or Erig.net may not work.

Q: HELP! I can't import created structure!
A: Prodably you don't have a group/account or triggers. Just add:

OpenTibia part:
Code:
INSERT INTO `accounts` (`id`,`name`,`password`,`email`,`premend`,`blocked`,`deleted`,`warned`) VALUES (1,'1','1','',0,0,0,0);

INSERT INTO `groups` (`id`,`name`,`flags`,`access`,`maxdepotitems`,`maxviplist`) VALUES (1,'Player',0,0,1000,50);

Triggers can be found in OTServ MySQL schema.

P.S.
You need to wait some time (to show message box), cause my program need to connect much time to Tibia.com and Erig.net

Program is under GPLv3 license!!!

This version still don't support items.

Also, you can see old thread:

Code:
http://tpforums.org/forum/showpost.php?p=23066&postcount=1

Download link:
Code:
http://www.speedy*****malware.localhost/985647166.html

Enjoy! ;)
 
Last edited by a moderator:
Back
Top Bottom