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

[8.4] The Forgotten Server v0.3 beta 3

Status
Not open for further replies.
If someone can compile the engine to please return the file linux because I too have problems: /
 
So its like this:
Promotion = -3%
Bless 1 - 5 = -5%

Total = --8%?

So if 8% exp choosed, its possible to don't loose anything.

This can be changed in game.cpp? (promotion)?

We need an option in config.lua so we can type how much exp loss we want to enable for promoted vocations. x)


It would be perfect to do this kind of setting in config.lua!
If someone knows how fix, post.
 
It would be perfect to do this kind of setting in config.lua!
If someone knows how fix, post.

player.cpp:
Find:
Code:
if(isPromoted())
	{
		if(lostPercent <= 3)
			return 0;

		lostPercent -= 3;
	}

Change to:
Code:
if(isPromoted())
	{
		if(lostPercent <= g_config.getNumber(ConfigManager::PROMOTION_LOSS))
			return 0;

		lostPercent -= g_config.getNumber(ConfigManager::PROMOTION_LOSS);
	}

configmanager.cpp:
Below:
Code:
m_confNumber[EXTRA_PARTY_LIMIT] = getGlobalNumber(L, "extraPartyExpLimit", 20);
Add:
Code:
m_confNumber[PROMOTION_LOSS] = getGlobalNumber(L, "promotionLoss", 3);

configmanager.h:
Below:
Code:
EXTRA_PARTY_LIMIT,
Add:
Code:
PROMOTION_LOSS,

Config.lua:
Add anywhere:
Code:
promotionLoss = yournumber

Rebuild, should work fine. :p
 
#UP
Lol is easy :)

Code:
if(lostPercent <= 3) = now u select :)
 
Databasemanager.

Code:
mysql_real_query(): ALTER TABLE `server_reports` ADD `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT
 0;: MYSQL ERROR: Table 'mitherian.server_reports' doesn't exist
mysql_real_query(): ALTER TABLE `server_reports` ADD INDEX (`world_id`);: MYSQL ERROR: Table 'mither
ian.server_reports' doesn't exist
> Database has been updated to version: 8.
> No tables were optimized.
 
IP CONFLICT WITH ROUTERS!

i have a router port fowarded.. and we have 3 ip addresses i am using one for the server the other two are for the school..

heres the error im getting -.-

[20/01/2009 09:29:09] > ERROR: Cannot resolve 207.160.112.166!

Which is the right ip address and the only one i can use for this server!
 
Maps.

Hey guys how i can load my own map created by me i make map in the newests remere's editor 1.1.4 i see in svn change otb3v but how compile my map to this version otb? Sorry for english :>
 
Upated from TFS 0.3 Beta 2 to Beta 3 But then i get Condition Error on my Manafluids and stuff. I also got an error on getItemTypebyId
 
Databasemanager.

Code:
mysql_real_query(): ALTER TABLE `server_reports` ADD `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT
 0;: MYSQL ERROR: Table 'mitherian.server_reports' doesn't exist
mysql_real_query(): ALTER TABLE `server_reports` ADD INDEX (`world_id`);: MYSQL ERROR: Table 'mither
ian.server_reports' doesn't exist
> Database has been updated to version: 8.
> No tables were optimized.

