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

Search results

  1. seleo

    Linux 9.6 + distribution

    http://otland.net/threads/9-60-9-61-the-forgotten-server-v0-2-14-mystic-spirit.166619/
  2. seleo

    Lua Daily/hourly chest open times

    try this function onUse(cid, item, fromPosition, itemEx, toPosition) local daysvalue = 1 * 2 * 60 * 60 local daily = getPlayerStorageValue(cid, 13541) if (daily == -1) then daily = 0 end if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doPlayerAddItem(cid, 2160, 1) time = os.time() +...
  3. seleo

    Custom Client

    you dont need to use a new RSA key but if you want to have a custom client with a new RSA key then do what HalfAway told you + edit the RSA key in the otserv.cpp file.
  4. seleo

    Full Hp/mana Remove on Leveling.

    if there isnt any creaturescript in advance that give the player full mana and full hp then you need source edit. the two scripts you added before is not giving full mana or full hp when you level up.
  5. seleo

    Lua Daily/hourly chest open times

    thats may help you http://otland.net/threads/daily-quest-counter-player-can-get-prize-after-24-hours-from-the-last-time.157294/ http://otland.net/threads/daily-quest.161675/ http://otland.net/threads/daily-quest-count-by-fresh-basicly-changed-by-me.161679/
  6. seleo

    Linux otservlist problem.

    well it says that the server is offline while its online now :(
  7. seleo

    Linux otservlist problem.

    I already added play.zyphira.com as server name in otservlist.org and the problem is not the redirection because the Anti DDos shield blocks all the connections to the server unless the ports we are using and the protection working into it! and at Zyphira.com the website we are using port 80 for...
  8. seleo

    Linux otservlist problem.

    Hello i have added my server to otservlist but when i check it it says that Server is currently offline! im using a subdomain for anti ddos protection and my server connection info is play.zyphira.com:7171 while you can only access the website in zyphira.com if you opened play.zyphira.com:80...
  9. seleo

    my server is online and it says that its offline in otservlist.

    Hello i have added my server to otservlist but when i check it it says that Server is currently offline! im using a subdomain for anti ddos protection and my server connection info is play.zyphira.com:7171 while you can only access the website in zyphira.com if you opened play.zyphira.com:80...
  10. seleo

    Windows Server Running Error TFS 0.4 Trunk 3884

    you dont need to chane to static ip since you are using no-ip service. you can download no-ip client and install it to your server computer and it will update your ip address automaticly. and the players will use the no-ip subdomain
  11. seleo

    who Love Old Syphera.net

    this server is based on old syphera http://otland.net/threads/sweden-zyphira-8-6-rl-map-custom-cities-unique-quests-refferals-free-points-radio.199813/
  12. seleo

    Teleport

    in movements.xml <movevent type="StepIn" itemid="XXXX" event="script" value="newteleporter.lua"/> change XXXX to the item id this is the lua file newteleporter.lua function onStepIn(cid, item, position, fromPosition) doTeleportThing(cid, {x=32778, y=31172, z=14})...
  13. seleo

    Recover default player skills [Gesior]

    try this sql command DROP TRIGGER IF EXISTS `oncreate_players`; DELIMITER // CREATE TRIGGER `oncreate_players` AFTER INSERT ON `players` FOR EACH ROW BEGIN INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 0, 10); INSERT INTO `player_skills` (`player_id`...
  14. seleo

    Linux Utito tempo san + Exura san?????

    try this as utito tempo san file local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition...
  15. seleo

    Solved Crying Damson 8.6 [Help]

    try another dll files not the ones with this server
  16. seleo

    Recover default player skills [Gesior]

    try to create a new character and show us the error
  17. seleo

    Linux Trouble in Compiling TFS r3884 on Debian.

    change lua_open to luaL_newstate
  18. seleo

    The server is online but I can't login in it.

    you are trying to connect to the server your self or someone else testing with you give me your ip address i will try to connect
  19. seleo

    [8.60]Texonia(OT)|3mR|

    reupload please
  20. seleo

    The server is online but I can't login in it.

    there was a mistake in the last post i sent check it again and also make sure that you have address your DNS ip address as the server ip in your config.lua file you can get this ip by visitng this cmyip.com
Back
Top