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

    [LUA Request] Modal Window changemap with votes

    bump someone?
  2. Rebine

    [LUA Request] Modal Window changemap with votes

    Hello everyone, I am creating my war server but I need this script. . . * Modal Window changemap with votes. In my server there are different types of maps, each with their respective modalities, Deathmach, CTF and King of the Game, I would like the script to vote 3 maps, one of each type...
  3. Rebine

    Flying mount system TFS 1.2

    0.4 version when!?
  4. Rebine

    Lua Error on getThingFromPos autoloot Cr

    OTX 8.6 (0.4 compability)
  5. Rebine

    Lua Error on getThingFromPos autoloot Cr

    function getItemName(uid) return getItemDescriptions(uid).name end function getItemDescriptions(uid) local thing = getThing(uid) if(thing.itemid < 100) then return false end local item = getItemInfo(thing.itemid) return { name = getItemAttribute(uid...
  6. Rebine

    Lua Error on getThingFromPos autoloot Cr

    I added the print and it prints the UID without problems, i dont know what can happen when the error appears And..
  7. Rebine

    Lua Error on getThingFromPos autoloot Cr

    HellO! I have this creaturescript: local stor = 7590 function autoloot(cid, target, pos) if not isPlayer(cid) then return end local function scanContainer(cid, uid, list) for k = (getContainerSize(uid) - 1), 0, -1 do local tmp = getContainerItem(uid, k)...
  8. Rebine

    Does the npc quantity on a server generates lag?

    arigatou experts
  9. Rebine

    Does the npc quantity on a server generates lag?

    Its just a question If i make example 12 new npcs on my server that already have 100 aprox and runs without lag or problems, generates more lag? Asuming the new npcs runs ok THx!:D
  10. Rebine

    Lua 5 USD who fix me an error script

    But is a "job". ??
  11. Rebine

    Lua 5 USD who fix me an error script

    Hello. I offer you 5 USD on paypal if you can fix me a script, im a scripter too but i really tried to fix this problem and didn't worked. The error is the next: This lags my server, because it repeats about 100 times and only stops when the player who produce this logout. I already tried...
  12. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    JAJJAJAJAJ Come on help me
  13. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    But why is not possible to send the item.uid in a timer function ://///// My console shows this errores 100 times and lags the server i cant undestand where is produced xD !!
  14. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    what means "userdata table"?
  15. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    That's like asking someone why are you so shy?
  16. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    Look, If i USE THIS: local function doPene(cid, item) local x = getItemAttribute(item, "poke") doCreatureSay(cid, x or "not an attribute.", TALKTYPE_SAY) end function onUse(cid, item, fromPosition, itemEx, toPosition) local slotItem = getPlayerSlotItem(cid, 8).uid if slotItem ~=...
  17. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    Note if i remove the addevent it dont show any error message and works.
  18. Rebine

    Lua Why appears this error lua script? In function getitemattribute

    I want to undestood why appears this message: [8/6/2016 22:25:44] [Error - Action Interface] [8/6/2016 22:25:44] In a timer event called from: [8/6/2016 22:25:44] data/actions/scripts/Testing.lua:onUse [8/6/2016 22:25:44] Description: [8/6/2016 22:25:44] (LuaInterface::luaGetItemAttribute) Item...
  19. Rebine

    Lua Edit string contains

    This works on 0.4? You mean you can do the job easier with that new tables on the database? Because i have some problems too with my server item-attributes (a lot of attributes) so i cant put a ItemAttribute float, and when it become float it bug the item. Uhmm anyway, what is the risk of use...
Back
Top