Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Bringing up menus with NPCs.


iSnow
 Share

Recommended Posts

So, I want to know something.

Say I add an auction house system or even a player notes system, and the player has to interact with it to open the form, how would I go about creating an NPC that can do that? All the script systems I've seen so far handle scripts server side and don't allow for a script that does things client side.

Help is appreciated.
Link to comment
Share on other sites

Most people refer to "scripts" in the recent version as custom calls for specific items, spells etcetera. Anyway, if you want something such as this just call a custom case, and send a packet to the client which will open up the menu you want.. Even if you want to handle it client-side the safest way would require packets, so you'll have to learn to use those regardless.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...