• 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!

Recent content by Slave Ots

  1. Slave Ots

    MYSQL- How I Can Remove All Players

    update players set online = 0 ?? maybe
  2. Slave Ots

    Action Rebirth Scroll [NEW]

    yes you could but you should script a script that set expstae according to rebirth its a creaturescript script
  3. Slave Ots

    help ban players dont work

    i think you should add bans tables to database to modified the banned player so he shouldn't login.
  4. Slave Ots

    Lua GuildShop lua Scripter

    yeah you are right! :D
  5. Slave Ots

    TalkAction Basic Anti-dupe System

    great work bro thx for relasing :D
  6. Slave Ots

    Lua @Slave Ots script.

    -- Contact ; Slave <a href="mailto:[email protected]">[email protected]</a> function onUse(cid, item, frompos, item2, topos) local cfg = { sorcerers = { 1, 5, 9, 13, 17 }, -- sorcerer vocations druids = { 2, 6, 10, 14, 18 },-- druid vocations paladins = { 3, 7, 11, 15, 19 },-- paladin vocations...
  7. Slave Ots

    Lua @Slave Ots script.

    you dont in actions.xml add; <action itemid="item_id_of_spellItem" script="script_name .lua" /> in this script cfg = { sorcerer = {1, 5},-- sorcerer vocations storage = 12527, -- empty storage use any one sorcerer = "exori vis", -- spell for sorcerers .when player use this item he...
  8. Slave Ots

    TalkAction /globalstorage

    good ill test idk why there are no replies yet
  9. Slave Ots

    looking for some c++ codes

    hello otland may anyone tell me how to do the following compiles: 1. it set the max hp and max hp to 100 / 100 only in the hp/mp bars but there are real and thousands as they are only 100/100 in viewing 2. maximum attack speed 3. in the 9999999x servers this source edit makes the player...
  10. Slave Ots

    Solved IsPlayer in area, wtf...

    function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if not(isPlayer(cid) == TRUE) then return end pos = getThingPosition(item.uid) local fro = {x=pos.x-3, y=pos.y-7, z=pos.z} local to = {x=pos.x+3, y=pos.y-2, z=pos.z} for xx = fro.x, to.x do for yy = fro.y...
  11. Slave Ots

    Feature No advertising from others OTs

    so now where is the final / not bugged codes that i should only copy / psate to my sources :D???
  12. Slave Ots

    3x REQUEST

    use this --[[ otland.net/members/slave+ots http://otland.net/reputation.php?do=addreputation&p=1821077 ]]-- local config = { item_id = 9486,-- blcok itemid pos_block = {x=1000, y=1000, z=7},-- beock item pos teleport_pos = {x=1010, y=1000, z=7}, -- pos where u need tp to be created...
  13. Slave Ots

    Make this spell execute several times?

    yeah or add event but this for repeating it many times and its so simple for beginners he will understand it easy :P
Back
Top