Jump to content

Recommended Posts

Posted

i already follow all ur step

but it seem the icon not show up

bcn03hgsiy.png

I can only say that the client is not reading the lua files. Make sure it reads lua before lub.

  • Upvote 1
Posted

im used

2010 client and used lua maybe not support

btw thanks

I'm using 2010 client as well. That's odd.

 

 

 

I made everything right, compilet withouth errors, but doens't show on client, i've tryin to put like on tutorial and use your own grf

What client are you using?

Posted

 

my client doesn't even show info details when the mouse moves over the icon ): 

try /stateinfo or 

image.jpg

 

 

it's working!!!! thanks :DDDD now i can totally implement this >:3!!

  • Upvote 1
  • 2 weeks later...
Posted

i already follow all ur step

but it seem the icon not show up

bcn03hgsiy.png

 

just as Shade said, change everything UNDEAD to CHANGEUNDEAD, also on cons.txt also on .tga files and also on all lua/lub files and it should work o: i had the same problem of you

 

are you getting any errors when you open your client or something?

 

Shade ty awsm guide i luv it and it's working >:3!!

Posted

 

i already follow all ur step

but it seem the icon not show up

bcn03hgsiy.png

 

just as Shade said, change everything UNDEAD to CHANGEUNDEAD, also on cons.txt also on .tga files and also on all lua/lub files and it should work o: i had the same problem of you

 

are you getting any errors when you open your client or something?

 

Shade ty awsm guide i luv it and it's working >:3!!

 

Thanks for the confimation and I'm glad you like it.

Posted

yeah no problem, i admit it took me some time i had to test a lot, but most (99%) were msitakes that i did

 

i just recommend to follow the step by step and it should work

 

shade i think you should uodate the fix of 'UNDEAD' to 'CHANGEUNDEAD' if they get that error o:

 

well, regards

Posted (edited)

i already follow all ur step

but it seem the icon not show up

bcn03hgsiy.png

i have this same problem, it doesn't show any error on the console and client =( im using 2010 03 07

Edited by skyNEt
Posted

 

i already follow all ur step

but it seem the icon not show up

bcn03hgsiy.png

i have this same problem, it doesn't show any error on the console and client =( im using 2010 03 07

 

i think your client version has a problem. maybe your client version does not support many status icon. try to change your client version.

Posted (edited)

i just see that my LUA FILES doesn't have this "stateiconimginfo" so i guess that is the problem, even if i paste the stateiconimginfo.lua from this guide the client/luas doesn't read it. What can i do to make them read it?

regards y.y

Edited by skyNEt
Posted

i just see that my LUA FILES doesn't have this "stateiconimginfo" so i guess that is the problem, even if i paste the stateiconimginfo.lua from this guide the client/luas doesn't read it. What can i do to make them read it?

regards y.y

 

i guess you will have to update your client along with lua files D:

Posted

status.c
find:

/* Other SC which are not necessarily associated to skills */

add above
 

	StatusIconChangeTable[SC_STONE] = SI_STONE;
	StatusIconChangeTable[SC_FREEZE] = SI_FREEZE;
	StatusIconChangeTable[SC_STUN] = SI_STUN;
	StatusIconChangeTable[SC_SLEEP] = SI_SLEEP;
	StatusIconChangeTable[SC_POISON] = SI_POISON;
	StatusIconChangeTable[SC_CURSE] = SI_CURSE;
	StatusIconChangeTable[SC_SILENCE] = SI_SILENCE;
	StatusIconChangeTable[SC_CONFUSION] = SI_CONFUSION;
	StatusIconChangeTable[SC_BLIND] = SI_BLIND;
	StatusIconChangeTable[SC_DPOISON] = SI_DPOISON;
Posted

 

status.c

find:

/* Other SC which are not necessarily associated to skills */

add above

 

	StatusIconChangeTable[SC_STONE] = SI_STONE;
	StatusIconChangeTable[SC_FREEZE] = SI_FREEZE;
	StatusIconChangeTable[SC_STUN] = SI_STUN;
	StatusIconChangeTable[SC_SLEEP] = SI_SLEEP;
	StatusIconChangeTable[SC_POISON] = SI_POISON;
	StatusIconChangeTable[SC_CURSE] = SI_CURSE;
	StatusIconChangeTable[SC_SILENCE] = SI_SILENCE;
	StatusIconChangeTable[SC_CONFUSION] = SI_CONFUSION;
	StatusIconChangeTable[SC_BLIND] = SI_BLIND;
	StatusIconChangeTable[SC_DPOISON] = SI_DPOISON;

It is not necessary to do this. It will still work without it.

  • 2 years later...
  • 2 months later...
  • 8 months later...
  • 5 months later...
  • 4 years later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...