Jump to content

Items/NPCs that use GM commands


Guest zaxisprime

Recommended Posts

Kind of a scripting question. It depends on what command you want the Item/NPC to use. I think it would be fine to ask here as some of the GM commands aren't possible from the 3rd party script library (singleton problems).

I think changing level is simple. Something like Player->GiveLevel(int); That is possible from 3rd party script library.

Link to comment
Share on other sites

A simple way to make an NPC level a character is through quest scripts, since it can all be done through the database. Have a look at the wiki for UDB and check out some of the questing tables, and some of the npc tables to link it all together.

In the end you should have a quest that you can take and hand back in for a certain amount of exp, to get that player to whatever level you'd want.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use