• 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. Godely

    Lets Count To A Million!

    1954 .
  2. Godely

    Exana Flam

    It would be nice if someone do a script that cure the "Fire Condition", but it would only work if the player is close to a water ground (Max = 2 sqms), or have a Water Flask on his bp. If the player is close to the water and have the Water Flask at the same time, the preference is to the water...
  3. Godely

    About the Frags

    The time to lose a frag is just too low. It should be configured on config.lua (As the banishment time should me either), because, on my server, the people kill 2 players per day, logout, wait 1 day logged out and return. We should have a way to configure if we want the player to be logged in or...
  4. Godely

    One per account

    How can I do a script that, for example, just ADD premium account 1 time to the player account. So, if a player buys a premium accounts, no other character of it could do that anymore. I was thinking about making a new table on the players account, but the problem is how to check if by lua...
  5. Godely

    Server Save

    TFS server save is not working sometimes o.o... When the server is back (By restarter.exe) it returns many time ago without saving o.o Maybe it is because of the script that I have on global.lua? saveDelay = 20 * 60 * 1000 -- 20 minutes for each save. storageValue = 5150 if...
  6. Godely

    Problem with Server Save

    Well, I got this since I began using TFS... The problem is: Sometimes when the server shutdown to save, when it backs, the houses and players are not saved. Today I got that again (The 5th time). Here is my config: -- Server Save serverSaveEnabled = "yes" serverSaveHour = 1...
  7. Godely

    "Decaying" Storagevalue

    Is it possible to make a Storagevalue disappear after a certain time? Because, on my server, the people that pay out-game would have the Premium Days + The Counting Storagevalue (is will be the same, so, if the player pays for 15 days of premium, the Storagevalue will disappear in 15 days)...
  8. Godely

    Ceremonial Ankh

    Thanks Colandus! Rep +!
  9. Godely

    Ceremonial Ankh

    Anyone please?
  10. Godely

    Ceremonial Ankh

    Ceremonial Ankh Attributes: Shows your blessings Notes: Shows which blessings you have received. --- Can someone do that script for me? You "use" the Ceremonial Ankh, and you receive a "green message" showing which blessing you did receive. Bless 1 = The Spiritual Shielding Bless 2 = The...
  11. Godely

    PVP Arena

    That one was worst than the first... Well, I think it's a source bug maybe
  12. Godely

    PVP Arena

    local arena = { frompos = {x=308, y=227, z=5}, topos = {x=324, y=232, z=5}, exit = {x=324, y=232, z=6} } local function exitArena(p) doSendMagicEffect(p.exit, 10) doTeleportThing(p.cid, p.exit, FALSE) doCreatureAddHealth(cid, getCreatureMaxHealth(cid)) end function...
  13. Godely

    PVP Arena

    Now it's working ok.. only 1 little problem: If the "killer kills the killed" (:P) by a headshot, the other player is teleported to the outside of the arena as dead. Example: you have 310 of life, and I hit 300 with my sd... I will SD you twice, and you will be teleported to the outside of the...
  14. Godely

    PVP Arena

    The server is still crashing... The bug is when you put "if isInArea(getPlayerPosition(cid), arena.frompos, arena.topos) then", cause yesterday I was testing with "area", and the server didn't crash, but didn't teleport the player to the "Exit" after his 'death', but to his temple (Btw...
  15. Godely

    PVP Arena

    Now, when I kill the player, the server crashes o.o Why? :P
  16. Godely

    14 characters story!

    Once upon a day a girl washed her dish
  17. Godely

    Mapper Need a mapper?

    Add me on my msn: [email protected] I'm making a project, it calls Aenearth (www.aenearth.com). It's based on the Earth's map.
  18. Godely

    PVP Arena

    local arena = { frompos = {x=308, y=227, z=5}, topos = {x=324, y=232, z=5}, exit = {x=316, y=225, z=5} } function onPrepareDeath(cid, killer) if isInArea(getPlayerPosition(cid), area.frompos, area.topos) then doCreatureAddHealth(cid, getCreatureMaxHealth(cid))...
  19. Godely

    Empty Potion Script

    Thank you so much :o <Close the topic now, its done :P>
  20. Godely

    Empty Potion Script

    It's not that what I want. Read again please!
Back
Top