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

    Request for custom outfits and scripts for NPC!

    What do you mean by, "Or even make the NPC give the outfit to the player with 2 addons already..." ?
  2. Seanr

    Request for custom outfits and scripts for NPC!

    I want to add a lot of stuff though. like mana and health increase. resistance to elements. supress drunk and paralyze. give melee and distance and shield skills. a lot of stuff!
  3. Seanr

    Request for custom outfits and scripts for NPC!

    How can I make the outfit count as addons?
  4. Seanr

    Request for custom outfits and scripts for NPC!

    Okay the script works and I get the outfit and I tried giving addon bonuses like this: <outfit id="25" quest="16443" premium="yes"> <list gender="0" lookType="359" name="Dark Fury"> <stats magLevel="2"/> <stats maxHealth="300"/> </list> <list gender="1"...
  5. Seanr

    Request for custom outfits and scripts for NPC!

    when I do not include "doPlayerAddOutfit(cid, xxx)" The player does not get the outfit. Here is my outfit.xml. Take a look. <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"> <attribute speed="5"/> <stats...
  6. Seanr

    Request for custom outfits and scripts for NPC!

    [Error - Npc interface] data/npc/scripts/outfiter.luanCreatureSay Description: <luaDoPlayerAddOutfit> Player not found I just need to know why this happens? and if there is any other way besides the above /\ to add bonuses.
  7. Seanr

    Map difficulties

    well it's at 95,614 KB now. How would I compile it?
  8. Seanr

    Map difficulties

    SO, I added a little bit to the Thais in my map and now when I try running server it says: Allocation failed, server out of memory! Decrease size of your map or compile in a 64-bit mode! I tried decreasing map properties and I don't think it worked! What do I do?
  9. Seanr

    Stats issue

    Thank you, you have been very helpful :) can you look at new error in raid script thread?
  10. Seanr

    need donation castle map will Rep++ :D

    I did not mean to come off as needy I just saw someone was asking for one so I thought I would too since I am not very good at mapping. I am sorry.
  11. Seanr

    Raid Script Error

    Thank you. Repped :) EDIT: I still receive this error! :( [Error - LuaScriptInterface::loadFile] data/globalevents/scripts/raid.lua::117: ')' expected (to close '(' at line 116) near 's' [Warning - Event::loadScript] data/globalevents/scripts/raid.lua::117: ')' expected (to close '(' at line...
  12. Seanr

    Raid Script Error

    --[[ - hour should be exact SERVER hour - to do the raid at clock 00 minutes 00 - to do the raid at exaxt date use type "exact" - to do the raid weekly use type "weekly" - days names are used only for weekly type and should be - "monday", "tuesday", "wednesday", "thursday", "friday"...
  13. Seanr

    Request for custom outfits and scripts for NPC!

    You have been very helpful but I have a couple questions left probably, one question is that, did I need to add "registerCreatureEvent(cid, "zzzz")" for all of the outfits before? into login.lua? if getPlayerStorageValue(cid, storage) > 0 then whatever you want here end return true end @ up...
  14. Seanr

    Stats issue

    bump :S
  15. Seanr

    need donation castle map will Rep++ :D

    EDIT: Sorry
  16. Seanr

    Spell Request!

    EDIT: Nevermind
  17. Seanr

    Spell Bloody Roar!

    Does not give skull? BUMP?
  18. Seanr

    Request for custom outfits and scripts for NPC!

    Like some OTs have addon bonuses that give you skills or ML or resistance to elements when you wear them or even give more health or mana. I want to add those bonuses to these outfits but they won't work..
  19. Seanr

    Request for custom outfits and scripts for NPC!

    Bump - - - Updated - - - Can you check my post on first page near bottom? i get outfts and can switch through them fine but can't add bonuses to them? The storage values are correct :/
  20. Seanr

    Stats issue

    <item id="2542" article="a" name="toxic shield"> <attribute key="weight" value="3000" /> <attribute key="defense" value="42" /> <attribute key="absorbPercentAll" value="2" /> <attribute key="weaponType" value="shield" /> <attribute key="skillSword" value="5" /> <attribute...
Back
Top