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

Blazarn Realmap 8.42 (REALEASE)

http://192.168.1.2/index.php?subtopic=wars



Warning: Error parsing C:/Documents and Settings/Administrador/Escritorio/cryingdamson3-gui841-2/config.lua on line 142 in C:\xampp\htdocs\config-and-functions.php on line 13

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'g.war_time' in 'field list'' in C:\xampp\htdocs\wars.php:53 Stack trace: #0 C:\xampp\htdocs\wars.php(53): PDO->query('?? SELECT g....') #1 C:\xampp\htdocs\index.php(94): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\wars.php on line 53
 
I'm of course will using this wonderful engine and map with scripts after Fixing
all errors, but I too try fix these minor errors. Don't worry it will be excelent work :D
Greetings and see you later :)
 
Freak15 I have request to you. Please give me systematically updates of Blazarn Realmap 8.42 . I really enjoy you work :}
Please answer me question on forum or email: [email protected] :D
See you later.
 
http://192.168.1.2/index.php?subtopic=wars



Warning: Error parsing C:/Documents and Settings/Administrador/Escritorio/cryingdamson3-gui841-2/config.lua on line 142 in C:\xampp\htdocs\config-and-functions.php on line 13

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'g.war_time' in 'field list'' in C:\xampp\htdocs\wars.php:53 Stack trace: #0 C:\xampp\htdocs\wars.php(53): PDO->query('?? SELECT g....') #1 C:\xampp\htdocs\index.php(94): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\wars.php on line 53

Umm i dont get that problem :S so its somthing u have do wrong
 
If you got problems with making a admin account on your site than do this

go to ur htdocs/config/config.cf
and change this line install = "no"
to install = "yes"

or you can whait for the update wich is coming soon
 
I Have Problem Iam New :D

In Shop ---->Sorry For My Bad English

What DateBase Name Should I Creat??

Thanks
 
I am new and really noobish, so plz help me ppl ^_^
First, where to put htdocs? i putted it in "data" xD
Second, this is what i get when run server ( i putted on phpmyadmin and all, so it should work)
beih41.jpg

(i maximized window)
Well it says its online, but why all that errors or what ever? :confused:

And final, when i want to get in it says "wrong temple position"
And i dont know how to change it ofc xD
Plz help, thanks ^_^
 
I am new and really noobish, so plz help me ppl ^_^
First, where to put htdocs? i putted it in "data" xD
Second, this is what i get when run server ( i putted on phpmyadmin and all, so it should work)
beih41.jpg

(i maximized window)
Well it says its online, but why all that errors or what ever? :confused:

And final, when i want to get in it says "wrong temple position"
And i dont know how to change it ofc xD
Plz help, thanks ^_^


First Change Position on account manager and druid sample/paladin sample/knight sample/rook sample (to World Id 5 posy 32369 posx 32241 posz 7

and now tho the other problem execute this in ur phpmyadmin

HTML:
CREATE TABLE IF NOT EXISTS `players` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `world_id` tinyint(2) unsigned NOT NULL default '0',
  `group_id` int(11) NOT NULL default '1',
  `account_id` int(11) NOT NULL default '0',
  `level` int(11) NOT NULL default '1',
  `vocation` int(11) NOT NULL default '0',
  `health` int(11) NOT NULL default '150',
  `healthmax` int(11) NOT NULL default '150',
  `experience` bigint(20) NOT NULL default '0',
  `lookbody` int(11) NOT NULL default '0',
  `lookfeet` int(11) NOT NULL default '0',
  `lookhead` int(11) NOT NULL default '0',
  `looklegs` int(11) NOT NULL default '0',
  `looktype` int(11) NOT NULL default '136',
  `lookaddons` int(11) NOT NULL default '0',
  `maglevel` int(11) NOT NULL default '0',
  `mana` int(11) NOT NULL default '0',
  `manamax` int(11) NOT NULL default '0',
  `manaspent` int(11) NOT NULL default '0',
  `soul` int(10) unsigned NOT NULL default '0',
  `town_id` int(11) NOT NULL default '0',
  `posx` int(11) NOT NULL default '0',
  `posy` int(11) NOT NULL default '0',
  `posz` int(11) NOT NULL default '0',
  `conditions` blob NOT NULL,
  `cap` int(11) NOT NULL default '0',
  `sex` int(11) NOT NULL default '0',
  `lastlogin` bigint(20) unsigned NOT NULL default '0',
  `lastip` int(10) unsigned NOT NULL default '0',
  `save` tinyint(1) NOT NULL default '1',
  `redskull` tinyint(1) NOT NULL default '0',
  `redskulltime` bigint(20) NOT NULL default '0',
  `rank_id` int(11) NOT NULL default '0',
  `guildnick` varchar(255) NOT NULL default '',
  `lastlogout` bigint(20) unsigned NOT NULL default '0',
  `blessings` tinyint(2) NOT NULL default '0',
  `balance` bigint(20) NOT NULL default '0',
  `stamina` bigint(20) NOT NULL default '151200000' COMMENT 'stored in miliseconds',
  `direction` int(11) NOT NULL default '2',
  `loss_experience` int(11) NOT NULL default '100',
  `loss_mana` int(11) NOT NULL default '100',
  `loss_skills` int(11) NOT NULL default '100',
  `loss_containers` int(11) NOT NULL default '100',
  `loss_items` int(11) NOT NULL default '100',
  `premend` int(11) NOT NULL default '0' COMMENT 'NOT IN USE BY THE SERVER',
  `online` tinyint(1) NOT NULL default '0',
  `marriage` int(10) unsigned NOT NULL default '0',
  `promotion` int(11) NOT NULL default '0',
  `deleted` tinyint(1) NOT NULL default '0',
  `description` varchar(255) NOT NULL default '',
  `created` int(11) NOT NULL default '0',
  `nick_verify` int(5) NOT NULL default '0',
  `hide_char` int(11) NOT NULL default '0',
  `comment` text NOT NULL,
  `exphist_lastexp` bigint(255) NOT NULL default '0',
  `exphist1` bigint(255) NOT NULL default '0',
  `exphist2` bigint(255) NOT NULL default '0',
  `exphist3` bigint(255) NOT NULL default '0',
  `exphist4` bigint(255) NOT NULL default '0',
  `exphist5` bigint(255) NOT NULL default '0',
  `exphist6` bigint(255) NOT NULL default '0',
  `exphist7` bigint(255) NOT NULL default '0',
  `onlinetimetoday` bigint(255) NOT NULL default '0',
  `onlinetime1` bigint(255) NOT NULL default '0',
  `onlinetime2` bigint(255) NOT NULL default '0',
  `onlinetime3` bigint(255) NOT NULL default '0',
  `onlinetime4` bigint(255) NOT NULL default '0',
  `onlinetime5` bigint(255) NOT NULL default '0',
  `onlinetime6` bigint(255) NOT NULL default '0',
  `onlinetime7` bigint(255) NOT NULL default '0',
  `onlinetimeall` bigint(255) NOT NULL default '0',
  `old_name` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`,`deleted`),
  KEY `account_id` (`account_id`),
  KEY `group_id` (`group_id`),
  KEY `online` (`online`),
  KEY `deleted` (`deleted`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=137 ;

And your htdocs should be placed in your xamp folder.. replace the old htdocs
 
you may delete your old players Table and execute this and it will work ;)
 
Back
Top