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

    MicroSMS transfer payment

    Hello, I have a problem and basically a question. Well, I'm trying to add payments from microsms and here comes the case, files should be pasted only in payments, add in config and to the folder gesior shop?Or also somewhere else?I got a sms payment from them, I just created a script from them...
  2. M

    Talkaction for exp booster

    Hello, i found pretty good working exp booster here: https://otland.net/threads/mod-experience-scroll-with-time-expire.147551/ But the problem i have is i want to make talkaction for players to let them check out how much time left of booster/to use new one. Those are mine tries: if...
  3. M

    createConditionObject(CONDITION_REGENERATION)

    Hello, as the title sais im trying to do function of player wear set of eq and the problem is: local IDFEET = 13499 local IDARMOR = 13497 local IDLEGS = 13498 local bonus = createConditionObject(CONDITION_REGENERATION) setConditionParam(bonus, CONDITION_PARAM_BUFF, 1) setConditionParam(bonus...
  4. M

    Make few winners in event

    Hello, its again me ;x im trying to make as title sais make few winners at event, but to be honest i dont undestand this function and how to remake it so i need small help/tips. function winMonsterEvent() local max_sto, winner = 0, 0 local monster = getGlobalStorageValue(1919211) for...
  5. M

    Monster Hunt Event

    Hello, as the title sais im trying to do monster hunt event which should work like that, if i kill monster1, i get+1 point, monster2 +2 points, monster 3 +3points etc. For now all i have made is: <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Bad Saiyans Hunt Event" version="8.6"...
  6. M

    Radar pos

    Hello, i need small help with the script below, i have a problem with position. I didnt tried to work with function in pairs/making table so i need small help here. What i need exacly is that the radar need to read more than just 1 position. function onUse(cid, item, frompos) kula1 = {x=2114...
  7. M

    EQ bonus from SET

    I have a small problem, Im using tfs 0,4 rev 3777, well i have made a script local IDFEET = 13499 local IDARMOR = 13497 local IDLEGS = 13498 function onDeEquip(cid, item, slot) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You just lost bonus from set.") end function onEquip(cid, item...
  8. M

    PZ tile

    I have a problem with PZ, players can enter PZ with fight on and they get PZ, when they left fight is back .... I though about making walkon event with pz tile but ... im not sure is it good idea, wouldnt it slow down server very much? Maybe i got something wrong in source? (where to search...
  9. M

    UE spells make dmg to players without pk on ;/

    As the title, player do dmg to other players by ue without pk turned on, but only with ue, to use normal spells/atk players he need to turn on pk so whats the reason that ue makes the dmg? Is it fault of spell? Here's example of one ue spell: local combat1 = createCombatObject()...
  10. M

    Few question about compiling TFS

    When i see warning/note while compiling TFS but compile goes fine anyway shall i be worried? Or its message from libs/etc that warns me? Or as i think, those warnings might cause some bugs? Sry if its stupid question but im fresh in making ots, and mostly at linux x; And what about NOTE?
  11. M

    MyAcc Slawkens 0,7 white screen after create char

    I've installed all w/o any error, but got a problem, the server makes account but after i log onto account and try to make char theres just blank page. No error etc, same problem on ubuntu 18,04/debian9, any idreas/help? As i said tried on ubuntu 18.04/debian 9, TFS ver 0,4 but i guess its not...
  12. M

    How to add skill tries if got hit by

    As the title says, im looking for script that will add me "fishing tries" when i get hit by magic, I already done that fishing is absorb etc, but have no idea from what to start here (useless to do fishing to get higher absorb XD). What function it shall be im pretty fresh but i think it shall...
  13. M

    It stops to add playerstorage

    I have no idea whats wrong, i been doing saga system and somehow it stoppd to adding playerstorage, while all is same... Just look: function onKill(cid, target) if isMonster ( target ) and getCreatureName ( target ) == 'first saga' and getPlayerStorageValue ( cid ,stor) == 1 then...
  14. M

    Looking for some nice guide on making "table?(not sure how to call it)" in luascripts.

    Hello guys, thats me again... :D Im looking for some nice guide/or help in understanding how to make script works on few monsters/items etc than making triliards of almost same lua scripts. Like example, i have this saga script: local monster = { {'Raditz Saga'}, } local stor = 8000...
  15. M

    Tile that changes look dir

    As i cant find solution of a problem i have that monsters/npc stands always face to north so i had idea to do tile that switch their lookdir, but i need some help how to do it/edit, im fresh in making ots so any help will be awesome ;p But all my tries ends in errors at console ;x No idea shall...
  16. M

    NPC/Monsters problem stands back not by face up

    Hello, as the title says i have a small problem and have no idea what fault can it be, so The problem is that type, any npc with doesnt walk or monsters which is "as sample" to the tp exp place, is standing back not by face to check how it looks, what type of problem it can be? Im using tfs 0,4...
Back
Top