Search found 5 matches

by Airrwin
Sat Jan 24, 2015 10:58 pm
Forum: Scripting
Topic: Custom NPCs, Help needed
Replies: 12
Views: 8380

Re: Custom NPCs, Help needed

You'd add a NPCID, just make sure it won't ever clash with what's in there now or in the future, like give it a super high value Sorry having to go back to this, in the npc_list data table, using navicat, like i assume most of everyone uses, would i just add a new line, and add the NPCID, then the ...
by Airrwin
Sat Jan 24, 2015 6:07 pm
Forum: Scripting
Topic: Custom NPCs, Help needed
Replies: 12
Views: 8380

Re: Custom NPCs, Help needed

whasf wrote:He's talking about for the client
Oh i see
by Airrwin
Sat Jan 24, 2015 7:08 am
Forum: Scripting
Topic: Custom NPCs, Help needed
Replies: 12
Views: 8380

Re: Custom NPCs, Help needed

You can also just copy another dat if you want, or use a custom dat. I use a couple different websites for my custom dats, and they have mobs and npc customizations. what do you mean exactly? I'm very new to trying to create/copy an npc to a different location, in the navicat i tried to edit the np...
by Airrwin
Fri Jan 23, 2015 12:17 pm
Forum: Scripting
Topic: Custom NPCs, Help needed
Replies: 12
Views: 8380

Re: custom commands Help needed

You can put a "NPC" anywhere you want, just add it to the NPC_LIST database table. But the name will only show "NPC" in the game unless you create a new .DAT and distribute it to your players. Then you can create a script for it as usual. so i would only have to get the npcid and then add it into t...
by Airrwin
Fri Jan 23, 2015 9:50 am
Forum: Scripting
Topic: Custom NPCs, Help needed
Replies: 12
Views: 8380

Custom NPCs, Help needed

Hi, i've been working on a server for 2months on and off, and i want to know if anyone here knows how to have a custom NPC located at such and such Position in-game, i'm generally trying to get a NPC at such and such position, with the ability to set a homepoint, or allow someone to mount onto a cho...