• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. kennyubuntu

    Compiling Unfair Fight 8.60 0.4

    Srry my dumb, its to confused too me To set storage How to set storage 665,1? if getPlayerStorageValue(cid, 665) == 1 then doPlayerSendTextMessage(cid, 1, "You die in a unfair fight so your losses are reduced 80%")
  2. kennyubuntu

    Compiling Unfair Fight 8.60 0.4

    How to set a storage on 0.4 sources? I never did it... Didn't know it was possible, its nice =)
  3. kennyubuntu

    Compiling Unfair Fight 8.60 0.4

    Do you know how to send the message when login after unfair death? Like: "You die in a unfair fight so your losses are reduced 50%"
  4. kennyubuntu

    Lua Send item to depot offer owner

    I want it too... But i don't understand What is this pid of the city, where could i found it?
  5. kennyubuntu

    Website help

    SOLVED! THANKS GUYS!
  6. kennyubuntu

    Website help

    Anyone know?
  7. kennyubuntu

    Website help

    Thank You! Just 2 little things... You know how to: Move text to down to be on center... It's not being to good, look how showing: IMG --- If anybody need code to do it it's here (i'm using znote aac) left-menu.php <div class="MenuLeft"><a href="tradeoff.php"/>Market</a></div> <div...
  8. kennyubuntu

    Website help

    anyone know?
  9. kennyubuntu

    Website help

    I need a help to write on this box <a href="tradeoff.php" width="147" height="24" border="0" />Market</a> <img src="layout/images/menubuttonnothing.png" width="147" height="24" border="0" /> It's not work, first showing the menubutton and after showing the link I want...
  10. kennyubuntu

    Lua Send item to depot offer owner

    @andu know how to fix this error?
  11. kennyubuntu

    Lua Send item to depot offer owner

    I tried to use your script, but not work here, show me this when start the server [23:38:06.022] [Error - LuaInterface::loadFile] data/globalevents/scripts/marketcleaner.lua:7: 'do' expected near 'local' [23:38:06.022] [Warning - Event::loadScript] Cannot load script...
  12. kennyubuntu

    [France] Thorsan 8.0 Rl-Map RPG (2x exp), Start August 26, 18:00 CEST

    And i got 90 fps in medivia, in normal client i got 60. And is so easy to create a bot inside normal client. But okey, it's your chooise, here you lose 3 players, i think will lose so more.
  13. kennyubuntu

    [France] Thorsan 8.0 Rl-Map RPG (2x exp), Start August 26, 18:00 CEST

    Oh god.. It isn't otclient? Wine!? Seriously? So I will stay in medivia =(
  14. kennyubuntu

    Compiling Help to add this func on my sources

    That's 3 warnings? Are u sure?
  15. kennyubuntu

    Compiling Help to add this func on my sources

    They've post here:
  16. kennyubuntu

    Market INGAME 8.60 - is possible?

    How to change AddItem to AddItemInbox? if(isItemStackable(delete:getDataString("item_id"))) then doPlayerAddItem(cid, delete:getDataString("item_id"), delete:getDataInt("count")) else for i = 1, delete:getDataInt("count") do doPlayerAddItem(cid, delete:getDataString("item_id"), 1) end...
  17. kennyubuntu

    Market INGAME 8.60 - is possible?

    My ideia is make a market in game manageable in a 8.60 server This item like market open: 14:44 You see a depot chest (Vol:30). ItemID: [2594]. With this system: https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/ When player click on depot chest Show to...
  18. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    i just wanna know if its possible and whats the way to i study and try
  19. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    Be nice... I don't want u make it for me... I just ask if its could be possible Create modalwindows (This thing like a channels select...) In 0.4 - with no client edits
  20. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    modalwindows is exactly what i need! should be perfect, i looking on google its limited, but using this... i think i could make a perfect functional market! but its possible to be able to 0.4? here https://otland.net/threads/how-to-modal-windows.225398/ say its only to 1.0+
Back
Top