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

    Feature [creatureEvent] onMove very advanced

    recopy the game.cpp part again now
  2. Doggynub

    Feature [creatureEvent] onMove very advanced

    UPDATED 0.3.6 supporting
  3. Doggynub

    Add Allow Clones

    I just want to know what is the benefit of doing that?!
  4. Doggynub

    Scripting service (request and you will get it)

    Srry I had exams this week I will be free tomorrow to retaks requests.
  5. Doggynub

    Fix/Patch [Source] Downgrading TFS from 8.1 to 8.0

    hahahah <-- HAd to post this really :)
  6. Doggynub

    Scripting service (request and you will get it)

    Done cleared some space :p
  7. Doggynub

    Can't login server

    Character list appears, I click ok the connecting box keep on there. (local server) It is 0.4 server (3884) I can log normaly on 0.3.6 server my globalip is 127.0.0.1
  8. Doggynub

    how to make the older 0.4 or 0.3.6 to work on visual studio?

    how to make the older 0.4 or 0.3.6 to work on visual studio?
  9. Doggynub

    Scripting service (request and you will get it)

    Well, let me start by this...... I am not working for servers because I have tried this many times and I failed, always work for a while then I stop because of me not active, because i got bored of the owner or because requests started to be really annoying. It is a payed service because...
  10. Doggynub

    3 Requests!

    nvm
  11. Doggynub

    Show mana and Health

    what i am not a scripter i told you to recopy the script up and paste it i modified it lol
  12. Doggynub

    Show mana and Health

    recopy ma script
  13. Doggynub

    Manarune, level based healing REP++

    Maybe you can use this?! local base_mana = 10 -- normal healing at level 1 character local percent_inc_per_level = 10 -- so when player increas a level the attack of spell is 200 + 5% increase function onUse(cid, item, fromPosition, itemEx, toPosition) local healing =...
  14. Doggynub

    Show mana and Health

    function onSay(cid, words, param, channel) local method= (words == "!mp") local checked = method and "mana" or "health" local now,max = method and getCreatureMana(cid) or getCreatureHealth(cid), method and getCreatureMaxMana(cid) or getCreatureMaxHealth(cid)...
  15. Doggynub

    [request] auto team balance

    source edit
  16. Doggynub

    [¡Help!] Request Explication

    Well this is too much to explain but I can tell you that : Item id : each item have its own id (you can't change this id), golden armor is of id 2446 so for example to make a script work with any golden armor you use itemid you can assign multiple itemid for one script this is useful if you...
Back
Top