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

TibiaCore 7.4 TFS 1.2 same Nostalrius project.

Good release, can we gather what's needed to be fixed in a list? What map locations needs edits and so on? tiles at water?
Here is issue I have found:

  • Creatures damage
  • Creatures loot tables
  • Spells (accuracy)
  • Tiles for borders and water
  • Movements are a bit off feels laggy (Neikro fix this issue)
  • Scripts needs to be seen over (OnThinks)
  • Random crashes if more players connected (idk why yet)
  • Quests such as poi and others are bugged when it comes to access/door
  • Needs to look over Action scripts related to custom quest as mentioned above
  • Houses seem to reset randomly for some reason no matter what setting you use
  • Map fixes random areas: Thais, Carlin, Senja, Folda, Vega, Ab'dendriel, Venore, Cormaya, Edron and might be more (not found more yet).
 
Poi is not the same as 8.1, i simply did it my way, imagining what it was like before it existed in that old way, everything is just pulling the levers to remove the stones, the floor of the vocations room is a lava that can be stepped on, so i placed it to cause damage, where it creates a staircase, there is a sacrificed body, the door is unlocked by sacrificing blood and giving access to the lever.
the map has a lot of edges to be fixed.
i edited the creatures damage to bring it closer to reality like tibia cams 7.4
for example warlocks attacks.
other scripts are from a custom map that i created above folda.
I think the class houses needs to be redone because there is a problem with deleting items when the map is being saved.
 
Last edited:
Poi is not the same as 8.1, i simply did it my way, imagining what it was like before it existed in that old way, everything is just pulling the levers to remove the stones, the floor of the vocations room is a lava that can be stepped on, so i placed it to cause damage, where it creates a staircase, there is a sacrificed body, the door is unlocked by sacrificing blood and giving access to the lever.
the map has a lot of edges to be fixed.
i edited the creatures damage to bring it closer to reality like tibia cams 7.4
for example warlocks attacks.
other scripts are from a custom map that i created above folda.
I think the class houses needs to be redone because there is a problem with deleting items when the map is being saved.

How can I make so that items on the ground save on the map even when I close the server and only be deleted with the daily server save?
 
How can I make so that items on the ground save on the map even when I close the server and only be deleted with the daily server save?
I think add new function similar houses save, and add new table blob type.
Only save tiles map without houses.
 
I think add new function similar houses save, and add new table blob type.
Only save tiles map without houses.
Ok, this must be source related, correct?

Any idea where to start or can you help me? :)
I could pay for support on this one if you want.
 
help otclient for this server
 
How do I get started with this? I don't know how to get the server up an running. Someone please give me a guide.
 
Excuse my ignorance, but how can I compile? I've always used TFS because of the compilation standard made easier by the folder that comes with the ready-made vcxproj, just click and compile, so with just the Src and Cmake folder I've never done it, do we have any tutorials?
 
Does anyone have an idea why logging into a character with a live stream automatically disconnects me after 2 seconds? I should mention that I manually transferred the cast system to the engine from Sabreheaven, and everything seems to work except for the fact that the viewer gets kicked back to the streaming list after 2 seconds. After a moment, I can reconnect, and the cycle repeats. There are no errors in the console. Which function might be responsible for this? Any ideas are highly appreciated!
 
Anyone getting compiler errors like this? I've tried with VC17 v141 and VC22 v143 and the same errors persist.

