• 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!

Recent content by Nubs

  1. Nubs

    Help URGENT!

    Here's the LUA function for the group id and level: getPlayerGroupId(cid) getPlayerLevel(cid)
  2. Nubs

    Few NPC's

    I've noticed that as well, and I've been trying to get some help with it lol. Magic Plate Armor was the first thing I noticed that none of my NPC's would buy, and there's some others as well. Hoping someone responds to my thread about that eventually.. >.<
  3. Nubs

    Few NPC's

    If he's using the newest version of the server, the NPC will use the trade window if you simply just used the loot script that is already there. Or in fact, any of the NPC's scripts that sell or buy will work as well, just the loot one that comes with the server is just easier to switch, since...
  4. Nubs

    Help URGENT!

    Try using this script, or find another lever script. Just play around with one of them a little and edit out what you don't need.
  5. Nubs

    Few NPC's

    Rashid <?xml version="1.0" encoding="UTF-8"?> <npc name="Rashid" script="loot.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150"/> <look type="146" head="132" body="79" legs="97" feet="132" addons="1"/> <parameters> <parameter key="module_shop" value="1"/>...
  6. Nubs

    Small problem with the NPC trade feature

    Thanks, but I've got the basic concept for the NPC. It's completely set up, no errors in the script or anything, it just won't buy certain items. Is the trade feature limited to buying items that are in quests or starting items, or is it something you have to change?
  7. Nubs

    Small problem with the NPC trade feature

    I made an NPC to buy nearly every piece of equipment, but quite a bit of it is not showing up in the trade feature. Is there a limit to how much can be in it, or do we have to change was it allowed to be sold and what isn't somehow? And, it's still the same basic loot buying NPC that comes with...
  8. Nubs

    Question about custom text lines

    Nevermind, thank you for the help Hermes.
  9. Nubs

    Question about custom text lines

    And I definitely put this in the wrong part of the forum, I'd appreciate it if I could get it moved to the support forum. Sorry for the hassle. I'm having a bit of a problem with my NPC's using text lines that aren't preset in the npchandler. I've looked around for a post that deals with...
Back
Top