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

    how to make a rod?

    @CheatsBCN It's finally working ! -- Custom Wand/Rod by Nano -- local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)...
  2. Naaano201

    how to make a rod?

    Tested the custom_wand.lua on page 2 ?
  3. Naaano201

    Apache Problem

    It doesn't help me.
  4. Naaano201

    Apache Problem

    Did you read before write :huh: ? Anyway you"ll see better with the image.
  5. Naaano201

    how to make a rod?

    @Cronox Omfg, as you can see I solved his error but he doesn't want that death attack type.
  6. Naaano201

    how to make a rod?

    custom_wand.lua local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0) setCombatParam(combat, COMBAT_PARAM_TYPE, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) function onGetFormulaValues(cid, level, maglevel)...
  7. Naaano201

    how to make a rod?

    Try that: weapons.xml <wand id="2453" level="X" mana="X" type="death" function="script" script="custom_wand.lua"> <vocation id="1"/> <vocation id="2"/> </wand> custom_wand.lua local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0)...
  8. Naaano201

    Server Offline (during creation atm) Help..

    Open ports from router, 7171, 7172.
  9. Naaano201

    how to make a rod?

    Add on weapons.xml: <wand id="2453" level="X" mana="X" min="X" max="X" type="death" event="function" value="default"> <!-- Custom Wand --> <vocation id="1"/> <vocation id="2"/> </wand> Change the X as you want.
  10. Naaano201

    Apache Problem

    I get this error from clean instalation. Already tried to unnistall services and install again and get the same error.
  11. Naaano201

    Apache Problem

    As you can see is not the same Uniform Server version.
  12. Naaano201

    Apache Problem

    I've got the next problem on Uniform Server 8.6.6 and Windows Server 2008 r2. When I click on "Start Apache Service" nothing happens, just stay loading. If I click on "Apache Syntax Check" it shows that error: Then I go to line 67 of httpd:conf and shows that: I check the php...
  13. Naaano201

    MySQL Error

    Hope somebody can help me :huh: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1 mysql.sql DROP TRIGGER IF EXISTS `oncreate_players`; DROP TRIGGER IF EXISTS...
  14. Naaano201

    Remere's map editor

    Bump
  15. Naaano201

    Remere's map editor

  16. Naaano201

    how to change the ip from the cilent??

    http://ot loader.com http://va pus.net/customclient
  17. Naaano201

    Remere's map editor

    With that version crashes at 99% ! Not enough ram or what? :/
  18. Naaano201

    Remere's map editor

    Is it possible to open an 170MB map with 4GB ram in windows 7? Remere's crashes at X% of map loading.
  19. Naaano201

    Lua Creaturescripts

    Certain level. Can u answer the question from the other post?
  20. Naaano201

    Lua Creaturescripts

    registerCreatureEvent(cid, "5cc") registerCreatureEvent(cid, "15cc") registerCreatureEvent(cid, "25cc") registerCreatureEvent(cid, "bless_reminder") registerCreatureEvent(cid, "anti_dance") registerCreatureEvent(cid, "frags_look") registerCreatureEvent(cid, "KillingInTheNameOf")...
Back
Top