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

[7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...

I've been able to compile the source, but this Error is not showing up to load items (OTB).
I already looked at the item.cpp but I did not find the error, please if possible help. I want to open it at home just for testing and updates, then definitely
 
The item.otb error is caused by compiling it without 7.7 flags. Which makes it look for 74 items. Make sure you set the 77 flag when compiling.
I tried it for a few minutes earlier today and the pack seems good. The NPCs are acting really strange doe. Tasks work as well. Did not test much else.
Nice release none the less.

"Spoofteleport.lua"
Lmao, who does this?
Code:
function onSay(cid,words,param)

if getPlayerAccess(cid) >= 1 then
if param ~= "exp" and param ~= "skill" then
    if param == "1" then
    PLACE = {x=32929, y=31952, z=7}
    elseif param == "2" then
    PLACE = {x=32877, y=31675, z=8}
    elseif param == "3" then
    PLACE = {x=32566, y=31774, z=11}
    elseif param == "4" then
    PLACE = {x=32472, y=31818, z=10}
    elseif param == "5" then
    PLACE = {x=33012, y=32106, z=15}
    elseif param == "6" then
    PLACE = {x=32689, y=32202, z=15}
    elseif param == "7" then
    PLACE = {x=32677, y=32203, z=9}
    elseif param == "8" then
    PLACE = {x=32475, y=32118, z=12}
    elseif param == "9" then
    PLACE = {x=32258, y=32119, z=12}
    elseif param == "10" then
    PLACE = {x=32839, y=32238, z=11}
    elseif param == "11" then
    PLACE = {x=33049, y=32473, z=15}
    elseif param == "12" then
    PLACE = {x=33093, y=32564, z=15}
    elseif param == "13" then
    PLACE = {x=33287, y=32788, z=15}
    elseif param == "14" then
    PLACE = {x=33304, y=32558, z=15}
    elseif param == "15" then
    PLACE = {x=33114, y=32314, z=10}
    end
    doTeleportThing(cid, PLACE)
elseif param == "exp" then
--Advancer, Player must advance in lvl/skills to not be detected as spoof--
doPlayerAddExp(cid, (getPlayerLevel(cid)*400))
doPlayerAddManaSpent(cid, getPlayerLevel(cid)*200) --Magic
   
elseif param == "skill" then
--Advancer, Player must advance in lvl/skills to not be detected as spoof--
    if getPlayerVocation(cid) == 1 or getPlayerVocation(cid) == 5 then
   
    elseif getPlayerVocation(cid) == 2 or getPlayerVocation(cid) == 6 then
   
    elseif getPlayerVocation(cid) == 3 or getPlayerVocation(cid) == 7 then
    doPlayerAddSkillTry(cid, 4, getPlayerLevel(cid)*100) --Distance
   
    elseif getPlayerVocation(cid) == 4 or getPlayerVocation(cid) == 8 then
    doPlayerAddSkillTry(cid, getPlayerStorageValue(cid,1338), getPlayerLevel(cid)*100) --Club, Sword and Axe
   
    end
   
end
end
end

Tested demon oak and it somewhat works, but there arent any script to get the actual reward after you are done. You get the storage value 35700 when you are done, but no npc, movement or action uses this storage. So I guess it's unfinished? :p
 
Last edited by a moderator:
This distro has a lot of unfinished things.
Few examples:
- shovel and scarab coins bug
- hidden holes bug
- any major quest is incorrect or bugged
- sprites bugged or incorrect
- npc not matching rl
- almost all actions need fix
- tons of map bugs
Etc...

All seems to work, but when you approach to every thing you discover a new bug
 
I'm new at this, i've downloaded the files in this thread, what else do i need to download in order to make it online? could someone suggest a tutorial or give me the list of things to download?
 
I'm new at this, i've downloaded the files in this thread, what else do i need to download in order to make it online? could someone suggest a tutorial or give me the list of things to download?
you need to have instaled msvc 2015 i suggest you should rescue the actions/movements files and do little works on maps because the distribution of otx is old and bugged the map too
regards
 
It says I'm missing lua5.1.dll, and sqlite.dll, where do i get those archives?

already found those dll files, but now it says im missing ordinal 149 in the library of dynamic links, any1 knows how to fix that?

Oh, ok but still i can log to this server only with oldservbr client which attached to ots. I think its something with rsa, because if i tried to login with normal 772 client and ip changer it still crash.

Btw ots have severeal bugs. If anyone wants i can upload here compiled engine with dlls.
Best regards.
that'd be dope dude, im having some troubles, that would help alot
 
Last edited by a moderator:
Back
Top