Code:
Build started at 14:25...
1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(517,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>otpch.cpp
1>actions.cpp
1>ban.cpp
1>baseevents.cpp
1>bed.cpp
1>behaviourdatabase.cpp
1>chat.cpp
1>combat.cpp
1>commands.cpp
1>condition.cpp
1>configmanager.cpp
1>connection.cpp
1>container.cpp
1>creature.cpp
1>creatureevent.cpp
1>cylinder.cpp
1>database.cpp
1>C:\TibiaCore\compiler\src\configmanager.cpp(89,10): error C2065: 'ENABLE_ACCOUNT_BONUS': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(93,10): error C2065: 'ATTACKERPARTYENTERPZ': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(94,10): error C2065: 'MEMBERSAFESKULLGUILD': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(112,10): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(140,10): error C2065: 'PERCENT_CAST_EXP': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(141,10): error C2065: 'PERCENT_PREMIUM_EXP': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(142,10): error C2065: 'PERCENT_BONUS_COPPER': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(143,10): error C2065: 'PERCENT_BONUS_SILVER': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(144,10): error C2065: 'PERCENT_BONUS_GOLD': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>databasemanager.cpp
1>databasetasks.cpp
1>depotlocker.cpp
1>fileloader.cpp
1>game.cpp
1>globalevent.cpp
1>groups.cpp
1>guild.cpp
1>house.cpp
1>housetile.cpp
1>ioguild.cpp
1>iologindata.cpp
1>iomap.cpp
1>iomapserialize.cpp
1>item.cpp
1>items.cpp
1>luascript.cpp
1>mailbox.cpp
1>map.cpp
1>monster.cpp
1>monsters.cpp
1>movement.cpp
1>networkmessage.cpp
1>C:\TibiaCore\compiler\src\luascript.cpp(1067,2): error C2065: 'CONDITION_CUSTOM_PHYSICAL': undeclared identifier
1>(compiling source file '/src/luascript.cpp')
1>C:\TibiaCore\compiler\src\luascript.cpp(1588,2): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/luascript.cpp')
1>    C:\TibiaCore\compiler\src\configmanager.h(29,7):
1>    see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\luascript.cpp(1588,2): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/luascript.cpp')
1>npc.cpp
1>otserv.cpp
1>outputmessage.cpp
1>party.cpp
1>player.cpp
1>position.cpp
1>protocol.cpp
1>protocolgame.cpp
1>protocollogin.cpp
1>protocolspectator.cpp
1>raids.cpp
1>rsa.cpp
1>scheduler.cpp
1>C:\TibiaCore\compiler\src\otserv.cpp(283,20): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(289,17): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(304,24): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(306,24): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>script.cpp
1>C:\TibiaCore\compiler\src\player.cpp(2248,2): error C2059: syntax error: 'return'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2249,1): error C2059: syntax error: '}'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2249,1): error C2143: syntax error: missing ';' before '}'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2253,1): error C2143: syntax error: missing ';' before '{'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2253,1): error C2447: '{': missing function header (old-style formal list?)
1>(compiling source file '/src/player.cpp')
1>scriptmanager.cpp
1>server.cpp
1>spawn.cpp
1>spells.cpp
1>protocolstatus.cpp
1>talkaction.cpp
1>C:\TibiaCore\compiler\src\protocollogin.cpp(131,25): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/protocollogin.cpp')
1>tasks.cpp
1>teleport.cpp
1>thing.cpp
1>C:\TibiaCore\compiler\src\spawn.cpp(95,59): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/spawn.cpp')
1>    C:\TibiaCore\compiler\src\configmanager.h(29,7):
1>    see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\spawn.cpp(95,59): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/spawn.cpp')
1>tile.cpp
1>tools.cpp
1>vocation.cpp
1>C:\TibiaCore\compiler\src\protocolstatus.cpp(154,85): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/protocolstatus.cpp')
1>    C:\TibiaCore\compiler\src\configmanager.h(29,7):
1>    see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\protocolstatus.cpp(154,85): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/protocolstatus.cpp')
1>waitlist.cpp
1>wildcardtree.cpp
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 14:25 and took 16,791 seconds ==========
 
Has anyone managed to solve the problem with the cast system and the invisible character while watching?
 
Has anyone managed to solve the problem with the cast system and the invisible character while watching?
the client i mentioned works but if you use OTC(bot) it causes error in cast although i dont have time to solve this issue with cast to handle all clients and kicks.
Post automatically merged:

Anyone getting compiler errors like this? I've tried with VC17 v141 and VC22 v143 and the same errors persist.

