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

Status
Not open for further replies.
meu cu é verde e amarelo.
me pega!

plx fix the erros of 0.2 from npc.
Tranks.
 
"Wrong temple position" ...

Already change my config.lua

-- Account Manager
accountManager = "yes"
newPlayerChooseVoc = "no"
newPlayerSpawnPosX = 1015
newPlayerSpawnPosY = 1032
newPlayerSpawnPosZ = 3
newPlayerTownId = 1
newPlayerLevel = 1
newPlayerMagicLevel = 0
generateAccountNumber = "no"

Already changed in my SQL database too...
But this freaking issue dont let me in into game..
 
i need help

hi guys
we all know how forgottenserver is very good but i had bad propralmes with it and modren acc
so i start working at theforgottenserver-v0.2.9-win32gui thats call Mystic Spirit and its wonderfull
but something happend when i try to setup my ModernAAC to make website
ModernAAC didnt use the same row id in phpmyadin ~~~~

like there is column in fts call type its refer if the account adim or gm or just normal player
the one work with fts
47304030.png

the one work with ModernAAC 1.01
32841778.png

and you cant change it or delet it lolz coz server we got mad and never work and if you leave it you got bug at ModernAAC1 website its say type column unknow but at ModernAAC1.01 that it use old groups.xml system maybe i just use an old ModernAAC or maybe i need an old one work with 2.9
idk or maybe there is TUTORIAL to how changeing in TUTORIAL! but really i cant fiend that! so if you know something try to help me ! coz iam new here!

sorry for my english!
 
When i use /clean the server goes under maintance and nobody can login.
I could make a new talkaction script but i dont know the clean function once it is not at functions.lua
How can i fix it ?
 
Should I delete the " -- " on config.lua ?

no, im not sure if it will help but i think the guy who posted ment towns on your map
check if towns are correct on your map editor
 
i will use older vercion i cant add that much scripts on this one @.@
 
I can confirm the errors in the NPC library, they seem to be related to the luascript interface changes with TRUE/FALSE now being equal to true/false. I'll post a patch as soon as I have a proper fix.

EDIT: To fix the error, open data/npc/lib/npcsystem/npchandler.lua

Find function NpcHandler:eek:nWalkAway.

Replace:
Lua:
local parseInfo = { [TAG_PLAYERNAME] = getPlayerName(cid) }
with:
Lua:
local playerName = getPlayerName(cid)
if not playerName then
	playerName = -1
end

local parseInfo = { [TAG_PLAYERNAME] = playerName }
schemas are not included so I cant import mysql.sql to phpmyadmin anyone help?

The MySQL schema is forgottenserver.sql.


Code:
[05/01/2011 22:04:10] Lua Script Error: [Npc interface] 
[05/01/2011 22:04:10] data/npc/scripts/default.lua:onThink
[05/01/2011 22:04:10] luagetDistanceTo(). Thing not found
[05/01/2011 22:04:10] stack traceback:
[05/01/2011 22:04:10] 	[C]: in function 'getDistanceTo'
[05/01/2011 22:04:10] 	data/npc/lib/npcsystem/npchandler.lua:541: in function 'isInRange'
[05/01/2011 22:04:10] 	data/npc/lib/npcsystem/npchandler.lua:463: in function 'onThink'
[05/01/2011 22:04:11] 	data/npc/scripts/default.lua:8: in function <data/npc/scripts/default.lua:8>

[05/01/2011 22:04:11] Lua Script Error: [Npc interface] 
[05/01/2011 22:04:11] data/npc/scripts/default.lua:onThink
[05/01/2011 22:04:11] luaCloseShopWindow(). Player not found
[05/01/2011 22:04:11] stack traceback:
[05/01/2011 22:04:11] 	[C]: in function 'closeShopWindow'
[05/01/2011 22:04:11] 	data/npc/lib/npcsystem/npchandler.lua:203: in function 'releaseFocus'
[05/01/2011 22:04:12] 	data/npc/lib/npcsystem/npchandler.lua:522: in function 'onWalkAway'
[05/01/2011 22:04:12] 	data/npc/lib/npcsystem/npchandler.lua:464: in function 'onThink'
[05/01/2011 22:04:12] 	data/npc/scripts/default.lua:8: in function <data/npc/scripts/default.lua:8>

These errors can be ignored, they won't do any harm to the server, but I've fixed them for 0.2.10.
 
Last edited by a moderator:
So I tried to open a server just for test, and added RL map on it and launched the server, then this came



What should I do..? Help please :)
 
When i use /clean the server goes under maintance and nobody can login.
I could make a new talkaction script but i dont know the clean function once it is not at functions.lua
How can i fix it ?

someone please?
 
Halp? iam noob, when i use a stackable potion like strong mana potion it will use all at once..

So if i got a stack of 87 smp and i use it, i 'used' 87 smp at once..
Someone got an idea to fix this?

Again; iam noob D:
 
Status
Not open for further replies.
Back
Top Bottom