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

    Lua Talk action to join/invite party?

    alright.. damn.
  2. T

    Lua Talk action to join/invite party?

    bump!
  3. T

    Solved add to script kill monsters and.. (SOLVED)

    wasnt so hard after all xd heres the script if anyone else needs it! function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition) local event = 10 local name = ("test") local pos = {x = 78, y = 445, z = 7} local fromPos = {x = 65, y = 440, z = 7} local toPos = {x= 80, y =...
  4. T

    Lua check if someone is in the room (SOLVED)

    Awesome! works perfect now!
  5. T

    Scripter Looking for scripter.

    Hello there otlanders! i'am looking for a scripter to help me out with some script and to create new ones. This is for a custom project client verison 8.6 that will be simlar to worl of warcraft.. I dont want to spoil to much out here yet since i did not get so far in this project. But soon as...
  6. T

    Lua check if someone is in the room (SOLVED)

    Thank you again for your help!! :) but some issue.. If i walk in then it doesnt stop other persons from going in only me if im trying to enter again :S
  7. T

    Amulet

    Just remove the charges attribute key.. <item id="2196" article="a" name="FreeTime Amulet"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" />
  8. T

    Lua check if someone is in the room (SOLVED)

    i made it like this, not sure if its right? but i got some errors. function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition) pos = {x = 98, y = 440, z = 7} local area = { fromPos = {x=98,y=440,z=8}, toPos = {x=103,y=445,z=8} } for _, pid in...
  9. T

    Lua check if someone is in the room (SOLVED)

    i have this simple lua script here. but i want it to check if there is players inside this room already before teleporting.. and so you will be kicked from the room after x mins. function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition) pos = {x = 98, y = 440, z =...
  10. T

    Lua Talk action to join/invite party?

    i need some help to make this script where the player type etc !partyrequest 'partyownername' and also for the party leader to invite !invite 'playername' would be just fine where only party leader can invite. Thank you :)
  11. T

    Solved Party Teleport.

    You are fucking awesome! thanks!!
  12. T

    Solved Party Teleport.

    yeah :S - - - Updated - - - function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, channel, actor) local player = getCreatureName(cid) if(not player) then return true end for _, party in ipairs(getPartyMembers(player)) do <-------- ERROR IN THIS LINE...
  13. T

    Solved Party Teleport.

    yeah but i dont want it that way xD
  14. T

    Solved Party Teleport.

    yeah i already tried simlar but not with actor and so, but still nothing hapends.. i have action id and right stuff in the movements.xml :S no errors no nothing works perfekt whith talk action.
  15. T

    Solved Party Teleport.

    Hey guys i found this script, function onSay(cid, words, param, channel) local player = getPlayerByNameWildcard(param) if(not player) then return true end for _, party in ipairs(getPartyMembers(player)) do doTeleportThing(party, getCreaturePosition(cid))...
  16. T

    Solved solved.

    Works just had the event type at script in movements so never mind xD
  17. T

    Solved solved.

    Is it possible to change stats onEquip ? to add health and mana etc. Thank you. :) (want it to your max health) eg. you got 100hp as full hp when you equip demon helmet etc your max hp will be 200hp. Demon helmet add you 100health.
  18. T

    Middle-Earth Project

    i suggest you work at onething at time! most project dies if you start off to big. Sound really cool anyways and keep it up!
  19. T

    [Germany] Faloria 7.4 | Custom Client

    they already spent rl cash on dedicated why not try to get it stable? keep the work up :)
  20. T

    [Germany] Faloria 7.4 | Custom Client

    20:09 You died during a DDos, you didn't lose anything from the death! But you had to pay your life with all your mana instead! rox.
Back
Top