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

Compiling Source - Help Please

Shiko Erye

LUA - Scripter
Joined
Dec 7, 2010
Messages
106
Reaction score
12
My The Forgotten Server.exe
Don't respawn monster after them die(1)
Also, when player kill monster, the last player hit monster will get loot(2)
When i make a custom item (like potion) and use it with hotkey, i get a white msg: 'Sorry, not possible'(3)
How I can fix (1), (2) & (3) with server source?

The Forgotten Server Version 0.3.6 Crying Damson
Client 8.54

Sorry for my bad english
Thanks for read
 
1: Is the monster a custom-made spawn? In your config.lua you can edit the spawn-rate. This is what I have:
Code:
 deSpawnRange = 2                deSpawnRadius = 50
2: I guess there's a file edited, I'm not sure where you got to look for this.. Try to search at perhaps config.lua, monsters.xml.. All such that are related to this error and change it.
3: Have you made a custom script of this potion? If so, paste it here and maybe there's just an error in your code. Also make sure you have referred your script well at Actions.xml.

Not sure if these are the solutions, I'm trying to lend a hand :)
 
Last edited:
(1) my config looklike your config. I think is source problem.
(2)
(3) with my potion script in other item (old item), i can use with hotkey

(1) & (2) when I use other tfs, it's alright so I think problem is my source
(3) I don't know why...
 
Last edited:
Back
Top