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

    Lua How to a lua code execute another lua code?

    I have a simple lua code (a talkaction) and I need to make this code execute another code Sample1.lua: ... local test = Hello if math.random(1,100) <= 33 then --here the function that execute Sample2.lua end ... Sample2.lua doCreatureSay(cid, test, 2) How can I make it?
  2. Iblop

    [Request] Show big effect

    Hi everybody! I was wondering if there is any way for someone help me with this little problem I found in my server: -When I send a big magic effect, I do need to send it in player.x + 10 to center the effect in the player. -But the position (player.x+10) is out of the screen, so that player...
  3. Iblop

    Removing Map mark

    How to create a function to remove a marp mark? Can it be made in c++?
Back
Top