• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. alectrona94

    item upgrader

    yes kinda, but i want to place a dust and an item on a counter an pull the lever so the dust disappear and the old item and turns into the new one, that if it success ed
  2. alectrona94

    item upgrader

    thumbs up working fine, wondering could it have a failure chance?
  3. alectrona94

    item upgrader

    it works but without any item upgrader which in this script is 8306, any no chance to fail ugh
  4. alectrona94

    item upgrader

    nope whenever i switch the lever a helmet appears under me without using any item"powder"
  5. alectrona94

    item upgrader

    yeah if its possible lol
  6. alectrona94

    item upgrader

    but how i add certain items to the upgrader, like plat legs upgrade to whatever i cant find ids in the script
  7. alectrona94

    item upgrader

    was looking for a script regarding this but all what ive found is + in the item level or attack, i wanted a script to upgrade an item to another item using something like magic powder and used by lever
  8. alectrona94

    donation castles.

    so on this script when i change the town=9') which is the right town id i get the error, the other script which is in action has town 9 and its fine, the thing is in the globalevents town id when i set 4 the server runs with no errors function onThink() local castles = db.getResult('SELECT...
  9. alectrona94

    donation castles.

    local lvl = getConfigInfo('levelToBuyHouse') function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) < lvl then return doPlayerSendCancel(cid, 'You have to be at least Level ' .. lvl .. ' to purchase a house.') elseif isPlayerPzLocked(cid) then...
  10. alectrona94

    donation castles.

    it got me this
  11. alectrona94

    donation castles.

    here is the actions script function onUse(cid, item, fromPosition, itemEx, toPosition) -- Shortcuts local item = 11144 -- id of castle doll local look = "You have to be looking at door of the castle." -- cancel msg of looking to door to buy the castle local other = "You already rent another...
  12. alectrona94

    donation castles.

    im using 0.4 tfs version xD
  13. alectrona94

    donation castles.

    so actually i have 2 issue's, the first one is the donation castles, ive got scripts with a doll that makes you buy the castle if u stood in front of the door and then the doll disappears, what im facing here is that the castle can be bough with !buyhouse command and the doll can buy any house...
  14. alectrona94

    Distance formulas

    so right now all i have to do is to edit the damage on this right? function onGetFormulaValues(cid, level, skill, attack, factor) local skillTotal, levelTotal = skill + attack, level / 5 return -(skillTotal * 0.5 + levelTotal), -(skillTotal * 1.5 + levelTotal) end
  15. alectrona94

    Distance formulas

    its an arrow oh yes that worked!
  16. alectrona94

    Distance formulas

    id="7840" level="1600" mana="0" min="0" max="0" type="holy" event="script" value="tier 5 bow.lua"> <vocation id="3"/> <vocation id="7"/>
  17. alectrona94

    Distance formulas

    distance fighting does not increase while attacking
  18. alectrona94

    Distance formulas

    so ive tried to set the distance formulas for bows etc and it never worked, at the moment im using the magic one in the distance weapons and of course the distance fighting doesnt increase, so what if i wanted to set a skill formula based on level and distance fighting and the magic one for...
  19. alectrona94

    spells damage

    I need to set my spells damage to be based on level ive tried to look for the formulas but mostly it didnt work for me since im using 0.4 tfs the spells doesnt event appear, so ive changed all of my spells with manual rate and its not even balanced lol, so i need to set it based on level, here's...
  20. alectrona94

    spawn rate

    oh yes thats right i forgot about the spawn xml lol, thanks <3
Back
Top