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

    Bless Bug - Die and go Lvl 1

    Well i am using an ot called Alissow 0.4 (made in TFS, for 8.57), and it has a bug with bless. When the player use the bless and die he goes to lvl 1... :( Hope someone know what to do. Note: here is my login.lua, i am pretty sure that have something wrong here (CYKOTITAN HELP PLX) local...
  2. S

    Restore Soft Boots

    Well i need a talkaction to restore soft boots, the player will have to pay 30k for it. Thx,
  3. S

    [Hosting] Size map

    I have a (stupid?) question.. the size of the map can lag the server, even if the pc was good? with great ram memory 15mb Map with 6mb internet conection and a pc with nice ram (4gb) should hold how many players?
  4. S

    [Lua + SQL] Return value from player (solved)

    Well i need a function to return the value of one column of SQLite, for example "test" I wanna make a script to check if player has the value 1 or 0, then do action Thanks
  5. S

    [Items] How to make an item dont block

    Well i need to know how to make an item who block (a sqm), dont block. Thanks
  6. S

    [Talkaction] Deathlist

    Well i need a talkaction to show the players death list, i think will need an script to add the deahts on sql or some like that... Thanks
  7. S

    [GlobalEvent] getGlobalStorageValue (solved lol O.o)

    Well i am having problems with an globalEvent script: function onThink(interval, lastExecution, thinkInterval) if getGlobalStorageValue(10) == 0 then local mapaAberto = 0 local estado = 0 local i = 0 end ~~ rest of script this part isnt working, it just cannot get the value or...
  8. S

    [Lua Script] Return the 5 higher values

    Well i wanna know how to return the 5 players which have the highers storagevalue(1), from online list (getPlayerOnline~~) Thanks
  9. S

    [Lua Script] Kills (solved)

    Well i need a script to add +1 to PlayerStorageValue(3) every time a player kill someone (onKill) And another to show the Storage gained in the day, and the all storage gained... Hope its possible, thanks :)
  10. S

    [Lua Script] Check if player is in pz (solved)

    How can i check if player is in pz (protection zone)? there is a "isPlayerPz" ? thanks
  11. S

    [NPCs] How to denny npc walk (solved)

    Well i need to know how to set the npc static (no-move), the title says all :p Thanks
  12. S

    [Lua Script] How to add an item with an item inside? (solved)

    Well i need to add an item (doPlayerAddItem) like a present, with another item inside it. Thanks
  13. S

    [Monster] All Monster Flags (solved)

    I wanna know all the monster flags. Thanks
  14. S

    [Lua Script] If PlayerPos == 1, 2 or 3 (solved)

    Well i need a script to: if PlayerPosition == position1 or position2 or position3 then the 3 position possibles are: {x=330, y=602, z=10, stackpos=253} {x=330, y=603, z=10, stackpos=253} {x=330, y=604, z=10, stackpos=253} thanks
  15. S

    [Movements] Problem with closedoor script (solved o.o?)

    I dont know whats wrong in this closedoor script, when i open the magic door (with script) and walk on the door, i get teleported to the temple O.o <movevent type="StepOut" itemid="9180" event="script" value="closingdoor.lua"/> function onStepOut(cid, item, position, fromPosition) local...
  16. S

    [Lua Script] How to define an area? (solved)

    Well i need to define an area, from x=331 to x=344 and from y=603 to y=609, z=4. The script that i need is to remove all creatures of this area. thanks
  17. S

    [XML] Does it possible from-actionid to-actionid ? (solved)

    Well i have a doubt, does it possible to do in xml, like actions.xml to check a sequence of action ids? Like: fromid="2362" toid="2363" I tried with fromactionid toactionid but didnt work... Thanks
  18. S

    [Loots] How to configure the chance of loot (solved)

    Well i wanna know hot configure the loots chance, cause its not 0 to 100, i wanna know the margin of the chance.. like: <item id="2152" count="9" chance="1000"/> how many is "1000" ? :X thanks
  19. S

    [Monster] Monster attack faster

    request[1] solved edited~~ Does it possible to make a monster attack faster ? I mean, when a player enter in the range the monster attacks immediately, but i dont want change the attack rate of the monster, only the "first attack".. hope its possible.. Ty
  20. S

    [Lua Script] Add 1 skill

    Well i tried to use the doPlayerAddSkillTry and doPlayerAddSkill to add one skill, for example axe, without succes Someone knows how to add just one skill with one of these functions? Add like 100% of a skill... Thanks
Back
Top