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

    Lua Atrribute Tags in 1.0

    Anybody can tell me what they are or direct me to a thread, because i found a thread which i thought had them, but when i added <extraatk> tag to my item the server refused to start.
  2. B

    Lua Learning Spells and Action Teaching.

    Hello once again support forum, Could anybody show me in 1.0 how an NPC who teaches spells would look like and if you have one maybe with if else conditions already because i want it to be a conditional spell to be taught. Also, if i were to want a spell to be a item reward, chest reward etc...
  3. B

    Lua Talkactions Help

    Hi, I would like to know how talkaction params work. I've been trying to look through talkaction scripts and I can't quite get how you specify the amount of params you put in and where you would then proceed to filter them into doing different things. I'm not going to request the script itself...
  4. B

    Lua Actionscript local function

    I've seen local functions in certain scripts around, and i understand how they work in java and whatnot i'm just not sure how they work in lua. Must they be at the start before the main function? and the parameters inside are mine to choose as well correct? Damn i'm making quite a few new...
  5. B

    Disable MC

    Hi, Is there anyway in 1.0 to disable multi clients? Like not allowing two of the same ip to log into the game? I'm pretty sure it's not in config but it seems like something that would have already been done somewhere. Thanks!
  6. B

    Solved Spells and actionids

    Just wanna check in 1.0, is it possible to use actionid's in spells, for example when i cast a spell i increase an actionid by 1?
  7. B

    Lua Weapon Charges.

    Where are weapon charges stored saved? Like if i want to have a weapon which decays after being used 200 times, where would i edit it. Because when i edit it in items.xml like for example <item id="2376" article="a" name="sword"> <attribute key="weight" value="3500" /> <attribute...
  8. B

    Lua Promotion Function

    Currently to promote we use the setPlayerPromotionLevel(cid, 1) function, now in the past it was doSetPlayerVocation(cid, 5) which made it much easier for me. Now my question is, if i want the player to choose between promotions for example from voc 1 and you can choose to either promote to...
  9. B

    Lua Create Item with ActionID

    How do i create an item with an ActionID or UniqueID? doCreateItem(objectid, 1, randpos) is for me to create an item, but how do i set an aid or uid for it?
  10. B

    Global Storage

    Hi would somebody be so kind as to tell me how i store and retrieve global storages and using global timings? Maybe show me an example of onUse globalstorage 1337 = 1 after 24 hours global storage 1337 = 0 or something simple maybe? because i don't seem to be able to find many global storage...
  11. B

    How did the...

    How did the word itens come about? i tried translating item to Portuguese and saw no iten in the list, so how did this famously accepted by the br's as a word come about?
Back
Top