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

Recent content by Darad

  1. Darad

    [MOD] Red Skull Amulet

    if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196) || (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 10520) then
  2. Darad

    [MOD] Red Skull Amulet

    Add a line that checks if the player has a red skull do JDb's code otherwise normal code for keeping stuff (dunno on top of my head)
  3. Darad

    [MOD] Red Skull Amulet

    Frag is not counted if he's a red skull. But if you want it in his deathlist you can add it with a query :)
  4. Darad

    0.3.5pl1 Request

    You can do it by using query :) INSERT INTO blabla You know it
  5. Darad

    Fixing command /ban, help plz

    ‎local default_comment = "" local default_lenght = 1 -- ban time in hours function onSay(cid, words, param) local parametres = string.explode(param, ",") if(parametres[1] ~= nil) then local accId = getAccountIdByName(parametres[1]) if(accId > 0) then...
  6. Darad

    A nice toutorial about making your own custom tp with advanced options

    Chojrak, why do you always correct people in a humiliating way? You make the guy you correct look like a complete moron. At least this guy took the time to learn us something. You think it's too low for your standards, fine. But don't smack him in the face like that. Bit more respect would be...
  7. Darad

    CreatureEvent Level cap system with points!

    Don't think so no, maybe they're behind in points, but that's all. Up to you to find a good balance in that ;)
  8. Darad

    CreatureEvent Level cap system with points!

    In what way? Just make sure you've got the content for the new levels. Tons of mmo's do this for ages now :)
  9. Darad

    [Request] Red Skull Amulet

    http://otland.net/f132/mod-help-50344/#post505674 There you go :)
  10. Darad

    [MOD] Help...

    did you register onDeath event in the onlogin? Actually place this in onPrepareDeath :) My forever aol: if getPlayerSlotItem(cid, 2).itemid == 2196 then if getPlayerSkullType(cid) == SKULL_RED then local pos = getCreaturePosition(cid) local townpos =...
  11. Darad

    3 Small Requests. REPP++

    Number 3 is cool! :D
  12. Darad

    CreatureEvent Level cap system with points!

    Uhm so if you level over the maximum the player doesn't get downgraded on hp etc? But downgraded on level. I'll look into it :) Edit: Can you specify the bug? I tested what I thought you mean, but no bug there. After the downgrade my hp/mana/cap were back to normal.
  13. Darad

    Problem fixed close thread plz

    Ask Omar ;)
  14. Darad

    Auto execute talkaction on server start

    Lol, don't use an npc for it. Just add a timer in global events. Tons of scripts for that available on this forum.
Back
Top