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

    Gesior ACC latestnews.php

    I will share my latest news file, it is not perfect but looks not bad for my opinion. After this table going news. Latestnews.php [CODE] <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px...
  2. nevix

    Gesior AAC Style bugs

    come on guys
  3. nevix

    Gesior AAC Style bugs

    Same, not working.
  4. nevix

    Gesior AAC Style bugs

    Hello again. Here is my image here is my basic.css .Content .BoxContent { font-family: Verdana, Arial, Times New Roman, sans-serif; font-size: 9pt; background-color: #FFF2db; color: #5A2800; min-height: 385px; height: auto !important; height: 415px; } Where is the problem...
  5. nevix

    Gesior AAC Shop System

    How it looks now?
  6. nevix

    Gesior ACC PHP Code

    I will try it
  7. nevix

    Gesior AAC Shop System

    Ok guys thanks for opinion ^^ When I finish it I realise it :) BTW: I will remove this buy it :)
  8. nevix

    Gesior ACC PHP Code

    Hello guys, i had a question about table error. Here image: Code $main_content .= ' </table> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> '; My only exeption how to avoid this add a lot html tags "<br/>" Sorry guys, but someone maybe know how to avoid it and do it...
  9. nevix

    Gesior AAC Shop System

    What do you think guys about gesior acc shop system and disign: ?
  10. nevix

    Icarus project (Waiting Opinion)

    Thx IE33 ^^ here is more pictures how you guys thinking about mapping?
  11. nevix

    Icarus project (Waiting Opinion)

    Eg?
  12. nevix

    Solved On Step Learn Spell

    Thank you ninja, thank you guys. :) Working perfect :*
  13. nevix

    Solved On Step Learn Spell

    New code: function onStepIn(cid, item, position, fromPosition) local spell = "Light" if not getPlayerLearnedInstantSpell(cid, spell) then doPlayerLearnInstantSpell(cid, spell) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have learned spell " .. spell .. "!")...
  14. nevix

    Solved On Step Learn Spell

    here is error. code: function onStepIn(cid, item, position, fromPosition) local spell = "Light" if not getPlayerLearnedInstantSpell(cid, spell) then doPlayerLearnInstantSpell(cid, spell) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have learned spell " .. spell .. "!")...
  15. nevix

    Icarus project (Waiting Opinion)

    I'm Creating now project name " Icarus " - > Custom map. I want to do like every one be unique " Man Age, skills, talent tree, a lot of new and unique things like blacksmithing, mining, woodcutting, crafting and other. Few pictures: What guys you thinking about this project? It's...
  16. nevix

    RME Extension Problems

    I put all extensions in that folder but nothing, nothing happines please help solve this problem. Any ideas? Guys?
  17. nevix

    Solved Question about Blackboard

    Thanks mate!!
  18. nevix

    Solved Question about Blackboard

    How to put text into Blackboard? I mean i wanna do eg: Talkactions: !board and it show my text in window. Hope so you guys understand me Guys come on :/
  19. nevix

    Solved Problem DoRemoveitem

    Working perfect ^^ thanks matey. Still learning new things
  20. nevix

    Solved Problem DoRemoveitem

    Someone can help, I got a problem with doremoveitem function onModalWindow(cid, modalWindowId, buttonId, choiceId) local player = Player(cid) local ore = player:getItemCount(5880) if buttonId == 1 then local Blacksmith = ModalWindow(3, 'You have:', "[Ore Req] Make your choice:")...
Back
Top