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

[8.54] Feragon Online Real Map Proyect

plz can u give me the scripter where exp doors work plz i really need it plz help
 
Hello Any Ppl Can help me in the File ots i can't find a mysql file schema/or other for make a db. who's can help me
 
Exp Door

What is wrong with all you.. if you can't make this one Choose some other and Upgrade it...
btw... here
PHP:
-- level doors based on actionId
-- to make door for level x create door on map and set its actionid to x+1000

function onUse(cid, item, frompos, item2, topos)
    reqlevel = item.actionid - 1000    -- actionids below 100 are reserved

    if reqlevel > 0 then
        if getPlayerLevel(cid) >= reqlevel then
            pos = getPlayerPosition(cid)

            if pos.x == topos.x then
                if pos.y < topos.y then
                    pos.y = topos.y + 1
                else
                    pos.y = topos.y - 1
                end
            elseif pos.y == topos.y then
                if pos.x < topos.x then
                    pos.x = topos.x + 1
                else
                    pos.x = topos.x - 1
                end
            else
                doPlayerSendTextMessage(cid,22,'Stand in front of the door.')
                return 1
            end

            doTeleportThing(cid,pos)
            doSendMagicEffect(topos,12)
        else
            doPlayerSendTextMessage(cid,22,'You need level ' .. reqlevel .. ' to pass this door.')
        end
        return 1
    else
        return 0
    end
end
Try with it... put ActionId 1000..that only lvl 100 may pass and above... look in it...
 
lol... (data-->actions-->scripts-->leveldoor) Have fun... btw Feragon great work...
 
[27/02/2010 16:33:46] mysql_real_query(): UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0; - MYSQL ERROR: Unknown column 'onlinetime7' in 'field list' (1054)
[27/02/2010 16:33:46] mysql_real_query(): UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience; - MYSQL ERROR: Unknown column 'exphist7' in 'field list' (1054)
[27/02/2010 16:33:46] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
[27/02/2010 16:34:47] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
[27/02/2010 16:35:48] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
[27/02/2010 16:36:49] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
[27/02/2010 16:37:50] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
 
the fucking doors i made it then the server crash do i need to map again so the server can be ok ???
 
LoL aklovo... you must be kidding... just take map... and download some other server....
 
i did it i know how to fix the bug in exp but the server crash when i turn it on omg this server is biged a lot so dont downalod it i hope it will be a better version of this
 
Yes this server has alot of bugs, And if you want them fixed you better start working else you wont get anywhere.. dont think people that fixed the server will release it
i did it i know how to fix the bug in exp but the server crash when i turn it on omg this server is biged a lot so dont downalod it i hope it will be a better version of this
 
Back
Top