Code:
CREATE TABLE `server_reports`
(
    `id` INT NOT NULL AUTO_INCREMENT,
    `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0,
    `player_id` INT UNSIGNED NOT NULL DEFAULT 0,
    `posx` INT NOT NULL DEFAULT 0,
    `posy` INT NOT NULL DEFAULT 0,
    `posz` INT NOT NULL DEFAULT 0,
    `timestamp` BIGINT NOT NULL DEFAULT 0,
    `report` TEXT NOT NULL,
    `reads` INT NOT NULL DEFAULT 0,
    PRIMARY KEY (`id`),
    KEY (`world_id`), KEY (`reads`)
) ENGINE = InnoDB;
 
OmG! Elf... You are doing an awesome job. Thank you very much. If you weren't here, maybe The Forgotten Server wouldn't exist.

Thanks ;)
 
Plz help :<
Code:
 [20/01/2009 19:26:05] *****************************************************
[20/01/2009 19:26:05] Error report - Tue Jan 20 19:26:05 2009

[20/01/2009 19:26:05] Compiler info - gcc 3.4.5 (mingw special)
[20/01/2009 19:26:05] Compilation Date - Jan 19 2009 17:26:40

[20/01/2009 19:26:05] Memory load: 80
[20/01/2009 19:26:05] Total phys: 3144876 K available phys: 621216 K
[20/01/2009 19:26:05] Start time: 20-1-2009  17:25:24
[20/01/2009 19:26:05] Kernel time: 0:0:3.343
[20/01/2009 19:26:05] User time: 0:0:36.453
[20/01/2009 19:26:05] Threads: 7

[20/01/2009 19:26:05] Exception: 0xc0000005 at eip = 0x10
[20/01/2009 19:26:05] eax = 0x1
[20/01/2009 19:26:05] ebx = 0x1c6e4ac -> 0x145fe70
[20/01/2009 19:26:05] ecx = 0x10
[20/01/2009 19:26:05] edx = 0x474e5543 -> 0
[20/01/2009 19:26:05] esi = 0
[20/01/2009 19:26:05] edi = 0x82bb80 -> 0x432b2b00
[20/01/2009 19:26:05] ebp = 0x1c6e4c0 -> 0x1c6e4d0
[20/01/2009 19:26:05] esp = 0x1c6e484 -> 0x6da04c
[20/01/2009 19:26:05] efl = 0x10202

[20/01/2009 19:26:05] ---Stack Trace---
[20/01/2009 19:26:05] From: 0x1c6e484 to: 0x1c70000
[20/01/2009 19:26:05] 0x1c6e484 | 0x6da04c -> 0x7406f883
[20/01/2009 19:26:05] 0x1c6e488 | 0x1
[20/01/2009 19:26:05] 0x1c6e48c | 0x1
[20/01/2009 19:26:05] 0x1c6e490 | 0x432b2b00 -> 0
[20/01/2009 19:26:05] 0x1c6e494 | 0x474e5543 -> 0
[20/01/2009 19:26:05] 0x1c6e498 | 0x82bb80 -> 0x432b2b00
[20/01/2009 19:26:05] 0x1c6e49c | 0x1c6e4ac -> 0x145fe70
[20/01/2009 19:26:05] 0x1c6e4a0 | 0x1c6e4b4 -> 0x82bb80
[20/01/2009 19:26:05] 0x1c6e4a4 | 0x6d6e01 -> 0x830cc583
[20/01/2009 19:26:05] 0x1c6e4a8 | 0x1c6e468 -> 0x7c90de7c
[20/01/2009 19:26:05] 0x1c6e4ac | 0x145fe70 -> 0x399
[20/01/2009 19:26:05] 0x1c6e4b0 | 0x1c6e4f0 -> 0x1c6e550
[20/01/2009 19:26:05] 0x1c6e4b4 | 0x82bb80 -> 0x432b2b00
[20/01/2009 19:26:05] 0x1c6e4b8 | 0
[20/01/2009 19:26:05] 0x1c6e4bc | 0
[20/01/2009 19:26:05] 0x1c6e4c0 | 0x1c6e4d0 -> 0x1c6e530 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e4c4 | 0x6d35e5 -> 0xe8241c89 <-- ret
[20/01/2009 19:26:05] 0x1c6e4c8 | 0x82bb80 -> 0x432b2b00
[20/01/2009 19:26:05] 0x1c6e4cc | 0x200
[20/01/2009 19:26:05] 0x1c6e4d0 | 0x1c6e530 -> 0x1c6e590 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e4d4 | 0x6d3762 -> 0x90909090 <-- ret
[20/01/2009 19:26:05] 0x1c6e4d8 | 0x82bba0 -> 0x824298
[20/01/2009 19:26:05] 0x1c6e4dc | 0x81c0a0 -> 0x822d88
[20/01/2009 19:26:05] 0x1c6e4e0 | 0x6d4a80 -> 0x83e58955
[20/01/2009 19:26:05] 0x1c6e4e4 | 0x1c6e4cc -> 0x200
[20/01/2009 19:26:05] 0x1c6e4e8 | 0x770b6fe0 -> 0x2515b0
[20/01/2009 19:26:05] 0x1c6e4ec | 0
[20/01/2009 19:26:05] 0x1c6e4f0 | 0x1c6e550 -> 0x1c6e5d4
[20/01/2009 19:26:05] 0x1c6e4f4 | 0x1
[20/01/2009 19:26:05] 0x1c6e4f8 | 0xffffffff
[20/01/2009 19:26:05] 0x1c6e4fc | 0x77c1f604 -> 0xe47d83c3
[20/01/2009 19:26:05] 0x1c6e500 | 0x77c33049 -> 0xc483c88b
[20/01/2009 19:26:05] 0x1c6e504 | 0x7f5f88 -> 0x6f706572
[20/01/2009 19:26:05] 0x1c6e508 | 0x6cd720 -> 0x8de58955
[20/01/2009 19:26:05] 0x1c6e50c | 0x7f0288 -> 0x10d00ff
[20/01/2009 19:26:05] 0x1c6e510 | 0x1c6e524 -> 0x1c6e91c
[20/01/2009 19:26:05] 0x1c6e514 | 0x6d3700 -> 0x830cc583
[20/01/2009 19:26:05] 0x1c6e518 | 0x1c6e4d8 -> 0x82bba0
[20/01/2009 19:26:05] 0x1c6e51c | 0x77c2a52e -> 0xccccc35d
[20/01/2009 19:26:05] 0x1c6e520 | 0x770b6fe0 -> 0x2515b0
[20/01/2009 19:26:05] 0x1c6e524 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e528 | 0
[20/01/2009 19:26:05] 0x1c6e52c | 0
[20/01/2009 19:26:05] 0x1c6e530 | 0x1c6e590 -> 0x1c6e5a0 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e534 | 0x6d3afa -> 0x8dbc4589 <-- ret
[20/01/2009 19:26:05] 0x1c6e538 | 0x200
[20/01/2009 19:26:05] 0x1c6e53c | 0x77c2f000 -> 0xe475ffc3
[20/01/2009 19:26:05] 0x1c6e540 | 0
[20/01/2009 19:26:05] 0x1c6e544 | 0x1c6e944 -> 0x77c4fd00
[20/01/2009 19:26:05] 0x1c6e548 | 0x81882c -> 0x720061
[20/01/2009 19:26:05] 0x1c6e54c | 0x77c4fd00 -> 0
[20/01/2009 19:26:05] 0x1c6e550 | 0x1c6e5d4 -> 0x1c6e670
[20/01/2009 19:26:05] 0x1c6e554 | 0x1
[20/01/2009 19:26:05] 0x1c6e558 | 0x1c6e574 -> 0x6d3b18
[20/01/2009 19:26:05] 0x1c6e55c | 0x1c6ea68 -> 0x1c6ff5c
[20/01/2009 19:26:05] 0x1c6e560 | 0x77c25c94 -> 0x83ec8b55
[20/01/2009 19:26:05] 0x1c6e564 | 0x77c04488 -> 0xffffffff
[20/01/2009 19:26:05] 0x1c6e568 | 0x6cd720 -> 0x8de58955
[20/01/2009 19:26:05] 0x1c6e56c | 0x7f02ac -> 0x10d00ff
[20/01/2009 19:26:05] 0x1c6e570 | 0x1c6e584 -> 0x1c6e91c
[20/01/2009 19:26:05] 0x1c6e574 | 0x6d3b18 -> 0x830cc583
[20/01/2009 19:26:05] 0x1c6e578 | 0x1c6e538 -> 0x200
[20/01/2009 19:26:05] 0x1c6e57c | 0x40
[20/01/2009 19:26:05] 0x1c6e580 | 0x1c6e5a0 -> 0x1c6e640
[20/01/2009 19:26:05] 0x1c6e584 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e588 | 0
[20/01/2009 19:26:05] 0x1c6e58c | 0
[20/01/2009 19:26:05] 0x1c6e590 | 0x1c6e5a0 -> 0x1c6e640 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e594 | 0x79a6ab -> 0xc6404389 <-- ret
[20/01/2009 19:26:05] 0x1c6e598 | 0x200
[20/01/2009 19:26:05] 0x1c6e59c | 0x1b4
[20/01/2009 19:26:05] 0x1c6e5a0 | 0x1c6e640 -> 0x1c6e6b0 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e5a4 | 0x79a7d1 -> 0x21045f6 <-- ret
[20/01/2009 19:26:05] 0x1c6e5a8 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e5ac | 0x7f5f88 -> 0x6f706572
[20/01/2009 19:26:05] 0x1c6e5b0 | 0x11
[20/01/2009 19:26:05] 0x1c6e5b4 | 0x1b4
[20/01/2009 19:26:05] 0x1c6e5b8 | 0x1c6e5e0 -> 0x1c6e670
[20/01/2009 19:26:05] 0x1c6e5bc | 0x1c6e578 -> 0x1c6e538
[20/01/2009 19:26:05] 0x1c6e5c0 | 0x1c6e640 -> 0x1c6e6b0
[20/01/2009 19:26:05] 0x1c6e5c4 | 0
[20/01/2009 19:26:05] 0x1c6e5c8 | 0x1c6e944 -> 0x77c4fd00
[20/01/2009 19:26:05] 0x1c6e5cc | 0
[20/01/2009 19:26:05] 0x1c6e5d0 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e5d4 | 0x1c6e670 -> 0x1c6e764
[20/01/2009 19:26:05] 0x1c6e5d8 | 0xffffffff
[20/01/2009 19:26:05] 0x1c6e5dc | 0x1c6e988 -> 0x823c90
[20/01/2009 19:26:05] 0x1c6e5e0 | 0x1c6e670 -> 0x1c6e764
[20/01/2009 19:26:05] 0x1c6e5e4 | 0xffffffff
[20/01/2009 19:26:05] 0x1c6e5e8 | 0x1c6e608 -> 0x1c6e5b8
[20/01/2009 19:26:05] 0x1c6e5ec | 0x6cd720 -> 0x8de58955
[20/01/2009 19:26:05] 0x1c6e5f0 | 0x7f0774 -> 0x10900ff
[20/01/2009 19:26:05] 0x1c6e5f4 | 0x1c6e628 -> 0x1c6e988
[20/01/2009 19:26:05] 0x1c6e5f8 | 0x79a790 -> 0x8b18c583
[20/01/2009 19:26:05] 0x1c6e5fc | 0x1c6e5a8 -> 0x1c6e91c
[20/01/2009 19:26:05] 0x1c6e600 | 0x1c6e614 -> 0x1c6e988
[20/01/2009 19:26:05] 0x1c6e604 | 0x7d6726 -> 0x8b0cc583
[20/01/2009 19:26:05] 0x1c6e608 | 0x1c6e5b8 -> 0x1c6e5e0
[20/01/2009 19:26:05] 0x1c6e60c | 0x1c6e5c8 -> 0x1c6e944
[20/01/2009 19:26:05] 0x1c6e610 | 0x1c6e6b0 -> 0x1c6ea50
[20/01/2009 19:26:05] 0x1c6e614 | 0x1c6e988 -> 0x823c90
[20/01/2009 19:26:05] 0x1c6e618 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e61c | 0
[20/01/2009 19:26:05] 0x1c6e620 | 0x1c6e640 -> 0x1c6e6b0
[20/01/2009 19:26:05] 0x1c6e624 | 0x7d6859 -> 0x7443c6
[20/01/2009 19:26:05] 0x1c6e628 | 0x1c6e988 -> 0x823c90
[20/01/2009 19:26:05] 0x1c6e62c | 0x1c6e9f4 -> 0x82ff80
[20/01/2009 19:26:05] 0x1c6e630 | 0x82b7d0 -> 0x8239ec
[20/01/2009 19:26:05] 0x1c6e634 | 0
[20/01/2009 19:26:05] 0x1c6e638 | 0
[20/01/2009 19:26:05] 0x1c6e63c | 0
[20/01/2009 19:26:05] 0x1c6e640 | 0x1c6e6b0 -> 0x1c6ea50 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e644 | 0x79dfc7 -> 0x1c75c085 <-- ret
[20/01/2009 19:26:05] 0x1c6e648 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e64c | 0x7f5f88 -> 0x6f706572
[20/01/2009 19:26:05] 0x1c6e650 | 0x11
[20/01/2009 19:26:05] 0x1c6e654 | 0x1c6e678 -> 0x7e0033
[20/01/2009 19:26:05] 0x1c6e658 | 0x79192a -> 0x8b18c583
[20/01/2009 19:26:05] 0x1c6e65c | 0x1c6e608 -> 0x1c6e5b8
[20/01/2009 19:26:05] 0x1c6e660 | 0xc
[20/01/2009 19:26:05] 0x1c6e664 | 0x1c6e91c -> 0x823ba0
[20/01/2009 19:26:05] 0x1c6e668 | 0x1c6e988 -> 0x823c90
[20/01/2009 19:26:05] 0x1c6e66c | 0x1c6e918 -> 0x823c7c
[20/01/2009 19:26:05] 0x1c6e670 | 0x1c6e764 -> 0x1c6ee90
[20/01/2009 19:26:05] 0x1c6e674 | 0x1
[20/01/2009 19:26:05] 0x1c6e678 | 0x7e0033 -> 0x8b18c583
[20/01/2009 19:26:05] 0x1c6e67c | 0x1c6e618 -> 0x1c6e91c
[20/01/2009 19:26:05] 0x1c6e680 | 0xfd0178 -> 0xfd0178
[20/01/2009 19:26:05] 0x1c6e684 | 0x82b7d0 -> 0x8239ec
[20/01/2009 19:26:05] 0x1c6e688 | 0x6cd720 -> 0x8de58955
[20/01/2009 19:26:05] 0x1c6e68c | 0x7f0865 -> 0x401ffff
[20/01/2009 19:26:05] 0x1c6e690 | 0x1c6e6a4 -> 0
[20/01/2009 19:26:05] 0x1c6e694 | 0x79e000 -> 0x830cc583
[20/01/2009 19:26:05] 0x1c6e698 | 0x1c6e648 -> 0x1c6e91c
[20/01/2009 19:26:05] 0x1c6e69c | 0xa
[20/01/2009 19:26:05] 0x1c6e6a0 | 0x1ba
[20/01/2009 19:26:05] 0x1c6e6a4 | 0
[20/01/2009 19:26:05] 0x1c6e6a8 | 0
[20/01/2009 19:26:05] 0x1c6e6ac | 0
[20/01/2009 19:26:05] 0x1c6e6b0 | 0x1c6ea50 -> 0x1c6ea74 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6e6b4 | 0x454453 -> 0xff38858d <-- ret
[20/01/2009 19:26:05] 0x1c6e6b8 | 0x1c6e918 -> 0x823c7c
[20/01/2009 19:26:05] 0x1c6e6bc | 0x7f5f88 -> 0x6f706572
[20/01/2009 19:26:05] 0x1c6e6c0 | 0x11
[20/01/2009 19:26:05] 0x1c6e6c4 | 0x40
[20/01/2009 19:26:05] 0x1c6e6c8 | 0x76ffc008 -> 0x822c18
[20/01/2009 19:26:05] 0x1c6e6cc | 0x77c3236f -> 0x74ff3e83
[20/01/2009 19:26:05] 0x1c6e6d0 | 0x8
[20/01/2009 19:26:05] 0x1c6e6d4 | 0x80
[20/01/2009 19:26:05] 0x1c6e6d8 | 0x18b
[20/01/2009 19:26:05] 0x1c6ea2c | 0x7c935eec -> 0x840fc085
[20/01/2009 19:26:05] 0x1c6ea30 | 0x7c92ab1a -> 0x890c458b
[20/01/2009 19:26:05] 0x1c6ea34 | 0x7c97b178 -> 0x7c97b1a0
[20/01/2009 19:26:05] 0x1c6ea38 | 0
[20/01/2009 19:26:05] 0x1c6ea3c | 0x1c6ff5c -> 0x1c6ffa4
[20/01/2009 19:26:05] 0x1c6ea40 | 0x38d
[20/01/2009 19:26:05] 0x1c6ea44 | 0
[20/01/2009 19:26:05] 0x1c6ea48 | 0
[20/01/2009 19:26:05] 0x1c6ea4c | 0
[20/01/2009 19:26:05] 0x1c6ea50 | 0x1c6ea74 -> 0x1c6eb24 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6ea54 | 0x7c9032a8 -> 0x258b64 <-- ret
[20/01/2009 19:26:05] 0x1c6ea58 | 0x1c6eb3c -> 0xc0000005
[20/01/2009 19:26:05] 0x1c6ea5c | 0x1c6ff5c -> 0x1c6ffa4
[20/01/2009 19:26:05] 0x1c6ea60 | 0x1c6eb58 -> 0x1003f
[20/01/2009 19:26:05] 0x1c6ea64 | 0x1c6eb10 -> 0x1c6eb80
[20/01/2009 19:26:05] 0x1c6ea68 | 0x1c6ff5c -> 0x1c6ffa4
[20/01/2009 19:26:05] 0x1c6ea6c | 0x7c9032bc -> 0x4244c8b
[20/01/2009 19:26:05] 0x1c6ea70 | 0x1c6ff5c -> 0x1c6ffa4
[20/01/2009 19:26:05] 0x1c6ea74 | 0x1c6eb24 -> 0x1c6ee60 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6ea78 | 0x7c90327a -> 0xc25b5e5f <-- ret
[20/01/2009 19:26:05] 0x1c6ea7c | 0x1c6eb3c -> 0xc0000005
[20/01/2009 19:26:05] 0x1c6ea80 | 0x1c6ff5c -> 0x1c6ffa4
[20/01/2009 19:26:05] 0x1c6ea84 | 0x1c6eb58 -> 0x1003f
[20/01/2009 19:26:05] 0x1c6ea88 | 0x1c6eb10 -> 0x1c6eb80
[20/01/2009 19:26:05] 0x1c6ea8c | 0x4543ac -> 0x57e58955
[20/01/2009 19:26:05] 0x1c6ea90 | 0x82b980 -> 0x432b2b00
[20/01/2009 19:26:05] 0x1c6ea94 | 0x1c6eb3c -> 0xc0000005
[20/01/2009 19:26:05] 0x1c6ea98 | 0x1c6ff5c -> 0x1c6ffa4
[20/01/2009 19:26:05] 0x1c6eb00 | 0x7c9101bb -> 0x90000cc2
[20/01/2009 19:26:05] 0x1c6eb04 | 0x11e
[20/01/2009 19:26:05] 0x1c6eb08 | 0x1c
[20/01/2009 19:26:05] 0x1c6eb0c | 0x1c
[20/01/2009 19:26:05] 0x1c6eb10 | 0x1c6eb80 -> 0x42249d
[20/01/2009 19:26:05] 0x1c6eb14 | 0xffffffff
[20/01/2009 19:26:05] 0x1c6eb18 | 0x1c70000 -> 0x8
[20/01/2009 19:26:05] 0x1c6eb1c | 0x1c6c000 -> 0
[20/01/2009 19:26:05] 0x1c6eb20 | 0x3
[20/01/2009 19:26:05] 0x1c6eb24 | 0x1c6ee60 -> 0x1c6ee70 \\\\\\ stack frame //////
[20/01/2009 19:26:05] 0x1c6eb28 | 0x7c90e46a -> 0xc74c00a <-- ret
[20/01/2009 19:26:05] 0x1c6eb2c | 0
[20/01/2009 19:26:05] 0x1c6eb30 | 0x1c6eb58 -> 0x1003f
[20/01/2009 19:26:05] 0x1c6eb34 | 0x1c6eb3c -> 0xc0000005
[20/01/2009 19:26:05] 0x1c6eb38 | 0x1c6eb58 -> 0x1003f
 
Last edited by a moderator:
Map error

First : Thanks !!

Now its little bit stupid >-<*
I get an error with my map (8.4) again :(
I tested it with a new 8.4 map and it works ...
But i want that my map works and no new test map =[

I use the latest RME and here the Error :

[20/01/2009 18:29:55] The Forgotten Server, version 0.3 (Beta 3)
[20/01/2009 18:29:55] A server developed by Elf, Talaturen, Lithium, Kiper, Kornholijo, Jonern & Nightmare.
[20/01/2009 18:29:55] Visit our forum for updates, support and resources: http://otland.net.

[20/01/2009 18:29:55] >> Loading config (config.lua)
[20/01/2009 18:29:55] > Using plaintext passwords
[20/01/2009 18:29:55] >> Loading RSA key
[20/01/2009 18:29:55] >> Starting SQL connection
[20/01/2009 18:29:55] >> Running Database Manager
[20/01/2009 18:29:55] > Optimized database.
[20/01/2009 18:29:55] >> Loading vocations
[20/01/2009 18:29:55] >> Loading items
[20/01/2009 18:29:55] >> Loading script systems
[20/01/2009 18:29:55] >> Loading monsters
[20/01/2009 18:29:56] >> Loading outfits
[20/01/2009 18:29:56] >> Loading experience stages
[20/01/2009 18:29:56] >> Checking world type... PvP
[20/01/2009 18:29:56] >> Loading map and spawns...
[20/01/2009 18:29:56] > Map size: 2000x2000.
[20/01/2009 18:29:56] > FATAL: OTBM Loader - Unknown map node.

Maybe there are items that are not in tfs otb or items.xml? I dont know ...
I hope you can help me :)
 
Why does it still says: [20/01/2009 18:36:39] > FATAL: OTBM Loader - Unknown map node. for me ? ;O
 
Finally thanks ELF a lot!!!
Im going to test it right now !!!
 
again i have a error in shutdown
Code:
*****************************************************
Error report - Tue Jan 20 18:47:20 2009

Compiler info - gcc 3.4.5 (mingw special)
Compilation Date - Jan 19 2009 17:26:40

Memory load: 82
Total phys: 1037740 K available phys: 182364 K
Start time: 20-1-2009  17:44:35
Kernel time: 0:0:0.468
User time: 0:0:2.718
Threads: 4

Exception: 0xc0000005 at eip = 0x4e8ca9d
eax = 0x6110100 -> 0
ebx = 0x4f06538 -> 0x4f06550
ecx = 0x4f0ff88 -> 0
edx = 0x67c6ed0 -> 0x12001a8
esi = 0x7f2ad8 -> 0x4b0dbb8
edi = 0x7f2acc -> 0x821b28
ebp = 0x1c7fd80 -> 0x1c7fe10
esp = 0x1c7f898 -> 0x10
efl = 0x10247

---Stack Trace---
From: 0x1c7f898 to: 0x1c80000
0x1c7f898 | 0x10
0x1c7f89c | 0x10
0x1c7f8a0 | 0x24
0x1c7f8a4 | 0x77c1c3ce -> 0xccccccc3
0x1c7f8a8 | 0
0x1c7f8ac | 0x168000
0x1c7f8b0 | 0x70000
0x1c7f8b4 | 0x1c7f8d0 -> 0x3
0x1c7f8b8 | 0x563734 -> 0x8bf85d8b
0x1c7f8b8  *****************************************************
Error report - Tue Jan 20 18:47:21 2009

Compiler info - gcc 3.4.5 (mingw special)
Compilation Date - Jan 19 2009 17:26:40

Memory load: 82
Total phys: 1037740 K available phys: 183136 K
Start time: 20-1-2009  17:44:35
Kernel time: 0:0:0.500
User time: 0:0:2.734
Threads: 4

Exception: 0xc0000005 at eip = 0x44
eax = 0x4facb98 -> 0x4db65b0
ebx = 0x4b0dbb8 -> 0x4b0dba0
ecx = 0
edx = 0x4b06360 -> 0x4facb98
esi = 0x7f2ad8 -> 0x4b0dbb8
edi = 0x7f2acc -> 0x821b28
ebp = 0x1c7f044 -> 0x1c7f0f4
esp = 0x1c7f028 -> 0x6074db
efl = 0x10206

---Stack Trace---
From: 0x1c7f028 to: 0x1c80000
0x1c7f028 | 0x6074db -> 0xd8891b8b
0x1c7f028
 
Status
Not open for further replies.
Back
Top