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

4 questions

VLPN

New Member
Joined
Jan 20, 2011
Messages
25
Reaction score
0

Português:


1- No meu globalevents.xml o interval creio eu que está bugado, pois está
Code:
<globalevent name="clean" interval="1200000" event="script" value="clean.lua"/>
e da clean de 20 em 20 minutos.Como arrumo isso? Ou como calculo para saber o horario exato?
2- Meu server não salva os LOGS de TUTOR/SENIOR TUTOR /GM/CM/GOD, nem Channels,nada.
Como resolvo isso?
3- Quero adicionar uma area (North East Razzachai) de outro mapa no meu mapa,mas o items.otb é diferente, e o mapa fica todo estranho.Como resolvo isso?
4- Se o player falar, hi, trade e sair correndo a janela do trade não fecha.

English:


1- In my globalevents.xml the INTERVAL have a bug
Code:
<globalevent name="clean"[COLOR="lime"] interval="1200000"[/COLOR] event="script" value="clean.lua"/>
it clean 20 in 20 minutes.
2- My server dont save LOGS...
Como resolvo isso?
3- I need add new area in map (North East Razzachai) of a other map,but the item.otb is different, and the maps bug. Like \/
Here is the SS
mviq6nvdk4v6h149svwo.jpg

My item.otb : items otb

4- If player say hi,trade and walk fast, trade window dont close.


Infos: The Forgotten Server 0.4_DEV

Thanks!
 
1.
XML:
<globalevent name="clean" interval="[B]1200[/B]" event="script" value="clean.lua"/>
Interval in globalevents are in seconds = 20 minutes = 20*60 = 1200.

2.
config.lua:
LUA:
	adminLogsEnabled = true
	displayPlayersLogging = true

3.
Download itemeditor for your TFS and put the Tibia.dat and Tibia.spr to folder with itemeditor and make new otbm: Create missing file items, verify items, reload items attributes.
After that save items.otb to your items folder.

4.
That's normally when player is out from NPC talkrange, but maybe you got 2 npcs in same place and you have tradebug - if you ask 2 npc of trade your trade window is dissapearing.
 
Number 2 is all true , and no save logs ;#
Number 3 , how do make new otbm? i have otitemeditor 0.5.1 and 0.3.9 and no have this option.
 
3.
Open your items editor
1) File -> Load OTBM -> select your items.otb (you can make copy of this if you failure something)
2) Click -> Tools -> Create missing client items -> Reload items attributes -> Verify items
3) Now click File -> Save as... -> select items folder and save file as : items.otb
4) Quit Items Editor and startup server.
 
you need to use the same items.otb as the one which map you're trying to copy was saved with.
not sure if you'll understand what i mean
 
Code:
Compilador: Default compiler
Building Makefile: "C:\Users\Vander\Downloads\forgottenserver-trunk.r3840\trunk.r3840\dev-cpp\Makefile.win"
Executando  make...
mingw32-make -f "C:\Users\Vander\Downloads\forgottenserver-trunk.r3840\trunk.r3840\dev-cpp\Makefile.win" all
g++.exe obj//actions.o obj//admin.o obj//allocator.o obj//baseevents.o obj//beds.o obj//chat.o obj//combat.o obj//condition.o obj//configmanager.o obj//connection.o obj//container.o obj//creature.o obj//creatureevent.o obj//cylinder.o obj//database.o obj//databasemanager.o obj//databasemysql.o obj//databasesqlite.o obj//depot.o obj//dispatcher.o obj//exception.o obj//fileloader.o obj//game.o obj//gameservers.o obj//globalevent.o obj//group.o obj//house.o obj//housetile.o obj//ioban.o obj//ioguild.o obj//iologindata.o obj//iomap.o obj//iomapserialize.o obj//item.o obj//itemattributes.o obj//items.o obj//luascript.o obj//mailbox.o obj//manager.o obj//map.o obj//monster.o obj//monsters.o obj//movement.o obj//networkmessage.o obj//npc.o obj//otserv.o obj//outfit.o obj//outputmessage.o obj//party.o obj//player.o obj//position.o obj//protocol.o obj//protocolgame.o obj//protocolhttp.o obj//protocollogin.o obj//protocolold.o obj//quests.o obj//raids.o obj//rsa.o obj//scheduler.o obj//scriptmanager.o obj//server.o obj//spawn.o obj//spells.o obj//status.o obj//talkaction.o obj//teleport.o obj//textlogger.o obj//thing.o obj//tile.o obj//tools.o obj//trashholder.o obj//vocation.o obj//waitlist.o obj//weapons.o obj//TheForgottenServer_private.res -o "TheForgottenServer.exe" -L"lib" -mwindows -O1 -lboost_system -lgmp -llua5.1 -lmysql -lboost_regex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s -lboost_filesystem -lboost_thread -lz -lcryptopp  

obj//baseevents.o:baseevents.cpp:(.bss+0x0): multiple definition of `forbiddenExp'
obj//actions.o:actions.cpp:(.bss+0x0): first defined here
obj//baseevents.o:baseevents.cpp:(.bss+0x4): multiple definition of `emptyExp'
obj//actions.o:actions.cpp:(.bss+0x4): first defined here
obj//baseevents.o:baseevents.cpp:(.bss+0x8): multiple definition of `xmlMalloc'
obj//actions.o:actions.cpp:(.bss+0x8): first defined here
obj//baseevents.o:baseevents.cpp:(.bss+0xc): multiple definition of `xmlMallocAtomic'
obj//actions.o:actions.cpp:(.bss+0xc): first defined here
obj//baseevents.o:baseevents.cpp:(.bss+0x10): multiple definition of `xmlRealloc'
obj//actions.o:actions.cpp:(.bss+0x10): first defined here
obj//baseevents.o:baseevents.cpp:(.bss+0x14): multiple definition of `xmlFree'
obj//actions.o:actions.cpp:(.bss+0x14): first defined here
obj//baseevents.o:baseevents.cpp:(.bss+0x18): multiple definition of `xmlMemStrdup'


what is it?
 
Well, i havent managed to get these errors myself yet so it must be something with your rev or you did something wrong.
try another rev to check?
 
Back
Top