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

  1. Reyn

    [Project] Pokemon Adventures

    On the Homepage it says
  2. Reyn

    give condition when summon dies

    Okai ive got a problem now :S i'Ve done this summon talkaction parts queststatus = getPlayerStorageValue(cid,1212) if queststatus == 1 then doSendMagicEffect(getCreaturePosition(cid), effect) registerCreatureEvent(uid, "summondeath") else local uid = doSummonMonster(cid...
  3. Reyn

    0.3.6 sources

    hei otlanders ^^ anybody knows a link to the TFS 0.3.6 sources? i tried their official threads but their links are not working anymore but i'm looking for them badly :S i hope somebody helps me out Regards, Reyn
  4. Reyn

    give condition when summon dies

    okai those lines are good for me ^^ i think i can make the script on my own i guess :P if not i will be requesting it here again xD but i think it will be easy to make it with this line :) thanks to you
  5. Reyn

    give condition when summon dies

    and the ondeathline ifiscreaturemaster works like when the summon dies?
  6. Reyn

    give condition when summon dies

    hei :p i need a creaturescript which gives a local condition (poison, ...) when a summon of mine dies which is summoned with doSummonMonster(cid, "Demon") i hope someone could help me out with this ^^ Regards, Reyn
  7. Reyn

    [Latest RTS] Last Poster Wins

    :O i'll win
  8. Reyn

    3 months - OtLand premium subscription, "lottery"! (OVER)

    Woot :o sign me in
  9. Reyn

    poison

    I'm not sure didn't test yet, but try this one out local poison = createConditionObject(CONDITION_POISON) setConditionParam(poison, CONDITION_PARAM_TICKS, 60000) function onUse(cid, item, fromPosition, itemEx, toPosition) doAddCondition(cid, poison) return TRUE end
  10. Reyn

    Donations?

    :o really working then? nice hmmm... and it's only working for Gold Server?
  11. Reyn

    setplayerpromotionlevel doesnt work :o

    Hei all :D im trying sth. out on my server and when im using this line in my script setPlayerPromotionLevel(cid,1) it doesn't work ;/ the rest of my script does work but just not that line... Anyone got a clue? :confused: Thanks in advance, Reyn
  12. Reyn

    Donations?

    so that site is a cheat, hack or whatever :O thanks
  13. Reyn

    Donations?

    hei all o_o is there any way to donate to PO outside BR? i read sth. bout this site Untitled Document but is it really of Pokemon Online? Regards , Reyn
  14. Reyn

    Gain HP per 2 or 1 1/2 lvl

    Okai aight understood it now :o so i gotta script sth which adds f.e. 10 HP at lvl 2, 4, 6, 8 ... or is there an easier way? like each 2 lvls? o_o
  15. Reyn

    Gain HP per 2 or 1 1/2 lvl

    i'll script the lua part myself then, but if i'm doing that does the line gainhp="0" in vocations.xml work?
Back
Top