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

    Lua 250 atk on weapons max?

    Well that's the difference between SQL and XML servers But is this doable with action scripts for each weapon or maybe some editing in sources?
  2. Bladefist

    Lua 250 atk on weapons max?

    <?xml version="1.0"?> <items> <item id="2132" charges="200"/> -- silver amulet <item id="2126" charges="200"/> -- bronze amulet <item id="2161" charges="200"/> -- strange talisman <item id="2164" charges="20"/> -- might ring <item id="2166" time="1800000"/> -- power ring <item...
  3. Bladefist

    Lua 250 atk on weapons max?

    I've tried a lot of times using the standard itemeditor for 7.6, to edit items. :o And for some reason it seems so that the itemeditor or server don't support more then 250 attack, and that exists for all servers. So I wonder how can I create weapons with maybe an amount of 300 attack? :huh:
  4. Bladefist

    Lua Can't find the missing Symbol

    function eventual(cid, getThingPos(item.uid), wallpos) doCreateItem(1116,1,wallpos[1]) doCreateItem(1116,1,wallpos[2]) doTransformItem(getThingPos(item.uid),item.itemid-1) end function onUse(cid, item, frompos, item2, topos) wallpos = {...
  5. Bladefist

    Lua Lever Script teleport

    What about the timer?
  6. Bladefist

    Lua Lever Script teleport

    How do I make the timer work then?
  7. Bladefist

    Lua Lever Script teleport

    local reset, t = function(p) doTransformItem(getTileItemById(p, 1946).uid, 1945) end, {} function onUse(cid, item, frompos, item2, topos) if item.uid == 7999 and item.itemid == 1945 then doTeleportThing(cid, {x=1056, y=1255, z=8}) doSendMagicEffect({x=1056, y=1255, z=8}, 10)...
  8. Bladefist

    Lua Lever Script teleport

    local reset, t = function(p) doTransformItem(getTileItemById(p, 1946).uid, 1945) end, {} function onUse(cid, item, frompos, item2, topos) if item.itemid == 1945 and getThingFromPos({x=1054, y=1254, z=7}) then doTeleportThing(cid, {x=1056, y=1255, z=8}) doSendMagicEffect({x=1056, y=1255...
  9. Bladefist

    Lua Lever Script teleport

    Heres a pircture as example. Red circle is players poss lets say (5,5,5) The lever (yellow circle) will teleport player to (8,8,8) if used. The lever needs to reset itself instantly after use, and must be reuseable for all players.
  10. Bladefist

    Lua Lever Script teleport

    Hey I need lever script that teleports player when he stand on a floor (5x,5y,5z) And when the player pull a lever next to him he'll be teleported to (8x,8y,8z) This need to be repeatable and maybe a reset timer on 1 sec for the lever, would be great Thanks, Rep will be given
  11. Bladefist

    Fast Attack Vocations.xml problems - REP

    Hey I would love to change my attack speed from 2000 ms to 100 ms (aka fast attack) But changes i make in vocations.xml about the attack speed don't work, it is like something is overwriting the speed? maybe something in the source folder.. Im talking about Avesta SQL server for 7.6 proto...
  12. Bladefist

    Compiling Requesting stable SQL 7.6 AAC and Server

    Hey, the last couple of days I have been searching for a stable SQL server, without finding any. <_< I've for example tried Avesta server but it crashes after 2-10min. A server that crashes so often is useless for hosting. So I need a server which is stable enough for 30 hours or...
  13. Bladefist

    Solved Setting up nicaw sQL 1.5 AAC getting error

    I have also seen a lot of people having this problem without any fix, getting one online on the forum would be great if anyone know what I and other have missed..
  14. Bladefist

    You can't say [YES or NO]

    It was my sister What is pizza without it's cheese?
  15. Bladefist

    Need easy comand.

    Thinking of /doaddplayermaglvl 30?
  16. Bladefist

    doPlayerAddStrongWeapon

    you should have a loop within there..
  17. Bladefist

    Solved Setting up nicaw sQL 1.5 AAC getting error

    Hey I use Avesta and Nicaw SQL 1.5 both supported to each other After I have edited the config.lua file and created the database named it "otserv" etc I get this message after trying to create an account at 127.0.0.1 1054: Unknown column 'accno' in 'where clause' 1054: Unknown column...
  18. Bladefist

    [XML] Convert 7.6 server to another 7.6 file server

    Hey I running a Yurots with alot of bugs (money dupe, crashes on encounters, bad pk system, bots can place items on places that shouldn't be possible.. and more) and wonder how easy could I convert the server into something like Avesta server without that bugs. :D I have 130 custom monster...
  19. Bladefist

    [XML] Additional MagicWall rune

    bump
Back
Top