NPCs

A place for The Mana World players to discuss game-related topics outside the scope of development including guilds, player interactions, game meta and more.


Post Reply
User avatar
cookie monster
Novice
Novice
Posts: 63
Joined: 27 Oct 2012, 20:40
Location: Germany

NPCs

Post by cookie monster »

was looking through the things i can play around with in NPC textures and stuff, found this:

Code: Select all

<sprite variant="26">npcs/npc.xml</sprite></npc><!-- Guy with black clothes and axe --><npc id="127"><sprite variant="27">npcs/npc.xml</sprite></npc><!-- empty (Invisible NPC) --><npc id="128"><sprite variant="28">npcs/npc.xml</sprite></npc><!-- Nomad, standing --><npc id="129"><sprite variant="29">npcs/npc.xml</sprite></npc><!-- Snowman --><npc id="130"><sprite variant="30">npcs/npc.xml</sprite></npc><!-- Paperboy (wtf? how does this one fit in a fantasy game?) --><npc id="131"><sprite variant="31">npcs/npc.xml</sprite></npc><!-- Nomad, sitting --><npc id="132"><sprite variant="32">npcs/npc.xml</sprite><particlefx>graphics/particles/nomadpipe.particle.xml</particlefx></npc><!-- Nomad, sitting with pipe --><npc id="133"><sprite variant="33">npcs/npc.xml</sprite></npc><!-- Captain Kirk --><npc id="134"><sprite variant="34">npcs/npc.xml</sprite></npc><!-- Mr. Spock -->

Code: Select all

<npc id="128"><sprite variant="28">npcs/npc.xml</sprite></npc><!-- Nomad, standing --><npc id="129"><sprite variant="29">npcs/npc.xml</sprite></npc><!-- Snowman --><npc id="130"><sprite variant="30">npcs/npc.xml</sprite></npc><!-- Paperboy (wtf? how does this one fit in a fantasy game?) --><npc id="131"><sprite variant="31">npcs/npc.xml</sprite></npc><!-- Nomad, sitting --><npc id="132"><sprite variant="32">npcs/npc.xml</sprite><particlefx>graphics/particles/nomadpipe.particle.xml</particlefx></npc><!-- Nomad, sitting with pipe --><npc id="133"><sprite variant="33">npcs/npc.xml</sprite>

Code: Select all

<!-- Paperboy (wtf? how does this one fit in a fantasy game?) -->
XD :lol: :lol: :lol: :lol: :lol: :lol: :P :P :P :P :P :P :P :D :D :D :D :D :D :) :) :) :) :wink: :wink: :wink:
User avatar
tux9th
TMW Adviser
TMW Adviser
Posts: 428
Joined: 09 Mar 2012, 20:21
Location: -67.067433,54.433587

Re: NPCs

Post by tux9th »

I have no idea where this npc is used :P
Attachments
paperboy.png
paperboy.png (5 KiB) Viewed 2741 times
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: NPCs

Post by Crush »

I would recommend you to use a text editor which respects UNIX-style line-breaks. The TMW content files will be much more readable with one. For windows user I recommend Notepad++:
Image
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: NPCs

Post by o11c »

Funny thing is, we were actually going to use the paper boy for the April Fools event, but I ran out of time.
Former programmer for the TMWA server.
Post Reply