Jump to content
  • 0
IvanD

VIP with GM sprite

Question

Is it possible for vip to have GM sprite using scripts?

... temporarily change their account ID to 2000001 to 2000009 acc id’s as long as the account group ID remains group_id 5 (vip)

acc id comes back to original id once grp_id 5 goes back to grp_id 0 (players)

Edited by IvanD
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Just create a custom class or find any unused class, and replace the sprite with GM sprite, then use item script to change the sprite of player.

*changebase <job ID number>{,<account ID>};

This command will change a character's appearance to that of the specified job
class. Nothing but appearance will change.

The command will run for the invoking character unless an account ID is given.

Altering the account ID are definitely not a correct approach and bad move.

There exists reasons why account ID are unique to everyone ... and not for you to switch it with other player's account ID.

Link to comment
Share on other sites

  • 0
On 4/18/2020 at 8:34 AM, Emistry said:

Just create a custom class or find any unused class, and replace the sprite with GM sprite, then use item script to change the sprite of player.

*changebase <job ID number>{,<account ID>};

This command will change a character's appearance to that of the specified job
class. Nothing but appearance will change.

The command will run for the invoking character unless an account ID is given.

Altering the account ID are definitely not a correct approach and bad move.

There exists reasons why account ID are unique to everyone ... and not for you to switch it with other player's account ID.

I’m sorry but how can I implement this?

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.