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

The Forgotten Server v0.2 (Mystic Spirit)

Status
Not open for further replies.
Tala, where do you release the patch? And how do I install it, could you indicate it on the thread-post? Will you try to add all the monsters to TFS 0.3?
Not everyone understands how to.
 
Tala, where do you release the patch? And how do I install it, could you indicate it on the thread-post? Will you try to add all the monsters to TFS 0.3?
Not everyone understands how to.

Check the first post.
 
Tala, only one last thing, I am not sure if the problem is with RME, but when I try to use a 8.10 converted map with RME to 8.21 on the server, I get a fatal error. Does the server only support 8.10 maps? Or is the problem with RME?
 
Tala, only one last thing, I am not sure if the problem is with RME, but when I try to use a 8.10 converted map with RME to 8.21 on the server, I get a fatal error. Does the server only support 8.10 maps? Or is the problem with RME?

The server only supports 8.21 maps, the problem would be with RME.
 
Is it possible to save the accounts/items/houses and such of players?
Or do I have to load a new database to make it work? =/

And still have problems with NPCs that sell stuff for EQ. Like soft repair guy and other NPC that wants to trade ITEMS for ITEMS.
Some addon NPC's ain't working either.. :/
 
Last edited:
Excellent release, was able to port my 8.11 OT over to your 8.21 release with virtually no errors. All my npc's are working perfect (dunno why other people are having problems).

Thanks again for taking the time to put together a nice 8.21 server.
 
Excellent release, was able to port my 8.11 OT over to your 8.21 release with virtually no errors. All my npc's are working perfect (dunno why other people are having problems).

Thanks again for taking the time to put together a nice 8.21 server.

Well that's the thing, the map version 8.11 works on the server but no the 8.21 version.
But it ain't that important.
 
Perhaps I'm misunderstanding you? Did you say that an 8.21 map won't work on the server?

I converted my map from 8.11 to 8.21 and it worked just fine.
 
Released in .rar format, with all the .ddl files included

with patch 3:
 
Npcs doesn't load if "filename.xml" isn't = name="filename"
;p
I will need rename all my npcs ^^
and ..
the ramp id = 3685 doens't work now.

Great realease ;*

Someone can show a example of the buycontaineritem?
 
@up "Someone can show a example of the buycontaineritem?"
what do you mean?
buycontainer is when you buy "bp of sds"
if im not wrong.
 
Well as i said , im using maptracked map and noone of ropeplaces works for me . that means if i use exani tera spell it says not possible and i cannot go up with a rope, there arent any tiles up there so no idea whats wrong ^^, help
 
Something that annoys me is that the trade window doesnt stay open, and it randomly closes not to longer after you open it?

can i change that?

i have a npc that buys tons of armor's and if that window closes its going to be hard to sell stuff.
 
Npcs doesn't load if "filename.xml" isn't = name="filename"
;p
I will need rename all my npcs ^^
and ..
the ramp id = 3685 doens't work now.

Great realease ;*

Someone can show a example of the buycontaineritem?
Open data/items/items.xml
and change:
PHP:
	<item id="3685" name="stairs">
	</item>
To:
PHP:
	<item id="3685" name="stairs">
		<attribute key="floorchange" value="north"/>
	</item>
 
Npcs doesn't load if "filename.xml" isn't = name="filename"
;p
I will need rename all my npcs ^^
and ..
the ramp id = 3685 doens't work now.

Great realease ;*

Someone can show a example of the buycontaineritem?

give that do items.otb and ramps will be wroking

HTML:
	</item>
	<item id="3679" article="a" name="ramp">
		<attribute key="floorchange" value="east"/>
	</item>
	<item id="3680" article="a" name="ramp">
	</item>
	<item id="3681" article="a" name="ramp">
		<attribute key="floorchange" value="west"/>
	</item>
	<item id="3682" article="a" name="ramp">
	</item>
	<item id="3683" article="a" name="ramp">
	</item>
	<item id="3684" article="a" name="ramp">
		<attribute key="floorchange" value="south"/>
	</item>
	<item id="3685" article="a" name="ramp">
		<attribute key="floorchange" value="north"/>
	</item>
	<item id="3686" article="a" name="ramp">
	</item>
 
well i tested this server of more 6 hours

Results

Damage is not a Real:/
one druid lvl 200 ml 50 - hit sd in DL = 750 / 830
one Pally lvl 200 ml 15 - hit sd in Dl = 690 / 810

Paly lvl 200 and ml 15 never hit 700 in dl with SD

the Rest is a Excelent server - my all npcs area work, bless work, addon work, ban/unban work too

manys spell are works

Damage os diferentes vocations area error :/

the rest thanks

"sorry my english.
 
Bug found related to Promotion

Easy fix:

Modules.lua:88

change

Code:
npcHandler:say(parameters.text)
to
Code:
npcHandler:say(parameters.text, cid)
 
Status
Not open for further replies.
Back
Top