Jump to content

its possible add new row on CharInfo? H5 Client side


Recommended Posts

Hi!

 

i have a idea for my test server..

 

have a column on characters and store some information of character.. i need add or show this information on CharInfo in client

 

Example ADD Mobs Hunted on Karma side:

 

CPamSu1.jpeg

 

i need create some script or something in interface.xdat? any suggestions?

 

thanks in advance

Link to comment
Share on other sites

hmm, i have only one easy idea:

example:

when u send karma to client in server side change karma variable

int mobskills = 75;

int karma = 8564;

int karmaplusmobskills = karma<<16|mobskills;

 

then in interface ui script:

 

    _karma = _KARMAFROMSERVER>>16;
    _mobskilled = _KARMAFROMSERVER-(_karma<<16);

 

something like 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
Reply to this topic...

×   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...