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

2 questions, about Guilds and monsters.

slaw

Software Developer
Joined
Aug 27, 2007
Messages
3,663
Solutions
125
Reaction score
1,109
Location
Germany
GitHub
slawkens
1. It is possible to make Guild Creating via www? (acc maker)

Or my Forgotten Server when is online will rewrite player acccount in database?

I mean, server always save all player settings? Or only this what have changed?

2. And next question. In monster loot. Becouse my monsters maded for another server, doesn't work. When someone kill a monster - crash.

It can be possible becouse Forgotten doesn't support "chancemax"?

And it is possible to make <inside> in monster? becouse i not found any monster in standard forgotten monster which have attribut "<inside>" in loot.
 
To ur second Question.

In TFS isn't "Chancemax" the correct form is "countmax"

Example: <item id="2229" countmax="2" chance="80000"/>

bye ;)
 
Your first question.

Yes you are able to use guild master through website but you need to choise website/in-game to avoid bugs.
 
Ok, thank you

So another question. Becouse i'm hosting my server on TFS now, so my players have found more errors.

I'm using standard 8.0 monsters. I'm making new, copy cyclops, changed name, added to monsters. I know that i'm doing good. Next i'm giving in server: Reload Monsters. Then when i'm making monster by commands: /m MONSTERNAME it make Rahemos (always!). I just don't understand it. Should i restart it after i make new monster?
 
Yes, i added it. Added new line:

Code:
<monster name="Gigantus" file="gigantus.xml"/>

I know that i'm making it good, becouse its not my first server, and only on forgotten i have this. Meybe i need to restart server, not only reload?
 
Yes, i added it. Added new line:

Code:
<monster name="Gigantus" file="gigantus.xml"/>

I know that i'm making it good, becouse its not my first server, and only on forgotten i have this. Meybe i need to restart server, not only reload?
Yes, you need a restart.
 
Back
Top