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

RealOTS comming back soon, Thoughts?

Lua:
local ranks = {

['fist'] = {0},

['club'] = {1},
['sword'] = {2},
['axe'] = {3},
['distance'] = {4},
['shield'] = {5},
['fish'] = {6},
['magic'] = {7},
['level'] = {8},

}


function onSay(cid, words, param)

local msg = string.lower(param)
if ranks[msg] ~= nil then
str = getHighscoreString((ranks[msg][1]))
else
str = getHighscoreString((8))
end
doShowTextDialog(cid,6500, str)
return TRUE

end

XML:
	<talkaction words="!ranks" event="script" value="ranks.lua"/>

I saw the post on top of me asking about highscores so i thought i may aswell post this incase someone needs this highscore script.
 
I've got a few questions. Are enchanted weapons and softboots still in? And what happened to increased weapon damages for knights?

I'd appreciate a response, especially considering you are still using the PIC file I made for the RealOTS client haha
 
I guess the actual login server is down but the people who are online remains logged in
 
I am manually training on trolls since 2 hours and I will be mad as hell if there will be a rollback
 
Back
Top Bottom