• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. zerghel

    addCreatureMaxHealth function

    may i say again that im not a scripter myself (?) i use only logic when editing scripts =( may i say that i'm using mock's slot system o.o i can see this in the creaturescript --- HP conditionHP[i] = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(conditionHP[i]...
  2. zerghel

    addCreatureMaxHealth function

    bump!
  3. zerghel

    addCreatureMaxHealth function

    As title says i need addCreatureMaxHealth 'cause setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+1000) is not working properly when a player is wearing a +%hp item. =/ function onUse(cid, item, frompos, item2, topos) if (getPlayerStorageValue(cid, STORAGE) < 1) then...
  4. zerghel

    MoveEvent Slot system - Multi slot (No crashes)

    so i made a mistake by allowing players to have 3 slots per item, i want them to have just 1 per item, what can i do?
  5. zerghel

    CreatureEvent Ranking System

    it's giving reward on lvl 100, 101, 102, 103 and so...
  6. zerghel

    Player Management 2.5

    rehost plx?
  7. zerghel

    Spell removes magic wall

    bassically as the title say i've been looking for a spell that removes magic wall around the player, i'm not a scripter myself but i've been trying to do something like it basing on undead legion script, but i had no good results hope someone can help me with this thx in advance =3
  8. zerghel

    [8.54] Evolution Edited (With Alot of Tps & Quest)

    <?xml version="1.0" encoding="UTF-8"?> <globalevents> <globalevent name="save" interval="900" event="script" value="save.lua"/> <globalevent name="clean" interval="7200" event="script" value="clean.lua"/> <globalevent name="serverstart" type="start" event="script" value="start.lua"/>...
  9. zerghel

    [8.54] Evolution Edited (With Alot of Tps & Quest)

    seriously is not there =/, i looked into the scripts, and there's no such message on them
  10. zerghel

    [8.54] Evolution Edited (With Alot of Tps & Quest)

    Nice 1 but where is this anoying broadcast?: [31/01/2012 13:44:56] > Broadcasted message: "Do you want to donate to the server and get awesome donation items in reward? Buy your points in this link, You can donating by using SMS, Phone: Poveriaot.com (Thanks For Keeping This Server Alive!"...
  11. zerghel

    old question, new deal

    well i've seen a lot of posts about modern Acc and sha1 password, and nothig works for me the deal is i have encryptionType = "sha1" in my config.lua and it works fine until y restart the server, the passwords won´t work anymore, it keep saying "invalid password" i've tried plain aswell i've...
  12. zerghel

    Lua Character speed

    an alternative for 0.2.x series? -EDIT- Nevermind, Solve it speed.lua on creaturescripts local speed = 220 function onLogin(cid) if getPlayerGroupId(cid) < 4 then doChangeSpeed(cid, speed - getCreatureBaseSpeed(cid)) end return true end works like a charm, Ty Cyko
  13. zerghel

    console error, shopsystem, login.lua

    hello friends since yesterday i'm getting this error every 30 secs when the script tries to deliver items (gesior shop system) i can't fix it myself login.lua function onLogin(cid) registerCreatureEvent(cid, "PlayerDeath") registerCreatureEvent(cid, "DeathBroadcast") return TRUE end --...
  14. zerghel

    [9.20 - 9.31] The Forgotten Server v0.2.11pl2 (Mystic Spirit) - WarSystem + Extras

    the thing is that i cant enter gameworld from local network computers, but ppl can still enter to play from remote computers
  15. zerghel

    [9.20 - 9.31] The Forgotten Server v0.2.11pl2 (Mystic Spirit) - WarSystem + Extras

    yeah im using Otland Ip changer, i can log in from server PC but not from the other ones in the network... i used official TFS 0.2.11 before and this didn't happen =/, plus i've already check my router's config
  16. zerghel

    [9.20 - 9.31] The Forgotten Server v0.2.11pl2 (Mystic Spirit) - WarSystem + Extras

    Can't connect from LAN! ports are open, using PCServer as ip (as allways), no firewall activated, the character list loads ok but can't log in to the world, using correct ip in config.lua, ppl can connect and play from outside the Network, error 10060 given in client
  17. zerghel

    Releasedates!

    no updates yet? better to move to another game meanwhile(?)
  18. zerghel

    [9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

    NEW RELEASE PLX xD (when?)
  19. zerghel

    Flash music player on website...

    yes i've tried that by embeeding the code on the layout, but every time i change to another page the music stops and start over again, so how can i make an invisible iframe on the top, so the page reloads normally but the frame don't?
  20. zerghel

    PHP? Gesior acc BGM?

    hello friends i wanted to embeed a background music to my website using this iframe <html> <head> <body> <iframe width="1" height="1" src="http://www.youtube.com/embed/SOMECRAPPYVIDEOWITHGOODMUSIC=0&autoplay=1" frameborder="0" allowtransparency="true"></iframe> </body> </head> </html>...
Back
Top