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

Search results

  1. kermaxpl

    Wybór serwera. Potrzebuje rady.

    Witam, Mam zamiar zakupić VPS(XEN)/Dedyka i dręczy mnie jedno pytanie, jaka machina byłaby potrzebna, żeby udźwignąć 50-100 graczy na TFS 0.4_SVN oraz na mapce ~40mb? Zastanawiało mnie jeszcze jedno, czy jeśli mam do wyboru trochę szybszy procek lub trochę więcej RAM'u to co byłoby bardziej...
  2. kermaxpl

    Always visible missile

    Hi, I'm trrying to do "Rain System" but 1 thing annoys me all time. I want to make that a all missiles are visible all time on every , but now i have this.
  3. kermaxpl

    Market unikalne id każdej aukcji

    Witam, mam problem nawet jak dla mnie dość duży choć rozwiązanie pewnie jest banalne, próbuje zrobić takie coś, żeby atrybuty przedmiotów były zapisywane przy wystawieniu przedmiotu w markecie(ponieważ korzystam z systemu nadającego losowe atrybuty do przedmiotów) i nawet chyba udało mi się to...
  4. kermaxpl

    doSetItemAttribute add skills

    Hi, i'm looking for modification which will allow me to add item's attributes like skillSword with doItemSetAttribute or similar.
  5. kermaxpl

    get vocation to client and another mana bar for each voc. Possible?

    Hi is it possible to get player's vocation to client? Beacuse I want to make diffrent mana bars for each vocation.
  6. kermaxpl

    [SOLVED] TFS 0.4_SVN mana regeneration only for 1 vocation(C++)

    Hi, i want to change that only one vocation can get mana regeneration from CONDITIONPARAM_MANAGAIN/MANATICKS and <attiribute key="managain/manaticks" value="x" />, the rest can gain mana from vocation.xml file only. I made it for mana but i can't find regeneration anywhere. I'm using TFS...
  7. kermaxpl

    Get items from container and doCombat on cid.

    Hi, I have a question. How can i get all items from container(corpse/backpack), and add them to table? -- Edit How can I use doCombat to hurt cid?
  8. kermaxpl

    doCreatureAddHealth. text color

    Hi, how can i change color of text which say how many health was added to creature in function doCreatureAddHealth?
  9. kermaxpl

    GetItemAttribute. Item not found. Help

    Hey guys, again me :D I want to do spell which will do aoe every 3 player's autoattacks. I add this in actions. function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerVocation(cid) == 4 then if getCreatureStorage(cid, 99996) ~= 3 then doCreatureSetStorage(cid, 99996...
  10. kermaxpl

    Spell which can bounce between monsters

    Hi, guys i need spell which can bounce betwen monsters in area 3x3 near target 5 times. Can u help me? - - - Updated - - - Bump
  11. kermaxpl

    Spell Charge Spell

    It won't be shared for free anymore.
  12. kermaxpl

    Help with charge spell

    This is my spell. When player says "charge" it should make him unable to move and start regenerating 40 mana per second. When charge is on and player says "charge" again it should make him able to move and stop mana regenerating and this is problem mana is still regenerating. Pls help me local...
  13. kermaxpl

    Stunning Spell

    I'm looking for spell which can stun my target for 4 sec
  14. kermaxpl

    Problem with script (get distance)

    hi guys i have this code: local objekt = {x=5393, y=5163, z=7} function onThink(interval, lastExecution, thinkInterval) pos = getCreaturePosition(cid) punkty = (((pozycja.y-pozycja.x)*(pozycja.y+pozycja.x))+((objekt.y-objekt.x)*(objekt.y+objekt.x))) dist = math.pow(punkty, (1/2.0)) if...
  15. kermaxpl

    Pierwiastek lub potęga 1/2

    Da się w jakiś sposób zrobić aby silnik obliczył pierwiastek drugiego stopnia z liczby lub podniósł ją do 1/2 potęgi??
  16. kermaxpl

    Szukam ekipy do tworzenia otsa

    Witam poszukuję jednego skryptera, jednego spritera i jednego mappera. Mam już jednego skryptera(to ja), może nie jestem profesjonalistą ale coś tam potrafię; jednego grafika/mappera(znajomy robi dwie rzeczy z racji braku rąk do pracy). Mamy wykupiony vps OpenVZ na Debianie 6.0 4x2ghz 8gb ram...
  17. kermaxpl

    Check client version

    How to add same "function" which can check client version and compare it with version defined in for example txt file on my server before login. I'm using OTClient and often make some updates and i want to block outdated clients.
  18. kermaxpl

    Delete Mount/Dismount & Set Outfit options & Compare versions on login

    First: Is it possible to delete mount/dismount and set outfit options from right click menu? If it is, how?
  19. kermaxpl

    addEvent, delay

    Hi, I have problem, i have this script(I know it's terrible, but i'm newbie): local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) local damage = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(damage, CONDITION_PARAM_SUBID, 1)...
Back
Top