• 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.5] The Forgotten Server v0.2.4 (Mystic Spirit)

Status
Not open for further replies.
help me:

I have updated my server 8.42 to 8.5 (after was crying damnson 0.3.4 PL2) now is Mystic Spirit 0.2.4 (this release).

The problem is that my npcs send the message to the npc channel in the crying damnson but in this release npc talks in public :S.. how can i fix it?
If i remember correctly goto data/npc/lib/npcsystem/npchandler.lua then change this
Code:
-- Currently applied conversation behavior. CONVERSATION_DEFAULT is default.
	NPCHANDLER_CONVBEHAVIOR = CONVERSATION_DEFAULT

to this
Code:
-- Currently applied conversation behavior. CONVERSATION_DEFAULT is default.
	NPCHANDLER_CONVBEHAVIOR = CONVERSATION_PRIVATE



and in the same folder goto npcsystem.lua and change
Code:
-- Conversation behavior. For more information, look at the top of npchandler.lua.
	NPCHANDLER_CONVBEHAVIOR = CONVERSATION_DEFAULT

to this
Code:
	-- Conversation behavior. For more information, look at the top of npchandler.lua.
	NPCHANDLER_CONVBEHAVIOR = CONVERSATION_PRIVATE

Not 100% that works but it should if I remember correctly..



The skills won't save. :O
Yea I get this problem aswell skills arent being created in mysql using in-game acc maker.. Still trying to fix it.
 
Yea I get this problem aswell skills arent being created in mysql using in-game acc maker.. Still trying to fix it.
Use XAMPP 1.6.6a, else.. you might have some serious problems with triggers.
 
And isn't there any trunk svn or what it's called? :S
 
tala there is no 8.5 items....
moon backpack is not in and those...
 
/usr/bin/ld: cannot find -llua5.1-sql-sqlite
collect2: ld returned 1 exit status
make: ** [forgottenserver] Error 1

I tried to make without the autogen but I got this error ^
 
@up change in makefile:
-llua5.1-sql-sqlite to -llua5.1-sql-sqlite3 and ll be ok ;)

@topic:
PHP:
02:38 You see a closed door.
ItemID: [9165].
Position: [X: 844] [Y: 704] [Z: 8].

why i cant open it, the rest door too ( i mean the newest) ? i have this door in global.lua. Someone could help me ?
 
Is there any bug¿?

somepeople clone items specially crystal coin and i don't know how they do that

does anyone here know how to solve this problem?

does this happen to anyone here?

help (;

great server
 
@up change in makefile:
-llua5.1-sql-sqlite to -llua5.1-sql-sqlite3 and ll be ok ;)

@topic:
PHP:
02:38 You see a closed door.
ItemID: [9165].
Position: [X: 844] [Y: 704] [Z: 8].

why i cant open it, the rest door too ( i mean the newest) ? i have this door in global.lua. Someone could help me ?


in global.lua

search this:

[9169] = 6170,


And replace for

[9169] = 9170,

___

try this
 
It might not implant(implement) this action in your Server ¿?is Bounty Hunters System (Player Hunt System) In future 0.2.5?
It is of great help and many people want it ,For 0.2 + for that we like more.

And other script that alone do them for 0.3 + -.-and not for 0.2 that for my it is the best like for many persons.
To have if they could become compatible for 0.2 would be grateful for it to you ^^ thank you
 
Please fix for SQLite, it's kinda buggy.
It doesn't save Accounts or Players.
 
why my server disconnects every 1 hour? 9Crash =x)

Im using RealMap and I have 70+ Players Online all days...

help =s
 
Status
Not open for further replies.
Back
Top