• 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 Old Times

  1. O

    C++

    current priv
  2. O

    C++

    I am looking for someone to help c ++ if you have time and desire, write priv
  3. O

    C++

    Help me priv
  4. O

    C++

    still valid
  5. O

    Fix/Patch Fixing playerAcceptTrade crash

    Thank you for remembering. there is a lot of it, but slowly I have everything fixed.
  6. O

    C++

    private offers $ pricing of the service
  7. O

    C++

    😅hmm, I don't know what the rate is for such work. I need someone to help, I can compile
  8. O

    C++

    Party, trade, cap and other because of this there are bugs
  9. O

    C++

    Looking for C++ developer.5$ for complications. someone willing? more to be corrected in the source
  10. O

    attack on my server

  11. O

    attack on my server

    attacks the port: 80 half-open there is someone who can stop such attacks or there is some company you can recommend against attacks
  12. O

    Lua cap actions

    he needs it to check that the competitor has a cap local Cost = 80000 local RuneId = 2268 function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, Cost) == 1 then backpack = doPlayerAddItem(cid, 5927, 1) for i = 1, 8 do doAddContainerItem(backpack, RuneId, 100)...
  13. O

    Lua command pvp

    Old xml, that's why he tries this way. I want it to turn on after an hour.
  14. O

    Lua command pvp

    Hello, I want npc to use the / pvp 2 command, but it doesn't work. I will add that with other commands such as / save or / clean it is ok. Is there any way to do this? lastsave = 0 hasWarned = 0 focus = 0 talk_start = 0 target = 0 following = false attacking = false function...
  15. O

    Lua Storage value xml

    Unfortunately it doesn't work, but I took your help and it helped me a lot. Now it is like this function onSay(cid, words, param) local task = {{50000, 'Demon'}} doPlayerSendTextMessage(cid, 22, 'Twoje zlecenia') local lp = 1 for d=1, #task do if(getPlayerStorageValue(cid, task[d][1]) > 101)then...
Back
Top