Jump to content

Recommended Posts

Posted

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

Posted

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 😄

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


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock