Jump to content
  • 0
MarkSuck

I found this script how they do that.

Question

2 answers to this question

Recommended Posts

  • 0

It's a web panel and an item that has a menu.. that's literally it.

You can accomplish the same thing by using SQL for your items/mobs and FluxCP (or just phpmyadmin or similar will do) to change the values of an item. The GM item they use in-game will be an item that calls a function, the function provides a message and then a menu, when you select to reload the item db the script will run 'atcommand @reloaditemdb;'.

Very easy to setup if you look at script_commands.txt in the Github repo.

Link to comment
Share on other sites

  • 0
3 hours ago, Akkarin said:

It's a web panel and an item that has a menu.. that's literally it.

You can accomplish the same thing by using SQL for your items/mobs and FluxCP (or just phpmyadmin or similar will do) to change the values of an item. The GM item they use in-game will be an item that calls a function, the function provides a message and then a menu, when you select to reload the item db the script will run 'atcommand @reloaditemdb;'.

Very easy to setup if you look at script_commands.txt in the Github repo.

wow Thank you sir.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.