Competitibia
Pain & Glory WHole
- Joined
- Apr 1, 2021
- Messages
- 545
- Solutions
- 3
- Reaction score
- 211
look for that library? bro seriously u didnt link boost folder. come on. get your libraries u need and stop spamming 5 year old can do that.
For you it appears to be easy, for other people may not.look for that library? bro seriously u didnt link boost folder. come on. get your libraries u need and stop spamming 5 year old can do that.
You are right it was ignorant of me to be so mean but I still put him on the right pathFor you it appears to be easy, for other people may not.
Help the man. He will tahnk you.
C local boost???? Should be boost in ur sdk no?
Severity Code Description Project File Line Suppression State
Error LNK1104 cannot open file 'libboost_regex-vc141-mt-1_64.lib' TheOTXServer C:\otserv\sources\msvc\LINK 1
Check out how to compile tfs 0.4 windows there was some sdk there that could be itthanks for help, i ran into another problem ive tried to figure it out myself but cannot find this file and i downloaded boost 1.60 and could not find it there neither, filename "libboost_regex-vc141-mt-1_64.lib"
View attachment 73664
C++:Severity Code Description Project File Line Suppression State Error LNK1104 cannot open file 'libboost_regex-vc141-mt-1_64.lib' TheOTXServer C:\otserv\sources\msvc\LINK 1
uphello otland community, i am trying to generate a change to a file, spells.cpp, when i compile the server i copy the exe. to the parent folder and when I open the ot I get an error:
ERROR: Unable to load items (OTB)!
Could it be that I am putting the libraries wrong? use from library first: "tfs-sdk-3.2-otx"
and now try with "tfs-sdk-2.1"
and nothing both generated the same error..
Does it work the same if I have visual 2019 and not 2015?
I managed to compile this server 2x and with the requirements that I sharedDoes it work the same if I have visual 2019 and not 2015?
if(isPremium(cid) or not(parameters.premium)) then
if(getPlayerLearnedInstantSpell(cid, parameters.spellName)) then
npcHandler:say('You already know this spell.', cid)
elseif(getPlayerLevel(cid) < parameters.level) then
npcHandler:say('You need to obtain a level of ' .. parameters.level .. ' or higher to be able to learn ' .. parameters.spellName .. '.', cid)
elseif(getPlayerVocation(cid) < parameters.vocation) then
npcHandler:say('This spell is not for your vocation', cid)
elseif(not doPlayerRemoveMoney(cid, parameters.price)) then
npcHandler:say('You do not have enough money, this spell costs ' .. parameters.price .. ' gold coins.', cid)
else
npcHandler:say('You have learned ' .. parameters.spellName .. '.', cid)
playerLearnInstantSpell(cid, parameters.spellName)
end
else
npcHandler:say('You need a premium account in order to buy ' .. parameters.spellName .. '.', cid)
end
Managed to fix almost all.
I realized that the messed borders are neccessary to show 7.4 sprites on client.
Items.otb on RME was incori have this same problem :/, can u show me how u fix it? o share ur rme map editor? thanks in advance
How do I start up this server? I don't find any exe file.Port Hope 7.4, POI, Demon OaK, War System, Shared Exp, Cast System, Anti Clone, Task System.>> Information:
- 7.4 Features
- No Protection zone boats and rugs.
- Spells, vocations and spells formuled in Tibia 7.4. There are no Hotkleys!
- War System.
- Cast System.
- Anti Clone.
- Task System (50+)
- Party Sharing Experience. You can share experience in-party with your friends, and receive 10% bonus experience when actived (!share).
- Conjures 2x runes more than real tibia (ex Sd 2x).
- Fast Soul Regen
- Conjure Runes in a backpack. !
- No Wands / Rods, Burst Arrowns based on magic level.
>> Vocation Features:
- Paladins conjure more ammunition.
- Mages conjure more runes. (ex. adori vita vis = 2 SDs)
- Damage improved by 10% for Knights and Paladins.
- Speed attack improved by 10% for all vocations.
>> NPCs:
- No sell runes.
- You can buy bp from MF: "buy bp mf"
- You can buy bp from LF: "buy bp lf"
- Djinns in ankrahmun (Need Quest)
- Eremo sells amulet of loss.
>> Game Features:
- Bank system.
- Auto-stack items
- Full HP and MP at level up.
- Skin Amulet does not have NPCs, drops only from Warlock or Hydra.
>> Extra Information:
- Full real Tibia map, including all NPCs, Port Hope, monsters and 100% RL quests.
- POI quest and all rooms.
- Demon Oak Quest.
- Client of the last 3 images, does not accompany the server
source is included with datapack in otserv.zip