Code:
Build started at 14:25...
1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(517,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>otpch.cpp
1>actions.cpp
1>ban.cpp
1>baseevents.cpp
1>bed.cpp
1>behaviourdatabase.cpp
1>chat.cpp
1>combat.cpp
1>commands.cpp
1>condition.cpp
1>configmanager.cpp
1>connection.cpp
1>container.cpp
1>creature.cpp
1>creatureevent.cpp
1>cylinder.cpp
1>database.cpp
1>C:\TibiaCore\compiler\src\configmanager.cpp(89,10): error C2065: 'ENABLE_ACCOUNT_BONUS': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(93,10): error C2065: 'ATTACKERPARTYENTERPZ': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(94,10): error C2065: 'MEMBERSAFESKULLGUILD': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(112,10): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(140,10): error C2065: 'PERCENT_CAST_EXP': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(141,10): error C2065: 'PERCENT_PREMIUM_EXP': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(142,10): error C2065: 'PERCENT_BONUS_COPPER': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(143,10): error C2065: 'PERCENT_BONUS_SILVER': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(144,10): error C2065: 'PERCENT_BONUS_GOLD': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>databasemanager.cpp
1>databasetasks.cpp
1>depotlocker.cpp
1>fileloader.cpp
1>game.cpp
1>globalevent.cpp
1>groups.cpp
1>guild.cpp
1>house.cpp
1>housetile.cpp
1>ioguild.cpp
1>iologindata.cpp
1>iomap.cpp
1>iomapserialize.cpp
1>item.cpp
1>items.cpp
1>luascript.cpp
1>mailbox.cpp
1>map.cpp
1>monster.cpp
1>monsters.cpp
1>movement.cpp
1>networkmessage.cpp
1>C:\TibiaCore\compiler\src\luascript.cpp(1067,2): error C2065: 'CONDITION_CUSTOM_PHYSICAL': undeclared identifier
1>(compiling source file '/src/luascript.cpp')
1>C:\TibiaCore\compiler\src\luascript.cpp(1588,2): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/luascript.cpp')
1>    C:\TibiaCore\compiler\src\configmanager.h(29,7):
1>    see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\luascript.cpp(1588,2): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/luascript.cpp')
1>npc.cpp
1>otserv.cpp
1>outputmessage.cpp
1>party.cpp
1>player.cpp
1>position.cpp
1>protocol.cpp
1>protocolgame.cpp
1>protocollogin.cpp
1>protocolspectator.cpp
1>raids.cpp
1>rsa.cpp
1>scheduler.cpp
1>C:\TibiaCore\compiler\src\otserv.cpp(283,20): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(289,17): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(304,24): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(306,24): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>script.cpp
1>C:\TibiaCore\compiler\src\player.cpp(2248,2): error C2059: syntax error: 'return'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2249,1): error C2059: syntax error: '}'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2249,1): error C2143: syntax error: missing ';' before '}'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2253,1): error C2143: syntax error: missing ';' before '{'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2253,1): error C2447: '{': missing function header (old-style formal list?)
1>(compiling source file '/src/player.cpp')
1>scriptmanager.cpp
1>server.cpp
1>spawn.cpp
1>spells.cpp
1>protocolstatus.cpp
1>talkaction.cpp
1>C:\TibiaCore\compiler\src\protocollogin.cpp(131,25): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/protocollogin.cpp')
1>tasks.cpp
1>teleport.cpp
1>thing.cpp
1>C:\TibiaCore\compiler\src\spawn.cpp(95,59): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/spawn.cpp')
1>    C:\TibiaCore\compiler\src\configmanager.h(29,7):
1>    see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\spawn.cpp(95,59): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/spawn.cpp')
1>tile.cpp
1>tools.cpp
1>vocation.cpp
1>C:\TibiaCore\compiler\src\protocolstatus.cpp(154,85): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/protocolstatus.cpp')
1>    C:\TibiaCore\compiler\src\configmanager.h(29,7):
1>    see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\protocolstatus.cpp(154,85): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/protocolstatus.cpp')
1>waitlist.cpp
1>wildcardtree.cpp
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 14:25 and took 16,791 seconds ==========
Fixed on GitHub!
 
does anyone has the cast system commits for this project? would like to add it to tvp but i don't want to do it manually >.<
 
Back
Top