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

[10.77][TFS 1.2] ORTS, a real map project

Hey there anyone else got any idea on demon oak?
 
Hello Everyone,

I have decided to release my server.

Information:
  • client version: 10.76
  • map version: 10.76
  • server emulator: forgottenserver 1.1
  • map: real map (all cities except Oramond)
  • quests: annihilator, demon helmet, wrath of the emperor, the inquisition, what a foolish, the djinn war, the ancient tombs, pits of inferno, demon oak, isle of evil, hot cuisine, in service of yalahar, a father's burden, dreamer's challenge, the unnatural selection, svargrond arena and many more!
  • systems: achievements, bank, offline training, taming, tasks, wagons et cetera
ORTS Repository: https://github.com/orts/server (for new updates and contributions)

forgottenserver source: https://github.com/otland/forgottenserver
forgottenserver nightly builds: http://nightlies.otland.net/

Automatic Account Creators:
Miscellaneous:
Enjoy!
M

Man for somereason i cant figure out how to download it,
 
Can you help i have windows 8 bit 32 THe rl map NOt work thare any idea how i can run Rlmap server in bit 32??!
 
Can you help i have windows 8 bit 32 THe rl map NOt work thare any idea how i can run Rlmap server in bit 32??!
You cant.. you need more then 4gig of RAM to be able to run the server and 32bit doesn't allow you to use more then 4gb.
 
You cant.. you need more then 4gig of RAM to be able to run the server and 32bit doesn't allow you to use more then 4gb.
Actually you can. I have hosted a rl map ORTS with 3.84 gb ram. :p it's just very hard to do it.
 
Yeah, I imported it to database and there is all subcategories like accounts, players, guilds, but all is empty
 
Hello, I just found an error on mission 8 in postman, the corpse of Waldo doesnt open.
You can fix this problem by changing the number 3018 to 3118 from
Code:
 data/actions/scripts/quest/system2.lua

 
hmm... I'm having issues trying to fix the demon oak quest because there is no errors... The problem is after you kill the tree there is no pop up telling you to go see "Oldrak" I've also discovered that its not spawning the demons on last hit so its either going to be this


Code:
    local isDefeated = totalProgress == (#config.demonOakIds * (config.waves + 1))
    if (config.killAllBeforeCut or isDefeated)
            and hasMonsters then
        player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You need to kill all monsters first.')
        return true
    end

or this


Code:
    local totalProgress = 0
    for _, cStorage in pairs(config.storages) do
        totalProgress = totalProgress + math.max(0, player:getStorageValue(cStorage))
    end

Anyone got any thoughts on this?
 
hmm... I'm having issues trying to fix the demon oak quest because there is no errors... The problem is after you kill the tree there is no pop up telling you to go see "Oldrak" I've also discovered that its not spawning the demons on last hit so its either going to be this


Code:
    local isDefeated = totalProgress == (#config.demonOakIds * (config.waves + 1))
    if (config.killAllBeforeCut or isDefeated)
            and hasMonsters then
        player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You need to kill all monsters first.')
        return true
    end

or this


Code:
    local totalProgress = 0
    for _, cStorage in pairs(config.storages) do
        totalProgress = totalProgress + math.max(0, player:getStorageValue(cStorage))
    end

Anyone got any thoughts on this?
Fix for this is in pull-request #218 on github.
 
Hi guys, I've a problem - my database is empty and i don't know how to add new lines. Can any1 help me? :D
 
Back
Top